-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symlink fixes #76
Symlink fixes #76
Conversation
if imdb_id: | ||
ids.append(imdb_id) | ||
else: | ||
logger.debug("No imdb id found for %s", item.get("title")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually will need to add tvdb conversion func to accommodate for this. In my testing I found that out of the 50 watchlist items I had, 3 of them were tvdb id's instead of imdb. None were tmdb.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the guid attribute already includes tmdb and tvdb ids but this will do for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May need your help with this from which guid you're talking about.. the item guid is always empty or filled with Plex's guid, is that the one your talking about?
if imdb_id: | ||
ids.append(imdb_id) | ||
else: | ||
logger.debug("No imdb id found for %s", item.get("title")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the guid attribute already includes tmdb and tvdb ids but this will do for now.
You can merge and deal with conflicts now. I need to look at plex_watchlist more and think about taking a different approach for free users. |
* Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost>
* Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost>
* Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost>
* Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost>
* feat: added service status and other minor improvements * Concurrency and show fixes (#52) * Add concurrency, fix shows * Run prettier on default_settings.json * Better logging, added item_ids and extended info endpoint for shows --------- Co-authored-by: Gaisberg <None> * Torrentio rate limiter improvements, realdebrid downloading improvements * Aired_at == None for not released seasons * Move mount settings to general settings, fix section updating for only our sections * Remove unused settings * Get plex items from only wanted sections * Add symlinking guide to readme * Docker (#70) * add makefile. fix entrypoint. dockerfile needs entrypoint execution tweak though. * Fixed entrypoint. Fixed user being set to root * Fix readme * Done. Can now set PUID/PGID correctly. Updated Dev Env makefile. * Sneak in update lol * Update help * Correct syntax for update. --------- Co-authored-by: Spoked <Spoked@localhost> * fix: remove auto reload, causes issues sometimes,,, will add later * Feat: added settings page and some other minor improvements * Feat: added settings page and some other minor improvements * deps: updated tailwindcss * feat: added partial settings form * Symlink fixes (#75) * Fix range index issues on episode check * Fix docstring --------- Co-authored-by: Dreu Lavelle <[email protected]> * Symlink fixes (#76) * Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost> * tidy imports (#79) Co-authored-by: Dreu Lavelle <[email protected]> * Update github actions with multiarch etc (#80) * multiarch initial commit * remove armv7 for testing * enable pushing to registry * add explicit permissions to GHA (#81) * Add tweaks, add some kind of parsing for torrents etc. * Symlink fixes (#76) * Fix range index issues on episode check * Fix docstring * Added requested_by, and other tweaks. * Lots of tweaks everywhere. Ready for Review * make corrections for ids. change to watchlist count. * Add fixes for requested changes * remove unnecessary function * Add latest changes --------- Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: Spoked <Spoked@localhost> * Address slow loading times and cpu usage, hacky but what the hell * fix watchlist. needs rewrite to use plexapi. will fix later. * Fix scraping logging indent * feat: partial changes * feat: added general & about in settings * set scrape type to series instad of show. invalid url before. (#85) Co-authored-by: Dreu Lavelle <[email protected]> * chore: changed status code, minor changes * feat: added plex settings * chore: minor change * fix origin in entrypoint. set makefile to host with mount. * remove gif --------- Co-authored-by: Gaisberg <[email protected]> Co-authored-by: Gaisberg <None> Co-authored-by: Spoked <[email protected]> Co-authored-by: Spoked <Spoked@localhost> Co-authored-by: Dreu Lavelle <[email protected]> Co-authored-by: KingPin <[email protected]>
Too many things to list that this fixes. Will update this description tomorrow...