Tero Vierimaa

Results 41 comments of Tero Vierimaa

Thank you for this! I'm new to Github actions, so we'll see how this goes.. I'll be away from my computer for some time now, so it'll take a little...

Yes, editing color scheme requires compiling the binary.

There's no official image for Arm architecture, so you will have to build one by yourself. It should be straightforward though, clone this repository (optionally checkout tag/release) on your device,...

Yes I think it's possible, but it would require a machine with an arm64 architecture to actually test and debug the build, and I don't have such computer available right...

AAC is not supported yet due to the fact that last time I checked about a year ago, there was really no suitable AAC-encoder written with Golang. It's possible that...

Are you able to play mp3 at all, or does this happen every time? It is a known bug that sometimes the playback fails and this message is logged. Usually...

Also a potential solution worth trying out is by tweaking the config values: ``` player.audio_buffering_ms = (e.g.) 400 player.http_buffering_s = 10 player.http_buffering_limit_mem = 200 ``` Please let me know if...

Do you have anything showing on Jellycli's logs?

The logs don't really show anything special. Did they behavior change recently, e.g. after upgrading Jellyfin version, or has it been the same? You could try to see if Jellyfin...