Jason Dove
894fc284b2
fix deco template name display ( #1844 )
...
* fix deco template name display
* try to fix mac build
1 year ago
Jason Dove
8dc1cab222
fix media card selection ( #1840 )
1 year ago
Jason Dove
5e0fb31069
add reset playout and scan library api endpoints ( #1833 )
...
* add api to reset playout
* add library scan api
* update changelog
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
694f25f8b3
upgrade to mudblazor 7 ( #1825 )
1 year ago
Jason Dove
5947555e86
improve trakt list url validation ( #1824 )
...
* improve trakt url validation and logging
* update changelog
1 year ago
Jason Dove
56a58d7a84
fix missing audio and subtitle language codes ( #1822 )
1 year ago
Sylvain
01090f62e6
Fixing URL Encoding for logo generation ( #1818 )
1 year 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>
1 year 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>
1 year ago
Jason Dove
fa20c5e01e
template playout => yaml playout ( #1813 )
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
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
4f393d7b06
fix two letter language code stream selection ( #1798 )
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
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
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
Jason Dove
5734356d29
fix template and deco template editors with mysql ( #1750 )
1 year ago
Jason Dove
242a7ae382
add b-frames option to ffmpeg profile ( #1726 )
...
* add b-frames option to ffmpeg profile
* update dependencies
* cleanup
1 year ago
Jason Dove
2c97c49763
custom config folders env vars ( #1714 )
...
* use custom config folder location
* allow customizing config and transcode folder locations
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
ef6c8b0816
allow clearing (omitting) video profile setting ( #1706 )
1 year ago
Jason Dove
ce958bb7bb
enable video profile editing for qsv ( #1704 )
1 year ago
Jason Dove
0b64e97df6
fix media card ( #1701 )
1 year ago
Jason Dove
5d89f5d0a4
fix template editors ( #1700 )
1 year ago
Jason Dove
398a3c041a
detect /dev/dri/card* devices ( #1698 )
...
* remove unused nupkg
* cleanup obsolete properties
* detect /dev/dri/card devices
1 year ago
Jason Dove
b4fe38d4ae
segmenter v2 fixes ( #1696 )
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
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
b9a7ad2f5a
add video presets for nvenc, qsv, software h264 and hevc encoders ( #1688 )
...
* add video preset to ffmpeg profile
* add some hevc video presets
1 year ago
Jason Dove
c1d6ddcc57
add h264 profile option to ffmpeg profile ( #1686 )
...
* add video profile for nvenc/software h264 encoders
* add h264 profile for all other encoders
* update changelog
1 year ago
Jason Dove
35eb200aee
more segmenter v2 improvements ( #1685 )
...
* more segmenter v2 improvements
* changelog updates
1 year ago
Jason Dove
19af303d76
improve segmenter v2 hevc compliance with fmp4 ( #1684 )
1 year ago
Jason Dove
da20393a39
allow m3u8 playlist head requests ( #1683 )
1 year ago
Jason Dove
d78110f6f1
fix macos config folder regression ( #1682 )
...
* migrate macos config folder on startup, if needed
* add macos config folder health check
* update macos fix; update changelog
1 year ago
Jason Dove
af5dc0968b
add xmltv days to build setting ( #1678 )
1 year ago
Jason Dove
e305222141
add dead air fallback to deco system ( #1668 )
...
* add dead air fallback to deco editor
* fix deco watermark logic
* use dead air fallback from decos
1 year ago
Jason Dove
19fc068a73
add deco system ( #1665 )
...
* add deco groups and decos; set default deco for block playout
* use block playout default deco for watermark
* add deco templates, groups and deco template editor
* associate deco template with playout template
* use deco template item watermark for playback
* update changelog for decos
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
8113827802
allow block durations with 5-minute increments ( #1662 )
1 year ago
Jason Dove
4e56117e0e
use jwt for mpeg-ts streaming mode ( #1661 )
1 year ago