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
12 months ago
Jason Dove
391528cd94
add pad_until instruction ( #1831 )
...
* revert dotnet workaround
* add pad_until instruction
12 months ago
Jason Dove
b737775f9a
add yaml skip to item instruction ( #1830 )
...
* work around MSB3374 error
* add skip to item instruction
12 months ago
Jason Dove
728c5130b5
try without quotes
12 months ago
Jason Dove
e4253276e0
let's try completely separate folders
12 months ago
Jason Dove
1fc55bc693
try to fix build again
12 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
12 months ago
Jason Dove
ec99d5976d
add shuffle sequence instruction ( #1827 )
12 months ago
Jason Dove
59f11f1a1a
add yaml playout sequences ( #1826 )
12 months ago
Jason Dove
694f25f8b3
upgrade to mudblazor 7 ( #1825 )
12 months ago
Jason Dove
5947555e86
improve trakt list url validation ( #1824 )
...
* improve trakt url validation and logging
* update changelog
12 months ago
Jason Dove
fb63116b36
more subtitles fixes ( #1823 )
12 months ago
Jason Dove
56a58d7a84
fix missing audio and subtitle language codes ( #1822 )
12 months ago
Jason Dove
6f66909957
add "all" instruction ( #1821 )
...
* add "all" instruction
* use string for value we don't care about
12 months ago
Sylvain
01090f62e6
Fixing URL Encoding for logo generation ( #1818 )
12 months ago
Jason Dove
e4e4f68eb4
refactor yaml playout builder ( #1820 )
...
* update changelog
* refactor some handlers
* refactor skip items instruction
* more refactoring
12 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>
12 months ago
Jason Dove
f06ef5262a
add new_epg_group instruction; add filler_kind propery ( #1819 )
12 months ago
Jason Dove
ae6bcc4933
add yaml playout skip items instruction ( #1816 )
12 months ago
Jason Dove
b83fe53ef1
add wait until instruction ( #1815 )
12 months ago
Jason Dove
d50f2ace07
fix regression selecting subtitle streams for certain languages ( #1814 )
12 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>
12 months ago
Jason Dove
fa20c5e01e
template playout => yaml playout ( #1813 )
12 months ago
Jason Dove
53bd745678
add playout template show content ( #1812 )
12 months ago
Jason Dove
f3e5a4e7d8
add playout template duration scheduler ( #1811 )
...
* fix loop with missing content
* implement template duration scheduler
12 months ago
Jason Dove
0b29bb32b1
playout template pad to next fixes ( #1809 )
...
* prevent loop
* add discard attempts and fallback to pad_to_next
12 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
12 months ago
Jason Dove
50f2cb7a33
fix adding pad filler to short content ( #1806 )
12 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
12 months ago
Jason Dove
d842cd57f6
fix building block playouts without default filler ( #1799 )
12 months ago
Jason Dove
4f393d7b06
fix two letter language code stream selection ( #1798 )
12 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
1 year ago
Jason Dove
80ccbbf299
fix duration playout loop ( #1796 )
1 year ago
Jason Dove
3765894cb7
remove invalid values from filler preset editor ( #1793 )
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
Sylvain
0e3c32bd83
Adding more HEAD handling ( https://github.com/ErsatzTV/ErsatzTV/pull/1786 ) ( #1787 )
1 year ago
Jason Dove
9dd4a85bf9
fix adding items to empty playlists ( #1784 )
1 year ago
Sylvain
a0a047ba18
Added API Artwork Router ( #1776 )
...
* Added API Artwork Router
* Simplifying code
1 year ago
Sylvain
687a4f4f10
Alow HEAD requests on /iptv/channels.m3u ( #1779 )
1 year ago
Sylvain
b91ab5d898
Fixing Artwork OtherVideo rel ( #1774 )
...
* Fixing Artwork OtherVideo rel
* show other video artwork in ui
* don't run code quality on PRs
* update changelog
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
1 year ago
Jason Dove
256042947d
use macos-12 runners for github actions ( #1773 )
1 year ago
Sylvain
85029cbbcd
Escaping & on xmltv file ( #1772 )
1 year ago
Jason Dove
b5d679212d
cache bust xmltv images ( #1771 )
1 year ago
Sylvain
36e86587ef
Allow Other Videos Library Type on Plex to be sync ( #1766 )
...
* Allow Other Videos Library Type on Plex to be sync
* Migrating database: Creating PlexOtherVideo table
* Using Plex Media path to create tags for OtherVideos
* missed these in the merge
* Getting PlexLibrary for Tag set on OtherVideo
* fix migrations
* set tag metadata on plex other videos
* update changelog
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
1 year ago
Jason Dove
f41fa669be
update media server scanning and paging ( #1770 )
...
* update media server scanning and paging
* remove unused types
1 year ago
Jason Dove
f62e841af4
update changelog for release v0.8.7-beta [no ci]
1 year ago
Jason Dove
109960c457
fix some more search queries ( #1763 )
1 year ago
Jason Dove
6858103be5
fix transcoding 10-bit source content using qsv on windows ( #1762 )
1 year ago
Jason Dove
f7f1a0493b
update macos submodule again
1 year ago
Jason Dove
6c18648fd7
update macos submodule ( #1760 )
1 year ago