You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,7 +54,7 @@ Both can serve shows, movies, and music but with different approaches.
51
54
52
55
| Feature | Jellyfin | MediaServer |
53
56
|---------|----------|-------------|
54
-
|**Content Focus**|Metadata-first; built for movies/TV/Music | Folder-first; great for mixed/personal content and TV shows / music |
57
+
|**Content Focus**|Official metadata-first; built for movies/TV/Music | Folder-first; great for mixed/personal content and TV shows / music |
55
58
|**Watch History**| Only resume + watched flag | Full watch history with timestamps, re-watch counts, total view counts, per-user history, and playback heatmaps |
56
59
|**Player Experience**| Fullscreen; no browsing while playing | YouTube-style; browse folders while watching |
57
60
|**Libraries**| Unified global search | Library-scoped and account based access control |
@@ -74,8 +77,7 @@ Both can serve shows, movies, and music but with different approaches.
74
77
- 🐋 Docker-based deployment with automatic releases
75
78
- 📊 Server dashboard for library management and background task queue
76
79
- 🖼️ Open Graph preview generator (Anilist-style)
77
-
- 📱 Fully responsive UI
78
-
- 🌗 Dark/Light mode
80
+
- 🌗 Fully responsive UI with Dark/Light mode
79
81
80
82
<details>
81
83
<summary>Extended Features</summary>
@@ -175,27 +177,72 @@ The preview is rendered server-side using **Browsershot** and cached for perform
175
177
176
178
### Planned Features
177
179
180
+
#### V0.17
181
+
178
182
- 📊 Advanced Playback Stats
183
+
- Activity
179
184
- Most Played (daily, weekly, monthly)
180
185
- Personal Favorites
181
186
- Average watch time over time
187
+
- 📝 Captions/Subtitles Support
188
+
- Auto embedded subtitle extraction
189
+
- Two-way audio metadata editing (apply deep metadata edits to file)
190
+
- Ex/ Artist, Album, Cover-Art, Disk, Track, Year, Composer, Genre
191
+
- Real World Ex/ Musicolet Editor
192
+
- 🖼️ Image Extraction / Generation / Upload System
193
+
- Implement a better system for image metadata
194
+
- Have 3 different levels
195
+
- embedded (cover art or auto thumbnails)
196
+
- auto (from 3rd party metadata sources)
197
+
- user (uploaded / provided via url by the user)
198
+
- Download Links
199
+
- Must be optional and per library or folder
200
+
- Indexing Overhaul
201
+
- Media Tagging Cache
202
+
- Put tagged media in cache, ideally on a different disk to reduce thrashing and increase speed
203
+
- Server Configuration Interface (Tentative Placement)
0 commit comments