diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 23 |
1 files changed, 17 insertions, 6 deletions
@@ -9,17 +9,28 @@ See [the Book](https://jellything.metamuffin.org/book/). ## Features +**Note:** Currently still suffering from unknown bugs during video playback. +These make transcoded playback basically unusable and normal remuxed playback +slightly annoying. Please send help. + - A functional and visually appealing user interface -- Remuxing media on-the-fly to avoid downloading unneccesary tracks. (Jellyfin - cant do that!) +- Remuxing media on-the-fly to avoid downloading unneccesary tracks. +- Scales well (or at least better than Jellyfin) to large collections - Multiple streaming formats - Matroska or WebM (dynamic remux) - Original (exact copy from disk, no remuxing) - - HLS - - JHLS (our own format) -- Javascript video player + - HLS or JHLS (our own simplified JSON format) + - WebVTT and JVTT standalone subtitles - Adaptive bitrate and real-time transcoding -- Blazingly fast 🚀 🚀 +- Custom JavaScript video player +- Various metadata source + - Matroska tags and attachmentss + - Trakt + - TMDB + - youtube-dl info.json + - MusicBrainz (TODO) + - IMDb (TODO) + - tvdb (TODO) ## Licence |