Jason Dove
9ec220c122
add page to edit channel numbers ( #2454 )
3 months ago
Jason Dove
fc97a2da3c
update issue template [no ci]
3 months ago
Jason Dove
ddc1120904
fix maintaining embedded text subtitles from media server ( #2453 )
...
* properly reset extracted flag on subtitles
* optimize subtitle updates; extract after targeted deep scan
* fix extracted text subtitle playback from media servers
3 months ago
Jason Dove
e70e4fb826
fix some invalid external subtitle data ( #2451 )
3 months ago
Jason Dove
b790b5944c
fix external ssa subtitles from media servers ( #2450 )
3 months ago
Jason Dove
0ca1859802
limit nvidia workaround to h264 ( #2448 )
3 months ago
Jason Dove
07a160fcc6
work around nvidia green line ( #2447 )
3 months ago
Jason Dove
788a1ecdc4
add deco break content ( #2446 )
...
* add initial models
* migrations
* edit break content mode
* add and remove break content from ui
* use autocompletes in deco editor
* save break content to db
* allow break content playlists
* refactor default filler build
* fix slow startup
* start to implement adding break content
* use clone; try to fix block breaks
* fix updating history
* use consistent removebefore values
* cleanup logging
* only allow playlist break content
* update changelog
3 months ago
Jason Dove
004da8b7aa
use better fields for filler preset duration ( #2442 )
4 months ago
Jason Dove
c8679144c5
add text element text_fit options ( #2441 )
4 months ago
Jason Dove
a389c1bbbe
more search fields and highlighting ( #2440 )
4 months ago
Jason Dove
ecacf3960f
add search fields to filter collections and schedules tables ( #2439 )
4 months ago
Jason Dove
aa5ba5a78e
fix recent nvidia regression ( #2437 )
...
* fix recent nvidia regression
* update transcoding tests for graphics engine
4 months ago
Jason Dove
9e111a103e
fix fallback on mirror channels ( #2436 )
4 months ago
Jason Dove
8bc3457de0
fix hls playlist filtering ( #2435 )
...
* add failing test
* fix hls playlist filtering
4 months ago
Jason Dove
febabcff6f
fix running tests in github (timezone issue) ( #2434 )
4 months ago
Jason Dove
f26e48c063
block schedules: skip items and collections that will never fit ( #2433 )
...
* add first block playout builder test
* block schedules: skip items and collections that will never fit
4 months ago
Jason Dove
6465c416ff
motion end behavior ( #2431 )
...
* add end behavior enum and properties
* support loop end behavior
* implement end behavior hold
* update changelog
4 months ago
Jason Dove
a0e0bb8753
fix motion element timing ( #2430 )
4 months ago
Jason Dove
b9451a6585
add motion graphics elements ( #2428 )
...
* crude motion graphics element
* fix motion element rendering
* implement motion element scaling
* implement motion start seconds
* update changelog
4 months ago
Jason Dove
0c49f4799f
fix playback of content with unknown color range ( #2427 )
4 months ago
Jason Dove
ea008776b1
more nvidia 10-bit fixes ( #2426 )
...
* fix playback with invalid ffmpeg profile
* fix 10 bit output with nvidia and graphics engine
4 months ago
Jason Dove
9aa7c44388
add watermarks and graphics elements to block items ( #2424 )
4 months ago
Peter Dey
d855e4f20d
Add initial support for Rockchip Media Process Platform (rkmpp) hardware acceleration ( #2418 )
...
* Add Rockchip Media Process Platform (rkmpp) acceleration
* remove fourcc stuff; it's exclusive to videotoolbox
* update changelog
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
4 months ago
Jason Dove
9da655e210
keep at least 10 bit color throughout nvidia tonemap pipeline ( #2423 )
4 months ago
Jason Dove
03b9db7835
fix green output with libplacebo and nvidia 10 bit ( #2422 )
4 months ago
Jason Dove
245165c9d9
add rerun collection type ( #2421 )
...
* rename collection type
* split collections into separate pages
* add rerun collection types, migration, editor
* add rerun to classic schedule items
* rerun plumbing in classic playout builder
* start to implement rerun enumerator
* add scheduledAt to enumerator movenext
* maintain rerun history in db
* fix shuffle
* fix rerun allowed playback orders
* fix updating rerun collections
* update changelog; fix editing
* update changelog
4 months ago
Jason Dove
fe5dd80f70
prep for release v25.6.0 [no ci]
4 months ago
Jason Dove
8155e2e441
add shuffle in order for collections in playlists ( #2417 )
4 months ago
Jason Dove
307b9dadd2
partial v4l2m2m accel support ( #2416 )
...
* start to add v4l2m2m accel
* add v4l2m2m pipeline
* add encoders
* fix decoders and encoders
* output software frames from decoders
* more buffers
* hide v4l2m2m from ui
4 months ago
Jason Dove
5379a893f7
generate fake epg data for graphics elements when troubleshooting ( #2415 )
4 months ago
Jason Dove
64bb1b0d61
fix classic schedule flood bug ( #2414 )
...
* clean up some logging
* fix classic schedule flood bug
4 months ago
dependabot[bot]
89968f722a
Bump jetbrains.resharper.globaltools from 2025.2.0 to 2025.2.1 ( #2378 )
...
---
updated-dependencies:
- dependency-name: jetbrains.resharper.globaltools
dependency-version: 2025.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 months ago
Jason Dove
bc721755f5
add graphics elements to decos ( #2413 )
...
* add deco graphics elements, selector and tests
* add migrations
* edit deco graphics elements from ui
* update changelog
4 months ago
Jason Dove
9182a8ad18
cleanup graphics element loading ( #2412 )
4 months ago
Jason Dove
c5265943f5
fix inefficient database migration ( #2411 )
4 months ago
Jason Dove
07a55da76e
process graphics element yaml files with scriban ( #2410 )
...
* add content rating to media item template
* process graphics element yaml files with scriban
4 months ago
Jason Dove
3722bc8c9c
add some database startup logging ( #2409 )
...
* add some database startup logging
* fix unscheduled playout gap offset
* fix database logging
4 months ago
Peter Dey
87bc779d48
Show fillers in the playout view in alternative shading ( #2405 )
...
* Add shading to filler rows in the playout view
* Insert rows in Playout listing for gaps in the playout (station offline)
* Make FillerKind in PlayoutItemViewModel optional.
Remove Unscheduled enum in FillerKind.
* Correctly handle "Show Filler" also for Unscheduled fillers.
* Moved the Unscheduled item generation for the playout view to GetFuturePlayoutItemsByIdHandle to handle ShowFiller
* Includes for the PlayoutItemDetails moved to an extension for maintainability.
* Bugfix: Page size was more than the desired for pagination because of the inserted unscheduled items.
* Add specified colours for playout fillers to make them less intense.
* use common queryable
* add playout gap model and migrations
* insert playout gaps after playout build
* optimize get future playout items handler
* update changelog
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
4 months ago
Jason Dove
f124554fba
add some debug logging for music video scanning ( #2408 )
4 months ago
Jason Dove
17c7774603
add playlist item count and shuffle playlist items ( #2407 )
...
* marathon cleanup
* add playlist item count, and shuffle playlist items
4 months ago
Jason Dove
4e065fe922
update dependencies ( #2406 )
4 months ago
Jason Dove
2cca3123aa
fix issue [no ci]
4 months ago
Jason Dove
dabc67976a
update github issues
4 months ago
Jason Dove
bd6954121f
log api requests ( #2404 )
4 months ago
Jason Dove
a2fd23a131
fix deco selection logic ( #2403 )
4 months ago
Jason Dove
388623f82e
fix changing playout source from mirror to generated ( #2402 )
4 months ago
Jason Dove
6b275f8a13
fix hwaccel health check on mobile ( #2401 )
...
* fix hw accel health check on mobile
* allow classic schedules to fast forward
4 months ago
Jason Dove
0d69dd58a4
add classic schedule marathon ( #2400 )
4 months ago
Jason Dove
79e8fa0877
ignore specials when using season, episode order ( #2399 )
4 months ago