-
Notifications
You must be signed in to change notification settings - Fork 7
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
Scanned directory 'None' not found in Plex library #2
Comments
I addressed this issue. If anyone else comes across this on Centos 7 and is using the rclone direct log instead of the syslogs. Edit line 73 replace it with
And on config.yml set the following
|
I'm also running into this issue but have Plex in a Docker Container (the official one). I also noticed the But I'm using vfs cache and I think your Code Edit suggestion is outdated for me. Any help?
|
Got one step further.....went ahead and translated your Code Edit suggestion into the vfs section of the code....then tried agian. This time I got a little further.
But when I bash into the Plex docker, Any ideas? |
I believe the issue has to do with needing
in the docker exec command....I just don't know how to do that. source: |
Finally got this thing to work. Had to do some changes to the script.
change: to: Also worth noting is this line in the script: In the rclone logs I see, an expired cache notification does not display the FILENAME of the new item, but rather, the path where that new item exists.......This leads to some problems scanning where the script will not scan the exact directory where the new file exists.....instead, it will scan one directory above it. This can lead to some unnecessary scanning. A perfect example is when a movie is downloaded, the movie will commonly be placed in its own folder [ie /movies/Batman (1992)/Batman (1992).mkv]. The script will scan the entire /movies folder in this case....instead of the Batman (1992) folder. Not sure how to fix that. |
I'm not sure what I'm doing wrong, but im running this on centos 7 outside a docker.
When I look at the printout of plex_rcs I see the following error.
Scanned directory 'None' not found in Plex library
Detected new file: 2018/06/02 19:23:39 INFO : tv/How to Get Away with Murder/Season 04/How to Get Away with Murder - S04E14 - The Day Before He Died.mkv: received cache expiry notification
The rclone cache is mount to /media
with subfolders
tv
movies
What can i do to fix the None directory issue.
The text was updated successfully, but these errors were encountered: