Jason Dove and GitHub
0a0fb71b94
refactor plex, emby and jellyfin television scanners ( #767 )
...
* refactor plex television scanner
* refactor emby television scanner
* refactor jellyfin television scanner
* update changelog
2022-04-27 22:34:25 -05:00
Jason Dove and GitHub
392aebd46f
refactor movie library scanners ( #761 )
...
* catch health check cancellation
* local library scanner cleanup
* emby and jf library scanner cleanup
* rework emby movie library scanner
* refactor emby movie library scanner
* refactor jellyfin movie library scanner
* clear etag until after new media has been processed
* refactor plex movie library scanner
* update changelog
2022-04-25 20:31:12 -05:00
Jason Dove and GitHub
d879ce0d0d
bug fixes ( #757 )
...
* fix docker blur hash generation
* scanner async cleanup
* catch and log some unauthorized exception errors
2022-04-24 13:43:06 -05:00
Jason Dove and GitHub
558e8acf5f
unavailable improvements ( #756 )
...
* add unavailable health check
* improve file not found health check
2022-04-24 11:59:41 -05:00
Jason Dove and GitHub
89a2ac9455
add unavailable media state for plex media ( #754 )
...
* rework plex movie library scanner; add unavailable media item state
* plex television scanner improvements
* reset plex etags as needed
* update changelog
2022-04-23 22:19:10 -05:00
Jason Dove and GitHub
fccb9003a0
add plex deep scan mode and sync labels ( #749 )
2022-04-21 14:02:37 -05:00
Jason Dove and GitHub
ec6eab97b2
plex scanner improvements ( #747 )
...
* plex api cleanup
* improve plex movie scanner
* sync plex collections as tags
* improve plex tv library scanner
* update dependencies
* fix plex season and episode collection tags
2022-04-21 09:54:38 -05:00
Jason Dove and GitHub
3713711864
support external subtitles ( #745 )
...
* support external subtitles in local movie libraries
* code cleanup
* simplify subtitle updating
* skip external subtitles from media servers
* fix plex subtitles
2022-04-20 15:54:53 -05:00
Jason Dove and GitHub
d755d0ae29
sync subtitles from media server scanners ( #744 )
2022-04-19 21:24:36 -05:00
Jason Dove and GitHub
c02b83d0d6
code cleanup ( #743 )
...
* update tools
* run code cleanup
* update dependencies
2022-04-19 17:47:18 -05:00
Jason Dove and GitHub
52a8b7db81
duration analysis on files with missing duration metadata ( #683 )
...
* first pass
* analyze zero-duration files
2022-03-07 21:42:34 -06:00
Jason Dove and GitHub
fc1a051df5
fix path replacement bug ( #677 )
2022-03-05 12:21:26 -06:00
Jason Dove and GitHub
1ab98578ab
refactor namespaces and imports ( #670 )
...
* re-namespace
* optimize usings
* more usings
* more of the same
* more implicit/global usings
* cleanup all usings
* minor fixes
2022-03-03 15:36:07 -06:00
Jason Dove and GitHub
b5de5e2b7f
fix statistic updates ( #399 )
2021-10-07 19:56:41 -05:00
Jason Dove and GitHub
3363d2c9d7
update plex paths when they are changed ( #394 )
2021-10-05 06:27:05 -05:00
Jason Dove and GitHub
a864d53327
add seasons to search index ( #385 )
...
* update trakt list items when re-adding existing list
* add seasons to search index
2021-09-25 14:01:35 -05:00
Jason Dove and GitHub
1a7e6dda54
support 10-bit content with nvidia acceleration ( #273 )
...
* use ffprobe for plex statistics
* emby and jellyfin respect library refresh interval
* support 10-bit content with nvidia acceleration
2021-06-19 21:25:44 -05:00
Jason Dove and GitHub
0365d4c8f8
add channel watermark ( #254 )
...
* wip
* wip
* implement watermark settings
* code cleanup
* update changelog
2021-06-11 21:42:06 -05:00
Jason Dove and GitHub
da5148affd
quickly skip missing files during plex library scan ( #251 )
2021-06-07 20:34:24 -05:00
Jason Dove and GitHub
0ef03d66f3
improve hls direct compatibility with channels dvr ( #245 )
...
* rename HttpLiveStreaming to HttpLiveStreamingDirect
* improve hls direct compatibility with channels dvr
* code cleanup
2021-06-05 13:15:39 -05:00
Jason Dove and GitHub
6c867d0d51
support multi-episode files from plex ( #243 )
...
* minor fallback metadata bug fixes
* support multi-episode files from plex
2021-06-04 15:06:19 -05:00
Jason Dove and GitHub
e506dd38a8
merge latest develop ( #230 )
...
* sync guids/provider ids (#227 )
* sync guids from plex
* cleanup
* sync local guids
* sync jellyfin and emby guids
* add episodes to search index (#228 )
* sync episode directors and writers
* display episode writers and directors
* remove missing episodes from search index
* show episodes in search results
* fix emby and jellyfin episode updates
* fix updating plex episodes
* don't delete channel logos on startup
* add episodes page; fix adding episodes to collection
* cleanup
* multi-part episode grouping fixes (#229 )
2021-05-30 06:08:33 -05:00
Jason Dove and GitHub
0bbed69e85
add movie directors and writers ( #219 )
2021-05-27 09:24:47 -05:00
Jason Dove and GitHub
68123a2f9c
add content rating ( #218 )
...
* add new columns
* store local content ratings
* display and search content ratings
* add content_rating to search docs
* sync content rating from jellyfin, emby, plex
* force sync content rating for all libraries
* code cleanup
2021-05-27 06:41:24 -05:00
Jason Dove and GitHub
d7c080cafd
optimize plex tv scanner ( #190 )
2021-05-19 07:22:42 -05:00
Jason Dove and GitHub
63db2edb99
fix plex actor artwork for first few actors ( #176 )
2021-04-17 15:39:24 -05:00
Jason Dove and GitHub
5d01276ef3
fix plex actor artwork with newly added media items ( #175 )
2021-04-17 15:19:23 -05:00
Jason Dove and GitHub
7c07c5f522
fix odd resolution padding; fix updating plex episode artwork ( #173 )
...
* fix padding odd resolutions
* fix updating plex episode artwork only as needed
2021-04-17 10:08:20 -05:00
Jason Dove and GitHub
d8d21996b4
add actors to movies and shows ( #172 )
...
* add actor metadata
* show actors in ui
* get full movie/show metadata from plex
* store actor thumbnail url
* rework movie detail page
* metadata fixes
* rework show detail page
* rework artist page
* code cleanup
2021-04-17 09:36:57 -05:00
Jason Dove and GitHub
ececa62446
fix synchronizing plex show metadata ( #163 )
2021-04-10 20:57:09 -05:00
Jason Dove and GitHub
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
2021-04-09 05:10:58 -05:00
Jason Dove and GitHub
2be729c10e
search show by language ( #149 )
2021-04-06 07:58:45 -05:00
Jason Dove and GitHub
79bfba6428
better search index thread fix ( #143 )
...
* Revert "fix search index threading (#141 )"
This reverts commit 3fb6da0754 .
* better search index thread fix
2021-04-05 16:18:17 -05:00
Jason Dove and GitHub
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
2021-04-05 16:06:13 -05:00
Jason Dove and GitHub
3fb6da0754
fix search index threading ( #141 )
...
* fix search index threading
* code cleanup
2021-04-05 05:41:29 -05:00
Jason Dove and GitHub
6b44873474
add library scan progress detail ( #133 )
...
* add library scan progress detail
* scan plex libraries on plex thread
2021-04-04 10:44:10 -05:00
Jason Dove and GitHub
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
2021-03-28 21:54:48 +00:00
Jason Dove and GitHub
a5e1cc7c3d
allow trailing slash in plex path replacement ( #108 )
...
* add test for unc path replacement
* allow trailing slash in plex path replacement
2021-03-28 11:32:32 +00:00
Jason Dove and GitHub
104d4a0cbd
fix mixed platform directory mapping ( #106 )
...
* sync plex platform and platform version
* fix mixed-platform path replacements
2021-03-28 01:40:40 +00:00
Jason Dove and GitHub
489f8d92ff
properly store plex timestamps on update ( #98 )
2021-03-22 02:20:31 +00:00
Jason Dove and GitHub
c33c037188
use folder.ext when poster.ext is not found for movies or shows ( #96 )
2021-03-21 21:50:31 +00:00
Jason Dove and GitHub
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
2021-03-21 18:43:08 +00:00
Jason Dove and GitHub
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
2021-03-20 15:49:50 +00:00
Jason Dove and GitHub
739d074bc6
optimize local scanning ( #84 )
...
* optimize local scanning
* fix artwork updates
* fix adding genres and tags
* fix movie fallback metadata
2021-03-19 00:45:38 +00:00
Jason Dove and GitHub
a01888792a
delet items removed from plex ( #77 )
...
* delete items removed from plex
* fix tests
2021-03-14 17:54:32 +00:00
Jason Dove and GitHub
e9b26d6bdb
fix plex async genre sync ( #75 )
2021-03-14 16:27:06 +00:00
Jason Dove and GitHub
79b2e9dbfe
fix plex movie scanning performance ( #74 )
2021-03-14 16:25:05 +00:00
Jason Dove and GitHub
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
2021-03-14 16:03:04 +00:00
Jason Dove and GitHub
aa938baec8
enable plex for movies ( #72 )
...
* re-enable plex, temp force secure connections
* add plex fanart
* synchronize genre from plex
* fix plex library sync
* improve stream error handling
* synchronize plex artwork
* use switch instead of button
* prioritize local connections for insecure plex sources
* sign out of plex
* better plex sign in/out
* code cleanup
* fix plex movie aspect ratio and scan type
2021-03-13 21:04:54 +00:00
Jason Dove and GitHub
f281d9fca5
Interface improvements ( #34 )
...
* fix plex library synchronization
* add basic plex movie synchronization
* proxy plex movie thumbnails (posters)
* add plex path replacements
* use transcoded plex artwork
* remove unsynchronized plex movies on save; queue plex library scan on save
* log plex path replacements
* prefer buttons instead of menus
* lock plex libraries before sync
* add movie to collection from paged view
* fix plex import memory use; quick add seasons/shows
* quick add episode to collection
* add favicon
* add search page
* disable plex for now
2021-03-02 02:54:23 +00:00