Alter Plex to refresh specific directories
See original GitHub issueThanks to the recent updates to postRadarr.py
and postSonarr.py
, sickbeard_mp4_automator is functioning flawlessly for imports now. The last remaining issue for me is because I am using plexdrive to mount my media on Google Drive.
If possible, it would be great if the default Plex refresh behavior could be altered to refresh only the new directory instead of the whole library on each import. This would help to reduce the number of API calls made to Google Drive on Plex’s behalf. I know plex_autoscan has implemented this by simply modifying the command line switches passed to Plex Media Scanner and I would imagine a similar implementation may be possible for autoprocess/plex.py
.
Let me know if you have any questions or need help testing! Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top GitHub Comments
Alright, I figured out how to turn on debugging via
stdout
and I believe I got everthing working. I ran into a few issues:chmod
the script775
The fixed script is attached below for others:
Thanks again so much for your help assembling this thing!
👍