Jason Dove
cd100be3a2
relax music video naming requirements ( #155 )
4 years ago
Jason Dove
2b26a5411c
add artists as owners of music videos ( #154 )
...
* clean up genre, tag, studio orphans
* enforce foreign keys at connection level
* wip
* fix fragment scroll offset
* fix see all link for music videos
* add fake artist metadata
* not null artist id
* add artist scanning
* remove improperly named music videos
* code cleanup
* add artists to search results and collections
* clean up music video metadata / artist
* add artist view
* show music videos on artist page
* add music video artwork placeholder
4 years ago
Jason Dove
baf81f31cd
fix plex server and connection sync ( #153 )
4 years ago
Jason Dove
bfa290790b
trim parsed music video titles ( #152 )
4 years ago
Jason Dove
2be729c10e
search show by language ( #149 )
4 years ago
Jason Dove
a6496db58d
settings rework ( #144 )
...
* add hdhr tuner count setting
* code cleanup
4 years ago
Jason Dove
79bfba6428
better search index thread fix ( #143 )
...
* Revert "fix search index threading (#141 )"
This reverts commit 3fb6da0754
.
* better search index thread fix
4 years ago
Jason Dove
9809c60924
send all audio streams on hls channels with no preferred language ( #142 )
...
* Revert "fix search index threading (#141 )"
This reverts commit 3fb6da0754
.
* send all audio streams on hls channels with no preferred language
4 years ago
Jason Dove
16072fed1c
Revert "fix search index threading ( #141 )"
...
This reverts commit 3fb6da0754
.
4 years ago
Jason Dove
3fb6da0754
fix search index threading ( #141 )
...
* fix search index threading
* code cleanup
4 years ago
Jason Dove
efae005447
use full preferred language names in ui ( #137 )
4 years ago
Jason Dove
cead787c55
force SAR 1:1 if missing ( #136 )
4 years ago
Jason Dove
8fea24a3a5
add fallback metadata for music videos ( #134 )
4 years ago
Jason Dove
6b44873474
add library scan progress detail ( #133 )
...
* add library scan progress detail
* scan plex libraries on plex thread
4 years ago
Jason Dove
74c95249c3
add loudness normalization ( #129 )
...
* fix music video search result artwork
* add normalize loudness setting
* fix audio normalization
* fix music video thumbnails in collection items view
* fix ef core warnings querying playout item
* implement audio loudness normalization filter
4 years ago
Jason Dove
d4a2197dfa
async fixes ( #128 )
...
* refactor local metadata provider
* resolve async warnings
* more async fixes
4 years ago
Jason Dove
633586ddba
add music videos library ( #125 )
...
* add music videos library
* add music video tables
* first pass at music video library scan
* support music videos in playouts
* display music videos in search results and collections
* fix music video thumbnails
* remove some obsolete fields
4 years ago
Jason Dove
da3e05b231
normalize video track timescale ( #123 )
4 years ago
Jason Dove
4097288fed
normalize framerate ( #122 )
...
* normalize framerate
* simplify audio normalization settings
4 years ago
Jason Dove
90f775aab4
ffmpeg tweaks ( #121 )
...
* save reports from ffmpeg concat process
* let ffmpeg determine thread count by default
* disable stdin for ffmpeg processes
4 years ago
Jason Dove
9ea4459988
cache artwork async ( #117 )
4 years ago
Jason Dove
745b03af73
add custom title option to schedule items ( #116 )
4 years ago
Jason Dove
a62c4ecfcf
fix playout builds using duration or multiple ( #115 )
4 years ago
Jason Dove
f2c105174b
fix stream selection for non-normalized playback ( #113 )
4 years ago
Jason Dove
076a88230e
optimize local library scanning ( #112 )
4 years ago
Jason Dove
f06a04ed0e
fix search index updates for local libraries ( #111 )
4 years ago
Jason Dove
001453714a
fix playback on channel with no preferred language
4 years ago
Jason Dove
d303bc0158
add preferred language ( #109 )
...
* add explicit warning for zero/invalid duration media items
* set dateadded on plex media versions
* add media stream table
* save local media streams to db
* save plex media streams to db
* add preferred language settings (no validation)
* use preferred language if possible
* code cleanup
* proper language code validation
* force scan of all libraries to pull in media streams
4 years ago
Jason Dove
51b671dec7
load concat playlist from localhost
4 years ago
Jason Dove
a5e1cc7c3d
allow trailing slash in plex path replacement ( #108 )
...
* add test for unc path replacement
* allow trailing slash in plex path replacement
4 years ago
Jason Dove
9ba6686c44
iptv route consistency [no ci] ( #107 )
...
* use localhost in concat playlist
* expose all playlist artwork under /iptv
4 years ago
Jason Dove
104d4a0cbd
fix mixed platform directory mapping ( #106 )
...
* sync plex platform and platform version
* fix mixed-platform path replacements
4 years ago
Jason Dove
7e0bdfdb40
fix epg channel sorting ( #101 )
4 years ago
Jason Dove
6bdaca0222
remove unused code [no ci]
4 years ago
Jason Dove
489f8d92ff
properly store plex timestamps on update ( #98 )
4 years ago
Jason Dove
c33c037188
use folder.ext when poster.ext is not found for movies or shows ( #96 )
4 years ago
Jason Dove
4c70d61d48
metadata improvements ( #95 )
...
* fix episode fallback metadata processing, fix show fallback metadata year parsing
* fix sort title for "a" and "an"
* add and index studio metadata
* minimize circular logging with search index errors
* update plex movie sort titles as needed
* properly escape search links
* force refreshing all movie/show metadata
4 years ago
Jason Dove
00fdc272e9
remove plex items from index after sign out ( #94 )
4 years ago
Jason Dove
eca58dbe7f
plex fixes ( #92 )
...
* fix updating plex path replacements
* fix adding/removing plex libraries
* fix adding/removing plex servers
* fix initial plex library sync after sign in
* code cleanup
4 years ago
Jason Dove
c0a6677861
optimize memory use during search index rebuild ( #88 )
4 years ago
Jason Dove
2efcbca2da
search overhaul ( #87 )
...
* add letter bar with no links
* use lucene for search, add paged search results
* add search index version
* index library_name; rebuild index when folder is missing
* maintain index as local movies change
* fix tests
* maintain index as local shows change
* maintain index as plex movies change
* maintain index as plex shows change
* code cleanup
* add duplicate filter to search
* add links to letter bar
* code cleanup
4 years ago
Jason Dove
739d074bc6
optimize local scanning ( #84 )
...
* optimize local scanning
* fix artwork updates
* fix adding genres and tags
* fix movie fallback metadata
4 years ago
Jason Dove
c5c28cb92d
fix playback for media containing attached pictures ( #83 )
4 years ago
Jason Dove
a8e861abc0
add optional ffmpeg reports ( #81 )
...
* log full exceptions in plex tv api client
* add optional ffmpeg reports
4 years ago
Jason Dove
76446e0d69
prevent repeated playout items when reshuffling ( #80 )
4 years ago
Jason Dove
e5a9ef6196
add episode posters to xmltv
4 years ago
Jason Dove
a01888792a
delet items removed from plex ( #77 )
...
* delete items removed from plex
* fix tests
4 years ago
Jason Dove
e9b26d6bdb
fix plex async genre sync ( #75 )
4 years ago
Jason Dove
79b2e9dbfe
fix plex movie scanning performance ( #74 )
4 years ago
Jason Dove
9ba0cbd84f
enable plex for television ( #73 )
...
* add plex show, season sync
* sync plex episodes
* sync plex episode statistics
* update plex artwork as needed
* code cleanup
* add note about tests
4 years ago