ananas/app
Jarne Demeulemeester 6f0d5a13a8
Add support for external subtitles (#118)
* Add support for external subtitles in exoplayer

* Enable ASS/SSA external subtitles

* Enable VTT external subtitles

* Clean up

* Fix srt and vtt

Jellyfin currently converts vtt to srt without changing the codec tag. This makes the player unable to decode the subs because it thinks the file is vtt while in fact it is srt.

* Fix for vtt subs

Jellyfin return a srt stream when it should return a vtt stream
2022-07-02 17:00:00 +02:00
..
libs Upgrade ExoPlayer to 2.17.1 (#116) 2022-05-09 21:22:59 +02:00
src Add support for external subtitles (#118) 2022-07-02 17:00:00 +02:00
.gitignore Initial project 2021-05-29 10:52:44 +02:00
build.gradle.kts Add paging support to LibraryFragment (#124) 2022-06-17 15:16:29 +02:00
proguard-rules.pro ProGuard keep DownloadSeriesMetadata 2022-06-20 21:30:24 +02:00