Jason Dove
093abf7ad8
add yaml playout pre_roll instruction ( #2228 )
...
* add yaml playout pre_roll instruction
* add basic yaml validation
* validate all yaml playout content items
* fix yaml to json conversion
* update changelog
2 weeks ago
Jason Dove
f768093df7
update dependencies ( #2226 )
2 weeks ago
Jason Dove
a2f678fe8e
fix adding new items from plex libraries ( #2220 )
3 weeks ago
Jason Dove
605d8a98ab
fix adding new items from jellyfin and emby ( #2218 )
3 weeks ago
Jason Dove
ab0f431c85
fix app startup with mysql ( #2205 )
...
* don't run pragma command on mysql
* add not required pathhash
* make media file path hash required
* update changelog
3 weeks ago
Jason Dove
dd9a6d5a06
add chapters to search index ( #2199 )
3 weeks ago
Jason Dove
07e4ff907f
include docker-arm in unified image health check ( #2196 )
...
* include docker-arm in unified image health check
* update
3 weeks ago
Jason Dove
5ccea53131
fix media file path length for mysql ( #2191 )
4 weeks ago
Jason Dove
2a05cc6e32
add remote stream is_live property ( #2181 )
4 weeks ago
Jason Dove
011f16da9f
fix variant selection for hls remote streams ( #2177 )
4 weeks ago
Jason Dove
79496e688b
fix video stream selection for remote streams ( #2176 )
4 weeks ago
Jason Dove
5c43ae47b1
add basic remote stream library ( #2175 )
...
* initial remote stream library support; scanning seems to work ok
* flood schedule remote streams kind of works
* switch remote stream definitions to yaml files
* implement remote stream script playback
* update changelog
4 weeks ago
Jason Dove
c29788bc3f
add movie nfo country to search index ( #2173 )
4 weeks ago
Jason Dove
867c88d8fc
add trakt playlist option ( #2171 )
...
* add generate playlist option; add system playlists
* fix official lists; sync items to playlist
4 weeks ago
Jason Dove
cf6b9cf29a
enable write-ahead logging on all sqlite databases ( #2162 )
4 weeks ago
Jason Dove
464c1e2ea8
fix bugs with playout mode multiple ( #2160 )
1 month ago
dependabot[bot]
107e8cfded
Bump Jint and System.CommandLine ( #2152 )
...
Bumps Jint from 4.3.0 to 4.4.0
Bumps System.CommandLine from 2.0.0-beta5.25306.1 to 2.0.0-beta6.25358.103
---
updated-dependencies:
- dependency-name: Jint
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: System.CommandLine
dependency-version: 2.0.0-beta6.25358.103
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>
1 month ago
Jason Dove
578cdb1e14
add playback troubleshooting tool ( #2155 )
...
* support media info for more content types
* add playback troubleshooting page
* reorganize playback troubleshooting
* fix watermarks and delay
* update changelog
1 month ago
Jason Dove
848b88bd2d
link ffmpeg health check to ersatztv-ffmpeg release ( #2154 )
...
* link ffmpeg health check to ersatztv-ffmpeg release
* bump windows ffmpeg to use the same version as linux
1 month ago
Jason Dove
b85571b159
allow uploading large watermarks ( #2151 )
1 month ago
Jason Dove
43e1cbd919
yaml playout watermarks ( #2149 )
1 month ago
Jason Dove
0ee62dbc7d
fix recent regression to health check links ( #2147 )
1 month ago
Jason Dove
451c534062
allow block items to disable watermarks ( #2139 )
...
* allow block items to disable watermarks
* fix test
1 month ago
Jason Dove
e0df454ac6
more layout updates for mobile ( #2137 )
...
* update trakt, filler, filler editor ui
* update schedules and playouts
* update playout editor
* update dependencies
* update yaml playout editor
* update path replacement editor
1 month ago
Jason Dove
7e40a809ff
improve search results ui on mobile ( #2133 )
...
* show brief health check messages on mobile
* update libraries layout
* improve search results ui on mobile
1 month ago
Jason Dove
7e30444857
dependencies and code cleanup ( #2117 )
...
* fix validation in new form layout
* pin mediatr to last oss version
* update dependencies
* cleanup code in core
* cleanup code in ffmpeg
* cleanup code in infra
* cleanup code in scanner
* cleanup code in application
* cleanup main code
* cleanup test code
* solution-wide code cleanup
1 month ago
Jason Dove
921a108684
ui updates ( #2109 )
...
* split settings into multiple pages
* show health check badge in nav menu
* undo transcoding test changes
1 month ago
Jason Dove
a42234a7c3
update plex plot during deep scan ( #2105 )
2 months ago
Jason Dove
c6ee41484e
allow other videos and images to use the same folders ( #2087 )
2 months ago
Jason Dove
0f795e4e2f
add plex network metadata ( #2085 )
...
* initial plumbing
* scan for plex networks
* save network contents to db as tags
* eliminate network tag id churn
* add network and show_network to search index
* update last networks scan
* show networks on tv show page
* update changelog
2 months ago
Jason Dove
76f7c88375
add etv env vars to troubleshooting > general info ( #2064 )
2 months ago
Jason Dove
3805b9e48c
update dependencies that require api migrations ( #2063 )
...
* migrate system.commandline to 2.0.0-beta5 api
* bump sixlabors.imagesharp
* migrate skiasharp to 3.x api
2 months ago
Jason Dove
c4c164df6a
detect cycles in yaml sequence definitions ( #2060 )
2 months ago
Jason Dove
b90463e3af
detect cycles in smart collection queries ( #2059 )
2 months ago
Jason Dove
1fb27e3cfa
fix nuget issues with transitive dependencies ( #2058 )
...
* try to fix nuget issues
* another attempt at surfacing warnings
* restore proper runtime
* remove old an unneeded dependencies
* upgrade transitive dep
* use newer dotnet in github
2 months ago
Jason Dove
06f233e5bd
upgrade to dotnet 9 ( #2056 )
2 months ago
Jason Dove
9917774671
allow searching by smart collection ( #2055 )
2 months ago
Jason Dove
5be929da18
add collection (name) to search index ( #2054 )
2 months ago
Jason Dove
d756c0c7c0
properly filter vaapi driver health check to vaapi ffmpeg profile ( #2050 )
2 months ago
Jason Dove
5c8489cbed
improve vaapi driver health check ( #2047 )
...
* improve vaapi driver health check
* fix duplicate check
* cleanup again
2 months ago
Jason Dove
4b0faf4da1
unify hardware acceleration in docker ( #2045 )
2 months ago
Jason Dove
69a1e718df
use ffmpeg 7.1.1 for nvidia docker ( #2038 )
2 months ago
Jason Dove
4d83cc705f
use ffmpeg 7.1.1 for vaapi docker ( #2033 )
2 months ago
Jason Dove
18c2a816dc
use ffmpeg 7.1.1 on windows ( #2031 )
2 months ago
Jason Dove
da1cfab5f4
remove jellyfin admin user id requirement ( #2025 )
2 months ago
Jason Dove
2ca722523b
improvements to plex connection management ( #2020 )
3 months ago
Jason Dove
956734ce39
globalization fixes ( #2014 )
...
* fix crashes caused by decimal separator
* improvements to playout reset ui
* remove code quality workflow
3 months ago
Jason Dove
140a663da4
update dependencies ( #2003 )
...
* update dependencies
* more dependency updates
4 months ago
Jason Dove
b30b458574
allow ui and streaming to run on different ports ( #1992 )
...
* allow ui and streaming to run on different ports
* revert global.json change
4 months ago
Jason Dove
f0d5200843
bump image sharp lib to fix build ( #1986 )
5 months ago