Carlos Olivo
Carlos Olivo
Probably some changes need to be done on the `jellyfin-web` side first In short, there are 2 ways to download things from jellyfin-web, the first through the context menu and...
Typo ``` if (player is MPVPlayer) { return player.selectTrack( trackType = TrackType.AUDIO, - index = mediaSource.selectedSubtitleStream?.index ?: C.INDEX_UNSET + index = mediaSource.selectedAudioStream?.index ?: C.INDEX_UNSET ) } ``` [Can you try...
> I have the logs, it is the debug version, so long and full of spam. Well yeah it's verbose on purpose. > Do you prefer just a raw post...
``` 2021-08-03 23:20:21.510 15580-16338/org.jellyfin.mobile.debug V/mpv: [ffmpeg:v] Opening https://domain.com/Videos/66074ce5-908f-e423-1180-14f2f53c7944/stream?static=true&mediaSourceId=66074ce5908fe423118014f2f53c7944&streamOptions=%7B%7D 2021-08-03 23:21:22.136 15580-16338/org.jellyfin.mobile.debug V/mpv: [ffmpeg:error] tcp: ffurl_read returned 0xffffff92 2021-08-03 23:21:22.143 15580-16338/org.jellyfin.mobile.debug V/mpv: [stream:error] Failed to open https://domain.com/Videos/66074ce5-908f-e423-1180-14f2f53c7944/stream?static=true&mediaSourceId=66074ce5908fe423118014f2f53c7944&streamOptions=%7B%7D. 2021-08-03 23:21:22.143 15580-16338/org.jellyfin.mobile.debug V/mpv:...
> My primary focus is on the Android TV app and Max was busy with life so that's why this repository is not moving that fast I already knew, no...
Modified the profile to be similar to ExoPlayer profile Rebased to mpv v0.34.0 & Jellyfin v2.4.2 Bonus: Added an experimental script to skip OP/ED client-side, it works by detecting silences...
Done, added QualityOptions implementation in Kotlin for 10.7, feel free to modify it as needed; I tried to make it an accurate copy of the JS so there are some...
> The bitrate selector is always Auto even if the bitrate is already specified in the playback settings page. > But the bitrate setting does take effect. I suppose, since...
> The bitrate setting should not affect the external player. > But now setting a lower bitrate will prevent the external player from launching. Unfortunately there is a [hardcoded part](https://github.com/jellyfin/jellyfin-web/blob/7f55da0d574b8f8dc543e0b429ab77d2827747b2/src/components/playback/playbackmanager.js#L1367-L1375...
Finally ready to review after another rewrite, unfortunately the PR got bigger, and since it is a hassle to go around switching between branches, then everything I have to contribute...