Skip to content
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

Filesystem Monitering #11

Open
EricH9958 opened this issue Dec 31, 2024 · 0 comments
Open

Filesystem Monitering #11

EricH9958 opened this issue Dec 31, 2024 · 0 comments

Comments

@EricH9958
Copy link

I'm trying to set up filesystem monitoring and can't get the format right.

I have:

"CHECK_FILESYSTEM": true,
  "DOCKER_NAME": "plex",
  "ENABLE_JOE": false,
  "ENABLE_PLEX": true,
  "FILESYSTEM_PATHS": [
      "/mnt/Plex6/Plex_6/Music_6",
      "/mnt/Plex6/Plex_6/Music_etc_6",
      "/mnt/Plex11/Plex_11/Music_11"
    ],
    "SERVER_PATH_MAPPINGS": {
      "/media/Music/": [
        "/mnt/Plex6/Plex_6/Music_6",
        "/mnt/Plex6/Plex_6/Music_etc_6",
        "/mnt/Plex11/Plex_11/Music_11"
       ]
    },
   

I'm getting this error.

2024-12-31 11:13:07,230 -    ERROR -      PLEX [128512960759488]: Could not locate record in 'media_parts' where 'file' = '/mnt/Plex11/Plex_11/Music_11/Brand X/Manifest Destiny (1997)/04 - XXL.mp3/' in 1 of 5 attempts...
 2024-12-31 11:13:17,230 -    ERROR -      PLEX [128512960759488]: Could not locate record in 'media_parts' where 'file' = '/mnt/Plex11/Plex_11/Music_11/Brand X/Manifest Destiny (1997)/04 - XXL.mp3/' in 2 of 5 attempts...
 2024-12-31 11:13:27,231 -    ERROR -      PLEX [128512960759488]: Could not locate record in 'media_parts' where 'file' = '/mnt/Plex11/Plex_11/Music_11/Brand X/Manifest Destiny (1997)/04 - XXL.mp3/' in 3 of 5 attempts...
 2024-12-31 11:13:37,231 -    ERROR -      PLEX [128512960759488]: Could not locate record in 'media_parts' where 'file' = '/mnt/Plex11/Plex_11/Music_11/Brand X/Manifest Destiny (1997)/04 - XXL.mp3/' in 4 of 5 attempts... 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant