Jason Dove
474e647d6d
more jellyfin performance improvements ( #2747 )
...
* fix slow db and api logging so it also works in scanner project
* don't request people from jellyfin by default
14 hours ago
Jon Crall
daff1c6533
Add select all controls to media lists ( #2738 )
...
* Add select all controls to media lists
* Refine select-all helper and add coverage
* Adjust select-all button alignment
* Tighten select-all helper semantics
* Allow tests to access internal members
* Rename select-all helper and avoid shift tracking
* Simplify select-all reset helper
* Keep pager centered and move select-all right
* Add missing div
* create test project for main app; move and rename new tests
* remove core => main app reference
* cleanup unused imports
* Fix button behavior when the screen is small
* update changelog
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
21 hours ago
Jason Dove
14d2dd0c3a
optimize jellyfin database fields and indexes ( #2746 )
...
* optimize jellyfin database fields and indexes
* copy paste
22 hours ago
Jason Dove
c606319030
add some performance troubleshooting env vars ( #2745 )
...
* add slow query logging
* add slow api logging for jellyfin
* add configurable jellyfin page size
* feedback
22 hours ago
Jason Dove
1b72b8491c
improve multi-episode grouping logic ( #2744 )
1 day ago
Jason Dove
9fea25a77d
allow string values for count instruction in sequential schedules ( #2741 )
...
* allow string values for count instruction in sequential schedules
* fix potential div by zero
2 days ago
Jason Dove
74b049b6e3
fix nvenc playback when color metadata changes mid-stream ( #2740 )
...
* fix nvenc playback when color metadata changes mid-stream
* update dependencies (needed to fix unit test runner)
* limit noautoscale to when it's not already present
2 days ago
Jason Dove
b2caf8ee8d
fix remote stream indexing due to missing titles ( #2739 )
2 days ago
Jason Dove
b582b4cbf7
fix downgrade health check failure for mariadb ( #2737 )
1 week ago
Jason Dove
0af81ad839
add target loudness to ffmpeg profile ( #2727 )
...
* add target loudness to ffmpeg profile
* fix filter
2 weeks ago
Jason Dove
2f0cd1eb6c
update dependencies ( #2726 )
2 weeks ago
Jason Dove
e4f1a93db0
fix some mysql migrations that failed on mariadb ( #2725 )
2 weeks ago
Jason Dove
6562d616fb
smart collection names must be case insensitive ( #2721 )
...
* smart collection names must be case insensitive
* use explicit ci collation for mysql
3 weeks ago
Jason Dove
d8122edad6
fix duplicate smart collection names ( #2720 )
...
* fix duplicate smart collection names
* fix update error
3 weeks ago
Jason Dove
99b8c56a31
rework fallback filler ( #2719 )
...
* fallback fixes
* use hardware encoding for fallback filler
* rework fallback filler
* fixes
3 weeks ago
Jason Dove
09858df654
fix case when cuda hw decode falls back to sw ( #2718 )
...
* fix case when cuda hw decode falls back to sw
* use a new filter
3 weeks ago
Jason Dove
038286c92b
use playlist item count when playlists are used as filler ( #2716 )
...
* use playlist item count when playlists are used as filler
* expand test
3 weeks ago
Jason Dove
8575ab5c32
fix bt2020 playback ( #2714 )
...
* fix bt2020 playback
* update pixel format
* update changelog
3 weeks ago
Jason Dove
8b768a2990
allow playlists to have no items included in epg ( #2713 )
3 weeks ago
Jason Dove
f9e4c4d386
improve build time by only running analyzers explicitly ( #2710 )
...
* improve build time by only running analyzers explicitly
* don't exclude scanner from analyzers
* Revert "don't exclude scanner from analyzers"
This reverts commit d927f9850a .
* fix sed syntax for linux
3 weeks ago
Jason Dove
a1f9b86fc1
add download media sample button to playback troubleshooting ( #2709 )
...
* add download media sample button to playback troubleshooting
* fixes
3 weeks ago
Jason Dove
5dc20ebd1b
use software pad with amd vaapi h264 main ( #2708 )
4 weeks ago
Jason Dove
d30e8b4102
only use packed headers with vaapi when supported by encoder ( #2706 )
4 weeks ago
Jason Dove
c14f373f23
implement rectangles packet for script element ( #2704 )
...
* implement rectangles packet for script element
* fixes
4 weeks ago
Jason Dove
a90fe26d50
script element packet spike ( #2703 )
...
* script element packet spike
* fixes
4 weeks ago
Jason Dove
7a263ddaed
add migration to fix any incorrect channel sort numbers ( #2701 )
4 weeks ago
Jason Dove
3e0a9aae1e
fix channel sort number when reordering channels ( #2700 )
...
* fix channel sort number when reordering channels
* tryparse
4 weeks ago
Jason Dove
72dc401829
fix chronological sorting for other videos ( #2699 )
4 weeks ago
Jason Dove
85e25ca6ea
add channel start time template data ( #2698 )
...
* add channel start time template data
* rename
4 weeks ago
Jason Dove
9c23b03758
fix mirror channels ( #2697 )
4 weeks ago
Jason Dove
e12888ebee
fix recent regression to subtitle graphics element ( #2696 )
4 weeks ago
Jason Dove
468ff087d4
fix loading epg entries for motion and script elements ( #2693 )
4 weeks ago
Jason Dove
54606c76f9
framerate improvements ( #2692 )
...
* framerate improvements
* fixes
4 weeks ago
Jason Dove
6bd49ffcec
add remote stream metadata ( #2690 )
...
* add remote stream metadata
* use ifilesystem for last write time
* clean up unused inheritance
* optimize channel data query
* revert removeartwork change
* properly handle remote stream artwork in orphaned artwork check
1 month ago
Jason Dove
c524bc0d7d
add script graphics element ( #2681 )
...
* add script graphics element
* pass template data as json to stdin
* update changelog
1 month ago
Jason Dove
42bcadf936
work around buggy radeonsi hevc_vaapi behavior ( #2680 )
...
* try to workaround amd crop metadata ffmpeg bug
* limit workaround to hevc_vaapi encoder
* update changelog
1 month ago
Jason Dove
1f31beab5b
fix plex other video library detection ( #2679 )
1 month ago
Jason Dove
b45c22092d
fix startup on systems unsupported by nvencsharp ( #2678 )
1 month ago
Jason Dove
7bd8cefe2e
more dotnet 10 updates ( #2676 )
...
* update more libraries to dotnet 10
* fix dockerfiles
* fix numeric types
1 month ago
Jason Dove
f101d0b366
prep for release v25.9.0 [no ci]
1 month ago
Jason Dove
73aabdabda
fix transcoding tests ( #2675 ) [no ci]
1 month ago
Jason Dove
bcea96d53a
always log scanner exit code when it is non-zero ( #2670 )
...
* always log scanner exit code when it is non-zero
* remove test abort
1 month ago
Jason Dove
d7952e4cfa
fix docker assets ( #2669 )
1 month ago
Jason Dove
758399e339
fix missing net9.0 to net10.0 in docker/github ( #2668 )
1 month ago
Jason Dove
6c635a4be9
upgrade to dotnet 10 ( #2667 )
...
* upgrade to dotnet 10
* remove packages that would be pruned
* properly fix tests
1 month ago
Jason Dove
9d637cdd54
update dependencies ( #2661 )
1 month ago
Jason Dove
cc287ffc6e
fix hls direct streams remaining open ( #2660 )
1 month ago
Jason Dove
371659c5c5
cache bust new logo ( #2659 )
1 month ago
Jason Dove
7afb1866ad
update logo ( #2658 )
1 month ago
Jason Dove
7bc1dd63fe
fix file system test on windows ( #2657 ) [no ci]
1 month ago