diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-06 17:06:22 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-06 17:06:22 +0100 |
commit | 95a05fbbe4c8b0e04fcd7d5f4c20a3b0d29147b0 (patch) | |
tree | fcaab4881c664ea16e9dd36ad707b96d0970fc42 | |
parent | 0ce64a50b763d2b19f5ca254233370418f4b7658 (diff) | |
download | jellything-95a05fbbe4c8b0e04fcd7d5f4c20a3b0d29147b0.tar jellything-95a05fbbe4c8b0e04fcd7d5f4c20a3b0d29147b0.tar.bz2 jellything-95a05fbbe4c8b0e04fcd7d5f4c20a3b0d29147b0.tar.zst |
update readme
-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 |