James Harvey

Results 405 comments of James Harvey

How are you checking that the file is being direct played/transcoded?

I think I never really got that reporting working properly, you can check if a file is being direct played or transcoded via the test in the bottom left of...

Finamp is correct. You can verify this by checking for a transcode log in your server's logs menu.

I think I've narrowed it down to this line: https://github.com/UnicornsOnLSD/finamp/blob/1ea614d9d55f7408ae14518351b055000d0c91d5/lib/services/music_player_background_task.dart#L532 The way Finamp tells Jellyfin to transcode is to set the max bitrate to the user settings. This works for...

I'm pretty sure Jellyfin caches transcodes for a bit, Finamp doesn't cache songs yet.

The audio service plugin I'm using says it supports Carplay/Android Auto, but there isn't really any documentation about it (ryanheise/audio_service#593). Once there's documentation, I'll look into it :)

Won't be able to fit it in for this release unless I postpone it even longer, so 0.7 it is (if its even possible, CarPlay is weird)

I'm going to remove this from the 0.7 milestone due to the amount of work it's going to need, there are other issues that need focus right now. I'll still...

What codec is your audio? OPUS and Vorbis aren't supported yet on iOS as iOS doesn't natively support those formats (it's dumb I know)

That's a really interesting looking package, I'll do some testing with it :)