diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-10 17:52:41 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-10 17:52:41 +0100 |
| commit | e4f865e9da9d6660399e22a6fbeb5b84a749b07a (patch) | |
| tree | 4af69589e8850d8a2b0c88a10e43efe8c79cb8dc /readme.md | |
| parent | a0cfd77b4d19c43a28c4d82072e6ff136e336af3 (diff) | |
| download | jellything-e4f865e9da9d6660399e22a6fbeb5b84a749b07a.tar jellything-e4f865e9da9d6660399e22a6fbeb5b84a749b07a.tar.bz2 jellything-e4f865e9da9d6660399e22a6fbeb5b84a749b07a.tar.zst | |
refactor import plugins part 2
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,7 +1,7 @@ # Jellything -Jellything (not to be confused with "Jellyfin") is a media streaming software, -optimizied for serving movies and such. +Jellything (which is not Jellyfin) is a media streaming server, optimizied for +viewing movies and such. ## Documentation & Guide @@ -9,27 +9,30 @@ See [the Book](https://jellything.metamuffin.org/book/). ## Features -**Note:** Currently still suffering from unknown bugs during video playback. -And while they do not completely break playback they are pretty annoying. Please send help. +**Note:** Currently still suffering from unknown bugs during video playback. And +while they do not completely break playback they are pretty annoying. Please +send help. - A functional and visually appealing user interface - Remuxing media on-the-fly to avoid downloading unneccesary tracks. -- Scales well (or at least better than Jellyfin) to large collections +- Scales well to large collections (or at least better than Jellyfin does) - Multiple streaming formats - Matroska or WebM (dynamic remux) - Original (exact copy from disk, no remuxing) - - HLS or JHLS (our own simplified JSON format) - - WebVTT and JVTT standalone subtitles + - HLS or JHLS (a simplified JSON format) + - WebVTT standalone subtitles - Adaptive bitrate and real-time transcoding - Custom JavaScript video player - Various metadata source - - Matroska tags and attachmentss + - Matroska tags and attachments - Trakt - TMDB - youtube-dl info.json - MusicBrainz - - IMDb (TODO) - - tvdb (TODO) + - AcoustID + - Wikidata (+ images from Wikimedia Commons) + - TODO: IMDb + - TODO: tvdb ## Licence |