Jason Dove
|
912f79097d
|
add collection, smart collection, multi collection, playlist content sources to yaml playouts (#1841)
* add collection content to yaml playout
* add smart_collection content
* add multi_collection content
* add playlist content
|
1 year ago |
Jason Dove
|
8aa55fdfce
|
replace new_epg_group instruction with epg_group; copy sequence custom title to sequence items
|
1 year ago |
Jason Dove
|
961fe8bbf2
|
improve shuffling behavior; add custom_title (#1838)
* improve yaml shuffling behavior
* add custom_title to playout instructions
|
1 year ago |
Jason Dove
|
75f991d670
|
yaml history fix (#1836)
|
1 year ago |
Jason Dove
|
e3c981004b
|
show all items in epg by default (#1835)
|
1 year ago |
Jason Dove
|
befaa037e2
|
default duration to make a new epg group per item; default duration to NOT use offline tail (#1834)
|
1 year ago |
Jason Dove
|
7d83e66ba6
|
add yaml playout history; allow yaml playouts to be extended (#1832)
* add multi_part; refactor skipping items
* save and apply history for yaml playouts
* do not remove history on yaml playout reset
|
1 year ago |
Jason Dove
|
391528cd94
|
add pad_until instruction (#1831)
* revert dotnet workaround
* add pad_until instruction
|
1 year ago |
Jason Dove
|
b737775f9a
|
add yaml skip to item instruction (#1830)
* work around MSB3374 error
* add skip to item instruction
|
1 year ago |
Jason Dove
|
ec99d5976d
|
add shuffle sequence instruction (#1827)
|
1 year ago |
Jason Dove
|
59f11f1a1a
|
add yaml playout sequences (#1826)
|
1 year ago |
Jason Dove
|
6f66909957
|
add "all" instruction (#1821)
* add "all" instruction
* use string for value we don't care about
|
1 year ago |
Jason Dove
|
e4e4f68eb4
|
refactor yaml playout builder (#1820)
* update changelog
* refactor some handlers
* refactor skip items instruction
* more refactoring
|
1 year ago |
Jason Dove
|
f06ef5262a
|
add new_epg_group instruction; add filler_kind propery (#1819)
|
1 year ago |
Jason Dove
|
ae6bcc4933
|
add yaml playout skip items instruction (#1816)
|
1 year ago |
Jason Dove
|
b83fe53ef1
|
add wait until instruction (#1815)
|
1 year ago |
Jason Dove
|
fa20c5e01e
|
template playout => yaml playout (#1813)
|
1 year ago |
Jason Dove
|
53bd745678
|
add playout template show content (#1812)
|
1 year ago |
Jason Dove
|
f3e5a4e7d8
|
add playout template duration scheduler (#1811)
* fix loop with missing content
* implement template duration scheduler
|
1 year ago |
Jason Dove
|
0b29bb32b1
|
playout template pad to next fixes (#1809)
* prevent loop
* add discard attempts and fallback to pad_to_next
|
1 year ago |
Jason Dove
|
d9a7615cf6
|
add experimental playout template system (#1808)
* add template playout kind
* add template scheduler count
* implement pad to next
* only allow resetting template playouts
* update changelog
|
1 year ago |
Jason Dove
|
50f2cb7a33
|
fix adding pad filler to short content (#1806)
|
1 year ago |
Jason Dove
|
b1b2c2a1e0
|
add deco default filler trim to fit setting (#1800)
* add deco default filler trim to fit setting
* implement trim to fit
* update changelog
|
1 year ago |
Jason Dove
|
d842cd57f6
|
fix building block playouts without default filler (#1799)
|
1 year ago |
Jason Dove
|
46f7289db8
|
add deco default filler (#1797)
* first pass at default filler for block scheduling
* configure default filler in ui
* update changelog
|
1 year ago |
Jason Dove
|
80ccbbf299
|
fix duration playout loop (#1796)
|
1 year ago |
Jason Dove
|
a8b658a5ea
|
add "on demand" channel progress mode (#1790)
* update dependencies
* add channel progress mode
* implement on demand channel progress
* update changelog
|
1 year ago |
Jason Dove
|
a5c8e2b401
|
fix duration scheduling bug (#1744)
|
1 year ago |
Jason Dove
|
7c1f0d6dbd
|
treat mid-roll as post-roll when chapter markers are missing (#1722)
|
1 year ago |
Jason Dove
|
f5038c2b66
|
play all items in playlist before starting again (#1711)
|
1 year ago |
Jason Dove
|
85eb7623da
|
fix playlist playouts (#1709)
* fix playlist playouts
* remove some logging
|
1 year ago |
Jason Dove
|
a87ec2d75d
|
cleanup (#1708)
* fix blazor naming
* code cleanup
* update dependencies
|
1 year ago |
Jason Dove
|
33a8b29a27
|
fix block playout random seeds (#1703)
|
1 year ago |
Jason Dove
|
e19b639527
|
add playlist item play all option (#1694)
|
1 year ago |
Jason Dove
|
a6d5df3ca6
|
more add to playlist buttons; fix playlist preview (#1693)
|
1 year ago |
Jason Dove
|
202ae33e37
|
add individual media items to playlists (#1692)
* add movies to playlists
* add search results to playlist
* update changelog
|
1 year ago |
Jason Dove
|
c46b3787d8
|
set guide mode filler as appropriate on playlist items (#1691)
|
1 year ago |
Jason Dove
|
706a2d14a2
|
add playlists (#1690)
* update dependencies
* add playlists
* add playlist support to schedules
* playout builder (flood) supports playlists
* update changelog
|
1 year ago |
Jason Dove
|
e5f15df196
|
rework active date range; add tests (#1664)
|
1 year ago |
Jason Dove
|
6ac2384cbc
|
add active date range to block playout templates editor (#1663)
* update dependencies
* add active date range to block playout templates editor
|
1 year ago |
Jason Dove
|
087901d177
|
adjust block unique constraint (#1634)
* upgrade dependencies
* allow blocks with same name in different groups
* code cleanup
|
1 year ago |
Jason Dove
|
707292c50f
|
add configurable image duration (#1617)
|
1 year ago |
Jason Dove
|
f8c4f44216
|
add basic image library support (#1608)
* add basic image library support
* add image page
* update changelog
|
2 years ago |
Jason Dove
|
d55ba235bf
|
evenly divide epg time for schedule blocks (#1607)
* add checkbox to include block items in program guide
* evenly divide epg time for schedule blocks
|
2 years ago |
Jason Dove
|
a15854d0ad
|
more guide templates; new song metadata library (#1603)
* refactor template processing
* use template for song xmltv entries
* use template for other video xmltv entries
* update changelog
|
2 years ago |
Jason Dove
|
46c26b5ea7
|
include all block playout items in xmltv (#1580)
* include all block playout items in xmltv
* double check whether channel preview will work
|
2 years ago |
Jason Dove
|
60b3bc92f4
|
use super shuffle in block playouts (#1572)
|
2 years ago |
Jason Dove
|
12234c3e21
|
allow shuffling block items (#1571)
* allow shuffling block items
* fix drop down search results
|
2 years ago |
Jason Dove
|
b88deaafe5
|
add tests, replace playout items when collections are updated (#1566)
|
2 years ago |
Jason Dove
|
88fac0de04
|
add option to stop scheduling before or after block duration end (#1563)
|
2 years ago |