Jason Dove
521e4eac41
add yaml marathon search content source ( #1845 )
...
* use search queries to populate marathons
* group marathon by artist
* add marathon group by album
11 months ago
Jason Dove
894fc284b2
fix deco template name display ( #1844 )
...
* fix deco template name display
* try to fix mac build
11 months ago
Jason Dove
a8cf22e43e
group marathon by season ( #1843 )
11 months ago
Jason Dove
4c9c047530
add basic marathon content ( #1842 )
11 months ago
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
11 months ago
Jason Dove
8aa55fdfce
replace new_epg_group instruction with epg_group; copy sequence custom title to sequence items
11 months ago
Jason Dove
8dc1cab222
fix media card selection ( #1840 )
11 months ago
Jason Dove
961fe8bbf2
improve shuffling behavior; add custom_title ( #1838 )
...
* improve yaml shuffling behavior
* add custom_title to playout instructions
11 months ago
Jason Dove
75f991d670
yaml history fix ( #1836 )
11 months ago
Jason Dove
e3c981004b
show all items in epg by default ( #1835 )
11 months ago
Jason Dove
befaa037e2
default duration to make a new epg group per item; default duration to NOT use offline tail ( #1834 )
11 months ago
Jason Dove
5e0fb31069
add reset playout and scan library api endpoints ( #1833 )
...
* add api to reset playout
* add library scan api
* update changelog
11 months 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
11 months ago
Jason Dove
391528cd94
add pad_until instruction ( #1831 )
...
* revert dotnet workaround
* add pad_until instruction
11 months ago
Jason Dove
b737775f9a
add yaml skip to item instruction ( #1830 )
...
* work around MSB3374 error
* add skip to item instruction
11 months ago
Jason Dove
728c5130b5
try without quotes
11 months ago
Jason Dove
e4253276e0
let's try completely separate folders
11 months ago
Jason Dove
1fc55bc693
try to fix build again
11 months ago
Jason Dove
4ad22e402f
use global.json dotnet version in workflows ( #1829 )
...
* use global.json dotnet version in workflows
* list output files
* work around weird folder emptying behavior on windows
11 months ago
Jason Dove
ec99d5976d
add shuffle sequence instruction ( #1827 )
11 months ago
Jason Dove
59f11f1a1a
add yaml playout sequences ( #1826 )
11 months ago
Jason Dove
694f25f8b3
upgrade to mudblazor 7 ( #1825 )
11 months ago
Jason Dove
5947555e86
improve trakt list url validation ( #1824 )
...
* improve trakt url validation and logging
* update changelog
11 months ago
Jason Dove
fb63116b36
more subtitles fixes ( #1823 )
11 months ago
Jason Dove
56a58d7a84
fix missing audio and subtitle language codes ( #1822 )
11 months ago
Jason Dove
6f66909957
add "all" instruction ( #1821 )
...
* add "all" instruction
* use string for value we don't care about
11 months ago
Sylvain
01090f62e6
Fixing URL Encoding for logo generation ( #1818 )
11 months ago
Jason Dove
e4e4f68eb4
refactor yaml playout builder ( #1820 )
...
* update changelog
* refactor some handlers
* refactor skip items instruction
* more refactoring
11 months ago
Sylvain
8488fe5d3d
Used a UUID in HDHomeRun config to allow multiple instances on a same network ( #1810 )
...
* Used a UUID in HDHomeRun config to allow multiple instances on a same network
* tweak some async calls
* try to fix line endings
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
11 months ago
Jason Dove
f06ef5262a
add new_epg_group instruction; add filler_kind propery ( #1819 )
11 months ago
Jason Dove
ae6bcc4933
add yaml playout skip items instruction ( #1816 )
11 months ago
Jason Dove
b83fe53ef1
add wait until instruction ( #1815 )
11 months ago
Jason Dove
d50f2ace07
fix regression selecting subtitle streams for certain languages ( #1814 )
11 months ago
Sylvain
23684f607a
Generating Channel Logo when no logo is provided ( #1807 )
...
* Generating Channel Logo when none is provided
* Moved TTF in the cached Resources folder
* Using WebUtility.UrlEncode instead of Raw String Replace
* Fixed mistyping
* Moved Channel Logo Generator to etv.core
* Return 301 to static logo if there is any error during Logo generation
* minor fixes
* update changelog
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
11 months ago
Jason Dove
fa20c5e01e
template playout => yaml playout ( #1813 )
11 months ago
Jason Dove
53bd745678
add playout template show content ( #1812 )
11 months ago
Jason Dove
f3e5a4e7d8
add playout template duration scheduler ( #1811 )
...
* fix loop with missing content
* implement template duration scheduler
11 months ago
Jason Dove
0b29bb32b1
playout template pad to next fixes ( #1809 )
...
* prevent loop
* add discard attempts and fallback to pad_to_next
11 months 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
11 months ago
Jason Dove
50f2cb7a33
fix adding pad filler to short content ( #1806 )
11 months 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
11 months ago
Jason Dove
d842cd57f6
fix building block playouts without default filler ( #1799 )
11 months ago
Jason Dove
4f393d7b06
fix two letter language code stream selection ( #1798 )
11 months ago
Jason Dove
46f7289db8
add deco default filler ( #1797 )
...
* first pass at default filler for block scheduling
* configure default filler in ui
* update changelog
11 months ago
Jason Dove
80ccbbf299
fix duration playout loop ( #1796 )
11 months ago
Jason Dove
3765894cb7
remove invalid values from filler preset editor ( #1793 )
11 months ago
Jason Dove
a8b658a5ea
add "on demand" channel progress mode ( #1790 )
...
* update dependencies
* add channel progress mode
* implement on demand channel progress
* update changelog
11 months ago
Sylvain
0e3c32bd83
Adding more HEAD handling ( https://github.com/ErsatzTV/ErsatzTV/pull/1786 ) ( #1787 )
12 months ago
Jason Dove
9dd4a85bf9
fix adding items to empty playlists ( #1784 )
12 months ago
Sylvain
a0a047ba18
Added API Artwork Router ( #1776 )
...
* Added API Artwork Router
* Simplifying code
12 months ago