Jeff
Jeff
The [NodeRT](https://github.com/NodeRT/NodeRT) Windows native-dependency was added in the previous release which made setting up the dev environment a bit more tricky on Windows (and I haven't updated the README yet)....
It handles the (optional) Windows media controls API that was added in #171. You can remove the packages from `/src/package.json` and comment out 283-379 the section on `src/main.dev.js` if you're...
Transcoding is currently forced off for Jellyfin on Sonixd since someone was having issues with songs being transcoded by default in #108. I'll add some options to change it.
Added a new toggle under the Player settings to allow transcoding. Will be available in 0.11.0. 
@TinDefacto If possible, could you send me an ALAC-encoded album that I can test? I'm currently getting mixed results from files that I've found online and I think it's better...
Sorry about that, the discord link is fixed in the v0.11.0 release page now.
Started taking a look at this again with the ALAC files you provided me. Seems like transcoded files are handled a bit differently on Jellyfin than from Subsonic's API, and...
Well.. I definitely spent way too long figuring out how to actually play the transcoded files. So apparently Jellyfin returns an hls stream as a m3u8 playlist from the audio...
Unfortunately the caching solution in Sonixd isn't very robust (hoping to improve it in 1.0.0). The songs are indeed cached in their original format, but are then renamed using a...
Having looked at other options, I don't think I'll be able to change the overall player implementation. Can you name me some albums where you're noticing gaps? I can do...