mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[GH-ISSUE #86] [Feature Request]: I made a script that monitors for new media & then starts "Partial" plex library update #31
Labels
No labels
bug
bug
documentation
duplicate
enhancement
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-plex#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @samssausages on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-plex/issues/86
Originally assigned to: @lamusmaser on GitHub.
I've read the documentation.
Your Feature Request
I was having an issue with Plex not adding new downloads until Plex triggered a Full Library Update. This was undesirable as my media library is very large and I didn't want a full scan every hour.
I couldn't use the plex option "Run a partial scan when changes are detected" because my library is an NFS network share that doesn't support file system level file change notifications.
Consequently I created two scripts.
Hope this helps others keep their library synced closer to real-time!
https://github.com/samssausages/plex_scripts/tree/main
Your help is needed!
@lamusmaser commented on GitHub (Dec 12, 2024):
We can add this as a reference script for others. I'll add it to the README on my next minor update.
@lamusmaser commented on GitHub (Mar 12, 2025):
Included in Release v0.1.7, which is now available. Thank you for reporting this!