Cameron
Cameron
this looks similar to #1043 where there are contexts where it should refresh but doesn't
Video fingerprinting would probably be a good fit for outros since the music is often different for each episodes outro/credits but the graphics of scrolling text doesn't change. So with...
Perhaps the input to ffmpeg was the wrong sample rate? the docs say it needs to be 16 bit (https://ffmpeg.org/ffmpeg-all.html#toc-chromaprint-1) Maybe normalizing the input to a certain bit-depth, sample-rate, and...
This feature would do more harm than good. Netflix and Disney+ are video-only applications. Jellyfin does audio playback too. All of my audio playback apps can cast with the TV...
This bug is caused by this line: https://github.com/jellyfin/jellyfin-androidtv/blob/6951a7fe263b8d26eaa03331fd2d7e6bf994bb85/app/src/main/java/org/jellyfin/androidtv/ui/itemdetail/FullDetailsActivity.java#L736 `mBaseItem.getIndexNumber()` gets an episode's number, not its index within a season. example: in the list `[ ep1-2, ep3-4, ep5-6 ]`, ep3-4 would...