aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md23
1 files changed, 17 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index b12c96b..a043730 100644
--- a/readme.md
+++ b/readme.md
@@ -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