Jason Dove
1a7e6dda54
support 10-bit content with nvidia acceleration ( #273 )
...
* use ffprobe for plex statistics
* emby and jellyfin respect library refresh interval
* support 10-bit content with nvidia acceleration
4 years ago
Jason Dove
cebab33d79
table improvements ( #272 )
...
* log viewer improvements
* playout detail table improvements
* schedule items table improvements
* remove schedule items pager
4 years ago
Jason Dove
b38ba14c40
fix languages that have multiple codes ( #270 )
4 years ago
Jason Dove
275f82fcc9
save schedules and playouts table page sizes ( #262 )
4 years ago
Jason Dove
72d967946d
rework watermarks ( #261 )
...
* rework watermarks to be separate from channels
* update changelog
4 years ago
Jason Dove
a0740de972
add global and channel watermark overrides ( #260 )
...
* add global watermark setting
* add channel watermark override
* update changelog
4 years ago
Jason Dove
679feb6d21
add watermark opacity ( #259 )
4 years ago
Jason Dove
0fb5bfde58
refactor dbcontext lifetime ( #258 )
...
* refactor create playout handler
* refactor get all playouts handler
* refactor delete playout handler
* remove dead code
* ignore unnamed artists for collections
* more repository cleanup
* more schedule items refactoring
* more playout refactoring
* refactor playout builder
* refactor ffmpeg profiles
* more ffmpeg profile refactoring
* rework resolutions
* refactor media collections
* refactor config elements
* update changelog
* more cleanup
4 years ago
Jason Dove
e9889cefd6
skip empty content rating ( #257 )
4 years ago
Jason Dove
fc59c9c284
include all content ratings in xmltv ( #256 )
4 years ago
Jason Dove
0750a0712f
allow animated channel watermarks ( #255 )
4 years ago
Jason Dove
0365d4c8f8
add channel watermark ( #254 )
...
* wip
* wip
* implement watermark settings
* code cleanup
* update changelog
4 years ago
Jason Dove
5b36252dd0
remove framerate normalization ( #253 )
4 years ago
Jason Dove
7d852bc960
add hls hybrid mode ( #252 )
...
* fix serving channels.m3u with missing content ratings
* add hls hybrid mode
4 years ago
Jason Dove
da5148affd
quickly skip missing files during plex library scan ( #251 )
4 years ago
Jason Dove
cec5a09839
add us content ratings to xmltv ( #250 )
4 years ago
Jason Dove
db24ba84f7
add artists directly to schedules ( #248 )
4 years ago
Jason Dove
0ef03d66f3
improve hls direct compatibility with channels dvr ( #245 )
...
* rename HttpLiveStreaming to HttpLiveStreamingDirect
* improve hls direct compatibility with channels dvr
* code cleanup
4 years ago
Jason Dove
10c422a3eb
save channels table page size ( #244 )
...
* save channel table page size
* update changelog
4 years ago
Jason Dove
6c867d0d51
support multi-episode files from plex ( #243 )
...
* minor fallback metadata bug fixes
* support multi-episode files from plex
4 years ago
Jason Dove
49109ac121
fix missing season metadata ( #241 )
4 years ago
Jason Dove
3e3bbcf38e
support multi-episode files in local libraries ( #240 )
...
* add unused episode nfo reader
* move episode number from episode to episode metadata
* first pass at loading multi-episode metadata from nfo files
* fix episode scanning
* local multi-part episode fixes
* code cleanup
4 years ago
Jason Dove
ce9ef72799
support `(part #)` names for multi-episode grouping ( #238 )
4 years ago
Jason Dove
c70f153241
keep crossover episodes together ( #237 )
4 years ago
Jason Dove
eee10dee22
skip zero duration items when building playouts ( #236 )
4 years ago
Jason Dove
9f575dbd94
fix stuck playout builds ( #235 )
...
* fix stuck playout builds
* code cleanup
4 years ago
Jason Dove
f8c986472a
more grouping fixes ( #234 )
...
* more grouping fixes
* update changelog
4 years ago
Jason Dove
e506dd38a8
merge latest develop ( #230 )
...
* sync guids/provider ids (#227 )
* sync guids from plex
* cleanup
* sync local guids
* sync jellyfin and emby guids
* add episodes to search index (#228 )
* sync episode directors and writers
* display episode writers and directors
* remove missing episodes from search index
* show episodes in search results
* fix emby and jellyfin episode updates
* fix updating plex episodes
* don't delete channel logos on startup
* add episodes page; fix adding episodes to collection
* cleanup
* multi-part episode grouping fixes (#229 )
4 years ago
Jason Dove
bbd8bc6c7e
add button to refresh list of libraries ( #226 )
...
* add button to refresh list of libraries
* code cleanup
4 years ago
Jason Dove
95cceb95b9
regularly delete orphaned artwork from db ( #223 )
4 years ago
Jason Dove
0bbed69e85
add movie directors and writers ( #219 )
4 years ago
Jason Dove
68123a2f9c
add content rating ( #218 )
...
* add new columns
* store local content ratings
* display and search content ratings
* add content_rating to search docs
* sync content rating from jellyfin, emby, plex
* force sync content rating for all libraries
* code cleanup
4 years ago
Jason Dove
6504ca10a8
cache local artwork on disk ( #217 )
4 years ago
Jason Dove
84770ed250
use artwork for schedule items with custom title when all media items are from same show ( #216 )
4 years ago
Jason Dove
466d33f808
sync tv show thumb art ( #214 )
...
* sync thumb art from local, jellyfin, emby
* code cleanup
4 years ago
Jason Dove
da43e6f7cf
embed debug symbols ( #212 )
4 years ago
Jason Dove
c9905d0542
fix resources (offline background and font) ( #211 )
4 years ago
Jason Dove
c9e20e28df
proxy jellyfin and emby artwork for xmltv ( #210 )
...
* fix xmltv artwork for jf and emby
* proxy jellyfin and emby artwork for xmltv
4 years ago
Jason Dove
f9427cac99
use multiple docker tags again ( #209 )
...
* Revert "disable framerate normalization (#208 )"
This reverts commit 141a34933d
.
* Revert "use linuxserver base docker image (#207 )"
This reverts commit 0962a1429a
.
* fix playback that only uses fps filter
* nvidia needs privileged
4 years ago
Jason Dove
141a34933d
disable framerate normalization ( #208 )
...
* disable framerate normalization
* fix test
4 years ago
Jason Dove
0962a1429a
use linuxserver base docker image ( #207 )
...
* use one base docker image
* remove nvidia and vaapi tags
* fix playback that only uses fps filter
4 years ago
Jason Dove
f8b45ed9db
fix unc path replacements from jellyfin and emby ( #205 )
...
* fix UNC path replacements from non-windows JF and Emby servers
* use emby path replacements for playback
4 years ago
Jason Dove
60a9640009
use ffmpeg 4.3 in docker ( #202 )
...
* Revert "fix ffmpeg 4.4 compatibility"
This reverts commit 1ca0df038c
.
* use ffmpeg 4.3 in docker
4 years ago
Jason Dove
50529ee6ad
add emby media source ( #201 )
...
* properly scope jellyfin disconnect
* add emby entities
* add emby media source page
* add emby media source editor
* sync emby libraries
* enable emby library sync toggle
* add emby path replacements editor
* add emby movie synchronization
* fix emby artwork
* sync emby television
* code cleanup
* add jellyfin/emby address placeholder
* tweak jellyfin/emby address form
4 years ago
Jason Dove
5356f7f293
update dependencies
4 years ago
Jason Dove
1d35efa429
fix jellyfin artwork ( #198 )
4 years ago
Jason Dove
0799fe25d1
optimize local library scanning by using etags ( #196 )
...
* use etags to optimize local movie scanner
* use etags to optimize local television scanner
* use etags to optimize local music video scanner
* code cleanup
4 years ago
Jason Dove
c0b5ecd388
custom binding and port number ( #195 )
...
* allow custom bindings
* reorganize
* cleanup
4 years ago
Jason Dove
d7c080cafd
optimize plex tv scanner ( #190 )
4 years ago
Jason Dove
23bab01f2d
add multi-part episode tests ( #189 )
4 years ago