I'm trying to set up filesystem monitoring and can't get the format right.
"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...
I'm trying to set up filesystem monitoring and can't get the format right.
I have:
I'm getting this error.