diff --git a/README.md b/README.md index 2f90d51f..305f889a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Findroid banner](images/banner.svg) +![Findroid banner](images/findroid-banner.png) # Findroid @@ -21,12 +21,19 @@ Home | Library | Movie | Season | Episode - Completely native interface - Supported media items: movies, series, seasons, episodes - Direct play only, (no transcoding) -- Video codes: H.263, H.264, H.265, VP8, VP9, AV1 - - Support depends on Android device -- Audio codes: Vorbis, Opus, FLAC, ALAC, PCM µ-law, PCM A-law, MP1, MP2, MP3, AMR-NB, AMR-WB, AAC, AC-3, E-AC-3, DTS, DTS-HD, TrueHD - - Support provided by ExoPlayer FFmpeg extension -- Subtitle codecs: SRT, VTT, SSA/ASS, PGSSUB - - SSA/ASS has limited styling support see [this issue](https://github.com/google/ExoPlayer/issues/8435) +- ExoPlayer + - Video codes: H.263, H.264, H.265, VP8, VP9, AV1 + - Support depends on Android device + - Audio codes: Vorbis, Opus, FLAC, ALAC, PCM µ-law, PCM A-law, MP1, MP2, MP3, AMR-NB, AMR-WB, AAC, AC-3, E-AC-3, DTS, DTS-HD, TrueHD + - Support provided by ExoPlayer FFmpeg extension + - Subtitle codecs: SRT, VTT, SSA/ASS, PGSSUB + - SSA/ASS has limited styling support see [this issue](https://github.com/google/ExoPlayer/issues/8435) +- **NEW** MPV Player + - Should play everything, including SSA/ASS subs with proper styling! + - Optionally force software decoding when hardware decoding has issues. + - Issues: + - Can only play one item at a time, doesn't transistion to the next episode + ## Planned features - Websocket connection (Syncplay) diff --git a/images/banner.svg b/images/banner.svg deleted file mode 100644 index a9ee7e30..00000000 --- a/images/banner.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - banner-dark - - diff --git a/images/findroid-banner.png b/images/findroid-banner.png new file mode 100755 index 00000000..02f0799d Binary files /dev/null and b/images/findroid-banner.png differ