blob: bc4da8bc351dfeade936ca74936699e53471fcb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# Jellything
Jellything (which is not Jellyfin) is a media streaming server, optimizied for
viewing movies and such.
## Documentation & Guide
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.
- A functional and visually appealing user interface
- Remuxing media on-the-fly to avoid downloading unneccesary tracks.
- 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 (a simplified JSON format)
- WebVTT standalone subtitles
- Adaptive bitrate and real-time transcoding
- Custom JavaScript video player
- Various metadata source
- Matroska tags and attachments
- Trakt
- TMDB
- youtube-dl info.json
- MusicBrainz
- AcoustID
- Wikidata (+ images from Wikimedia Commons)
- TODO: IMDb
- TODO: tvdb
## Licence
The Licence is AGPL-3.0-only, see `COPYING`
|