Jason Dove
24ef5e68eb
add error reporting health check ( #667 )
3 years ago
Jason Dove
452f361384
use cancellation tokens in ui ( #666 )
...
* use cancellation tokens in pages
* use cancellation token in shared ui
* use cancellation tokens in artwork controller
3 years ago
Jason Dove
19161b12ea
fix chronological and shuffle-in-order song sorting ( #659 )
3 years ago
Jason Dove
b25f783343
hide unused local libraries ( #655 )
3 years ago
Jason Dove
78fdc9c57a
add option to shuffle schedule items ( #652 )
...
* add schedule setting
* it works
* fix tests
* update readme
* rebuild all playouts
3 years ago
Jason Dove
f6c42f3ff5
add configurable channel group and categories ( #651 )
3 years ago
Jason Dove
66ab0b3990
use single thread and disable framerate normalization ( #639 )
...
* try one thread for everything
* add (unused) framerate filter
* disable framerate normalization by default
* update dependencies
4 years ago
Jason Dove
ea08453913
vaapi improvements ( #629 )
...
* fix interlaced video with vaapi
* downgrade imagesharp to fix blurhash generation
* fix ui crash loading collection editor
4 years ago
Jason Dove
a8ba9edf2b
update dependencies ( #624 )
...
* update dependencies
* include refit xml serializer
4 years ago
Jason Dove
0c53a4509c
show collection name in some error messages ( #612 )
4 years ago
Jason Dove
f02b0ac345
re-introduce framerate normalization ( #610 )
4 years ago
Jason Dove
c9b557f2e6
more xmltv category improvements ( #606 )
4 years ago
Jason Dove
b972947747
xmltv category improvements ( #604 )
4 years ago
Jason Dove
37c52c4cb4
update docs and dependencies ( #603 )
4 years ago
Jason Dove
5f6043e593
index added date ( #601 )
4 years ago
Jason Dove
744fd3beaa
link file not found health check to trash ( #592 )
...
* update dependencies
* fix file not found health check
4 years ago
Jason Dove
685f78bef8
fix search results bug ( #583 )
4 years ago
Jason Dove
e4231cb57d
upgrade from ffmpeg 4.4 to 5.0 ( #581 )
4 years ago
Jason Dove
0440f7643b
add videotoolbox acceleration ( #575 )
4 years ago
Jason Dove
cbe5d47611
fix trakt list sync when show does not contain a year ( #572 )
4 years ago
Jason Dove
afa52ccc89
add trash system for local libraries ( #571 )
...
* flag local movies as file not found
* show warning icon on cards
* unflag movie that is found during scan
* skip missing files when building playouts
* add state to search index
* add file not found health check
* link to search from file not found health check
* support flagging other media kinds as file not found
* continue to schedule missing items
* support episode files not found
* wip trash page
* fix trash url
* trash page is functional
* update changelog
* fix changelog merge
4 years ago
Jason Dove
d9d2cfa8be
search index fixes ( #559 )
...
* add music video artist to search index
* properly index minutes field when adding from scan
* bump search index version
4 years ago
Jason Dove
594ce437fb
rework mpeg-ts mode ( #557 )
4 years ago
Jason Dove
257384ea9b
fix health checks ( #556 )
...
* update bundled ffmpeg version in health check
* recognize qsv acceleration on linux
* update changelog
4 years ago
Jason Dove
85b2a46353
update dependencies ( #546 )
4 years ago
Jason Dove
ae2c6350e1
sync virtual shows and season from jellyfin ( #536 )
4 years ago
Jason Dove
ce228604e8
use select controls instead of autocomplete ( #532 )
...
* use select instead of autocomplete for playout editor
* use select instead of autocomplete for filler preset editor
* reset selected collection when changing collection type
* use select instead of autocomplete for multi collection editor
* more select
* more select controls
4 years ago
Jason Dove
3656e932d3
more song fixes ( #529 )
...
* use blurhash for default etv song backgrounds
* fix saving artwork blurhash
* fix song detail alignment
* rename song background files
* watermark path is always none here
4 years ago
Jason Dove
abc103308b
optimize song artwork scanning ( #527 )
4 years ago
Jason Dove
3773bbec19
use blurhash for song backgrounds ( #526 )
...
* generate blurhash for all local artwork
* use blurhash song background if available
* only write blur hash to disk once
* use multiple blur hashes
* update changelog
* fix song detail outline
* reset song metadata (artwork)
4 years ago
Jason Dove
35ba2bab2c
fix unicode song metadata on windows ( #523 )
...
* test setting utf8 encoding with ffprobe
* use utf8 encoding for console (logging) output
* use proper sink package
* reset song metadata on windows
* fix nfo processing with missing year
* update changelog
4 years ago
Jason Dove
848795af32
fix artwork upload on windows ( #518 )
...
* update changelog for release v0.3.1-alpha [no ci]
* fix artwork upload on windows
4 years ago
Jason Dove
475dc7660b
fix artwork uploads ( #516 )
4 years ago
Jason Dove
db3dfbd446
disambiguate song search results ( #515 )
4 years ago
Jason Dove
b4c9cdbbfa
use embedded song cover art ( #514 )
4 years ago
Jason Dove
7f84933c0b
index song genres ( #513 )
...
* add song genres to search index
* reset all song genre metadata
* update changelog and docs
4 years ago
Jason Dove
ed3f1b1dad
generate song video ( #497 )
...
* use blurred cover art as song background
* use channel watermark when cover art is unavailable
* add drawtext to song filter
* cleanup
* force song cover art as png
* fix songs on windows and qsv
4 years ago
Jason Dove
8e08ff059f
load embedded song metadata ( #495 )
...
* load embedded song metadata
* index song artist and song album
* reset all song metadata
4 years ago
Jason Dove
852728c816
add songs libraries ( #490 )
...
* first pass at adding song libraries
* start handling optional video
* fix song playback
* fix song transitions
* add songs page to UI
4 years ago
Jason Dove
096f2d42e8
properly fix database upgrade ( #489 )
4 years ago
Jason Dove
a4dc9bfb31
Ignore local plex guids ( #488 )
...
* ignore local plex guids
* update dependencies
4 years ago
Jason Dove
d487bbca08
include other video title in channel guide ( #483 )
4 years ago
Jason Dove
f1356563da
fix ef shared table warnings ( #480 )
4 years ago
Jason Dove
c0aad028a8
more dotnet 6 updates ( #479 )
4 years ago
Jason Dove
dae06ec0ef
upgrade to dotnet 6 ( #475 )
4 years ago
Jason Dove
72f452fd36
update dependencies ( #474 )
4 years ago
Jason Dove
0e789fd6d8
update dependencies and fix languageext deprecation warnings ( #460 )
4 years ago
Jason Dove
0136de700c
add global and channel fallback filler ( #459 )
...
* configure channel and global fallback filler
* play random item from configured channel/global fallback filler as needed
4 years ago
Jason Dove
a74547997d
scheduling fixes ( #451 )
...
* scheduling fixes
* restore plex service
* restore plex service part 2
4 years ago
Jason Dove
6d147de2f3
filler rework ( #449 )
...
* add chapter statistics and new filler options
* refactor playout builder
* more refactor prep for filler
* rewrite schedulers
* refactor collectionkey
* add tail filler kind
* migrate tail filler to filler preset
* optionally show filler
* fix playout detail row count
* remove duration tail filler options
* implement tail and fallback in flood scheduler
* implement tail and fallback in one scheduler
* implement tail and fallback in multiple scheduler
* implement looping fallback filler
* more duration tests
* start to add post-roll filler to flood
* rework playoutitem filler tagging
* rework scheduler logging
* calculate whether configured filler will fit
* implement pre-roll and post-roll duration and count filler
* improve duration filler calculation
* add minutes to search index
* update channel guide to work with new filler
* add mid-roll filler
* don't clone enumerators for filler calculations
* support pre-roll and post-roll pad filler
* implement mid-roll pad filler
* allow clearing filler selections in schedule editor
* fix tests
* filler config validation
* use consistent time zone for tests
4 years ago