Jason Dove
c055e59723
add channel transcode mode and idle behavior ( #2255 )
...
* add channel transcode mode and idle behavior
* allow custom_title on all yaml content instructions
1 year ago
Jason Dove
b52159e8db
rename channel progress mode to playout mode ( #2254 )
1 year ago
Jason Dove
61ce1bad08
always schedule full duration ( #2252 )
1 year ago
Jason Dove
ab2b926de0
add searching log category ( #2251 )
1 year ago
Jason Dove
3b955255ce
fix building yaml playouts with no imports ( #2249 )
1 year ago
Jason Dove
16dd2c2d81
add yaml import section ( #2248 )
1 year ago
Chris Simpson
48f93b8af8
Support individual chapters as filler ( #2208 )
...
* Use chapters in duration filler
* add new option, migrations, and update filler preset editor
* Revert "Use chapters in duration filler"
This reverts commit d87a8a240a78c1cbca7b311125f8d3a84645d296.
* scaffold splitting filler by chapter
* implement chapters as filler
* update changelog
* re-add migrations
* Add duration for ChapterMediaItem
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
1 year ago
Jason Dove
b6ec16c6a7
fix transitions using nvidia accel ( #2244 )
1 year ago
Jason Dove
aa3bd3b750
add yaml playout rewind instruction ( #2243 )
1 year ago
Jason Dove
f04b7ead09
fix yaml playout builds ( #2241 )
1 year ago
Jason Dove
0489741123
add videotoolbox capabilities ( #2239 )
...
* implement videotoolbox hardware capabilities
* add videotoolbox troubleshooting info
* update changelog
1 year ago
Jason Dove
7bd0de99e1
fix gaps in yaml playouts ( #2235 )
...
* dont run multiple dotnet builds in background
* fix gaps in yaml playouts
1 year ago
Jason Dove
8430a3048c
fix yaml playout builds after refactor ( #2233 )
1 year ago
Jason Dove
06d9e59a7a
add yaml mid roll instruction ( #2232 )
...
* refactor filler expression
* add yaml mid roll instruction
* schedule midroll for yaml count and all instructions
* update changelog
1 year ago
Jason Dove
9c434079d5
add playlist support to filler preset ( #2231 )
1 year ago
Jason Dove
12c88a006d
add yaml post_roll instruction ( #2230 )
1 year ago
Jason Dove
093abf7ad8
add yaml playout pre_roll instruction ( #2228 )
...
* add yaml playout pre_roll instruction
* add basic yaml validation
* validate all yaml playout content items
* fix yaml to json conversion
* update changelog
1 year ago
Jason Dove
f768093df7
update dependencies ( #2226 )
1 year ago
Jason Dove
e0175fc4e5
add light mode ( #2223 )
1 year ago
Jason Dove
4f104cff5b
some fixes for alternate schedules ( #2222 )
1 year ago
Jason Dove
1df9104854
add subtitle selection to playback troubleshooting ( #2215 )
1 year ago
Jason Dove
6c6ccfa94b
fix seeking with text subtitles ( #2214 )
1 year ago
Jason Dove
deff33c76c
fix pad_to_next always running over time ( #2207 )
1 year ago
Jason Dove
ab0f431c85
fix app startup with mysql ( #2205 )
...
* don't run pragma command on mysql
* add not required pathhash
* make media file path hash required
* update changelog
1 year ago
Jason Dove
2257d26173
fix some issues with live stream playback ( #2193 )
1 year ago
Jason Dove
260949893c
fix some stream continuity issues ( #2186 )
1 year ago
Jason Dove
2a05cc6e32
add remote stream is_live property ( #2181 )
1 year ago
Jason Dove
5c43ae47b1
add basic remote stream library ( #2175 )
...
* initial remote stream library support; scanning seems to work ok
* flood schedule remote streams kind of works
* switch remote stream definitions to yaml files
* implement remote stream script playback
* update changelog
1 year ago
Jason Dove
c29788bc3f
add movie nfo country to search index ( #2173 )
1 year ago
Jason Dove
867c88d8fc
add trakt playlist option ( #2171 )
...
* add generate playlist option; add system playlists
* fix official lists; sync items to playlist
1 year ago
Jason Dove
70fbd4c746
add option to auto refresh trakt lists ( #2169 )
1 year ago
Jason Dove
c953176cee
change watermark width and margins to allow decimals ( #2167 )
1 year ago
Jason Dove
9e56f6552f
support more multi-part grouping names ( #2165 )
1 year ago
Jason Dove
6a84c564d6
add multi-episode group size ( #2164 )
1 year ago
Jason Dove
54be3761dd
add multiple mode to schedule items ( #2163 )
1 year ago
Jason Dove
464c1e2ea8
fix bugs with playout mode multiple ( #2160 )
1 year ago
Jason Dove
223bdff8d6
playback troubleshooting improvements ( #2157 )
1 year ago
Jason Dove
578cdb1e14
add playback troubleshooting tool ( #2155 )
...
* support media info for more content types
* add playback troubleshooting page
* reorganize playback troubleshooting
* fix watermarks and delay
* update changelog
1 year ago
Jason Dove
b85571b159
allow uploading large watermarks ( #2151 )
1 year ago
Jason Dove
43e1cbd919
yaml playout watermarks ( #2149 )
1 year ago
Jason Dove
39b107eb0f
add matched_points to filler expression ( #2148 )
1 year ago
Jason Dove
0ee62dbc7d
fix recent regression to health check links ( #2147 )
1 year ago
Jason Dove
451c534062
allow block items to disable watermarks ( #2139 )
...
* allow block items to disable watermarks
* fix test
1 year ago
Jason Dove
e16cb30ab1
add mid-roll filler expression ( #2138 )
1 year ago
Jason Dove
e0df454ac6
more layout updates for mobile ( #2137 )
...
* update trakt, filler, filler editor ui
* update schedules and playouts
* update playout editor
* update dependencies
* update yaml playout editor
* update path replacement editor
1 year ago
Jason Dove
7e40a809ff
improve search results ui on mobile ( #2133 )
...
* show brief health check messages on mobile
* update libraries layout
* improve search results ui on mobile
1 year ago
Jason Dove
7e30444857
dependencies and code cleanup ( #2117 )
...
* fix validation in new form layout
* pin mediatr to last oss version
* update dependencies
* cleanup code in core
* cleanup code in ffmpeg
* cleanup code in infra
* cleanup code in scanner
* cleanup code in application
* cleanup main code
* cleanup test code
* solution-wide code cleanup
1 year ago
Jason Dove
921a108684
ui updates ( #2109 )
...
* split settings into multiple pages
* show health check badge in nav menu
* undo transcoding test changes
1 year ago
Jason Dove
a6fa93d44e
fix nvidia compatibility with ffmpeg 7.2+ ( #2108 )
...
* tweak random seed
* fix dotnet install in docker test
* fix nvidia compatibility with ffmpeg 7.2+
1 year ago
Jason Dove
a42234a7c3
update plex plot during deep scan ( #2105 )
1 year ago