diff --git a/README.md b/README.md index 61a074fa..fc290cd0 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,28 @@ +![Findroid banner](images/banner.svg) + # Findroid -Findroid is third party Android application for Jellyfin that provides a native user interface to browse and play movies and series. +Findroid is third-party Android application for Jellyfin that provides a native user interface to browse and play movies and series. I am developing this application in my spare time. -**This project is in its early states so expect bugs** +**This project is in its early stages so expect bugs.** + +## Screenshots +Home | Library | Movie | Season | Episode +-----|---------|-------|--------|-------- +![Home](images/home-light-dark.png) | ![Library](images/library-dark.png) | ![Movie](images/movie-dark.png) | ![Season](images/season-dark.png) | ![Episode](images/episode-dark.png) ## Features - Completely native interface -- Supported media items: movies, series, seasons, episodes -- Video codes: H263, H264, H265, VP8, VP9, AV1 +- 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) ## Planned features - Websocket connection (Syncplay) @@ -22,7 +31,7 @@ I am developing this application in my spare time. - Picture in picture mode - Chromecast support -This project is licensed under [GPLv3](LICENSE) +This project is licensed under [GPLv3](LICENSE). The logo is a combination of the Jellyfin logo and the Android robot. diff --git a/images/banner.svg b/images/banner.svg new file mode 100644 index 00000000..a9ee7e30 --- /dev/null +++ b/images/banner.svg @@ -0,0 +1,45 @@ + + + + + + + + + + banner-dark + + diff --git a/images/episode-dark.png b/images/episode-dark.png new file mode 100755 index 00000000..2d7c4e1e Binary files /dev/null and b/images/episode-dark.png differ diff --git a/images/home-light-dark.png b/images/home-light-dark.png new file mode 100644 index 00000000..262a774c Binary files /dev/null and b/images/home-light-dark.png differ diff --git a/images/library-dark.png b/images/library-dark.png new file mode 100755 index 00000000..1c1a0235 Binary files /dev/null and b/images/library-dark.png differ diff --git a/images/movie-dark.png b/images/movie-dark.png new file mode 100755 index 00000000..62902c7a Binary files /dev/null and b/images/movie-dark.png differ diff --git a/images/season-dark.png b/images/season-dark.png new file mode 100755 index 00000000..64f5e54c Binary files /dev/null and b/images/season-dark.png differ