Fallenbagel
3eb1bb3d8f
feat(job): media availability support for jellyfin/emby ( #522 )
...
* feat(job): media availability support for jellyfin/emby
This refactors the media availability job to support jellyfin/emby for media removal automatically.
Needs further testing on 4k items (as I have not yet tested with 4k), however, non-4k items work as
intended.
fix #406 , fix #193 , fix #516 , fix #362 , fix #84
* fix(availabilitysync): use the correct 4k jellyfinMediaId
* fix: season mapping for plex
Fixes a bug introduced with this PR where media availability sync job removed the seasons from all
series even when those seasons existed
2024-02-23 07:42:59 +05:00
fallenbagel
91f97f96ab
refactor: jellyfin scan jobs moved from server/jobs to server/libs/scanners
2023-11-27 11:09:45 +05:00
Brandon Cohen
8942eb8b7c
fix: pass in library type when scanning recently added items ( #3287 )
2023-01-27 21:53:46 +09:00
Ryan Cohen
c6a133d4e5
refactor: absolute imports with path alias ( #2960 ) [skip ci]
2022-08-22 11:02:46 +09:00
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2022-08-20 12:23:16 +09:00
Danshil Kokil Mungur
0fa84eae8d
build(deps): bump dependencies ( #2796 )
2022-08-17 20:43:35 +09:00
Ryan Cohen
f5864b49de
refactor: update a few dev deps and convert to using type imports where possible ( #2886 )
...
* build: bump deps and add some new eslint rules
* refactor: run eslint --fix on code to convert to type imports where possible
2022-08-03 12:57:51 +09:00
TheCatLady
30644f65ea
fix(plex): find TV series in addition to movies from IMDb IDs ( #1830 )
2022-03-14 13:29:58 +00:00
TheCatLady
61681857b1
fix(sonarr): only scan seasons that exist in TMDb ( #2523 )
2022-02-10 02:42:20 +00:00
Danshil Kokil Mungur
5d4b06bbcc
fix(radarr): correctly check for existing movies ( #2490 )
2022-02-03 10:14:04 +09:00
Ryan Cohen
afda9c7dc2
feat(plex-scan): plex scanner improvements ( #2105 )
2021-09-20 09:39:56 +09:00
TheCatLady
0db0d4c280
build(deps): bump node to 14.17 and drop uuid in favor of native randomUUID ( #1792 )
2021-06-17 13:12:09 +09:00
TheCatLady
6789b8701c
fix(plex): do not fail to scan empty libraries ( #1771 )
...
* fix(plex): do not fail to scan empty libraries
* fix(plex): ensure getLibraryContents returns array
2021-06-15 03:09:23 +00:00
TheCatLady
0cd7fa0f1a
fix(sonarr): do not mark media as failed if there is no season data on TVDB ( #1691 )
2021-05-26 09:14:36 +09:00
sct
aa86809dc9
style: bump prettier and format app
2021-05-13 23:48:08 +09:00
TheCatLady
85899ab49a
fix(radarr): only process Radarr movies which are either monitored or downloaded ( #1511 )
...
* fix(radarr): only process Radarr movies which are either monitored or downloaded
* refactor: move monitored check to processRadarrMovie
2021-04-28 09:53:52 +09:00
sct
a306ebc2d1
feat: radarr/sonarr tag support ( #1366 )
2021-04-05 21:16:55 +09:00
hirenshah
b0b04ca1c7
fix(log): fix typo in base scanner logging ( #1329 ) [skip ci]
...
"Changes" instead of "Changed"
2021-04-01 05:35:30 +00:00
sct
a51d2a24d5
feat(scan): add support for new plex tv agent ( #1144 )
2021-03-11 12:19:11 +09:00