James Harvey

Results 374 comments of James Harvey

Transcoding should work since Jellyfin will then serve it as AAC, which is supported. As I said, this is an iOS issue so it isn't likely to get fixed in...

Just noting here a comment I left on a duplicate issue - https://github.com/UnicornsOnLSD/finamp/issues/236#issuecomment-1174953175 As said there, it would be interesting to see if it would be possible to use [just_audio_mpv](https://github.com/bleonard252/just_audio_mpv)....

Yeah the libraries would only let me encode/decode those files directly, you can't plug them into Apple's player.

The current implementation downloads an image if it is "unique" to the item. For songs, this means whether or not the song has an embedded image. This can cause a...

I could do that, although that would take a lot of data, time, and CPU power. We check if the song has its own image as in some cases each...

> Also, where on earth are people finding albums with seperate images for each song??? Those are the fun issues you have to deal with once your app gets a...

I could look into showing the bitrate and stuff on the main pages, although it might start to get cluttered since that could be a lot of information. I'm definitely...

Update on requests in this issue: * Song file info is dependant on the audio plugin supporting it, there is an open issue for it with some good info: https://github.com/ryanheise/just_audio/issues/509...

I'm pretty sure the method I used to switch between the download/delete button was very jank anyway, I'll have a look and see how I did it :)

Just realised a better way of doing this - the delete dialog could just return a bool specifying whether or not the delete was confirmed. Deleting downloads should be fast...