-
Notifications
You must be signed in to change notification settings - Fork 17
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
Hyphen in directory tree break movie directory recognition #77
Comments
hey, could you please attach your "PlexLibexport.csv", i had another user with similar problem, but i could not reproduce it, i even tried same folder structure then he had in a testlib, so what i want to say is - from code site it should work without any issue when you have Also, on what OS do you use PPM? |
hey, I am running PPM in a docker (1.0.40) on Unraid (6.12.8). I have attached the "PlexLibexport.csv" for my test library where I run PPM. As you can see all four paths:
are mapped to |
okey please use latest 1.0.41 and also set the |
OK, did that. I don't know whether there already was a change in 1.0.41, but the split worked on my test library (see scriptlog). I am losing my mind... However, If I run the same config on my main library the split does not work. There are slightly different path names and it is much larger. I see in the log, that the Lib Paths are correctly spliced, but the 2-step folder extraction seems to be the problem. First it matches the correct folder, then matches an incorrect one and takes that (see below for one example). This is true for all movies in these hyphen-subfolders. I have redacted one specific string below to xxxxxx. I can send you the log to my main lib in a DM if you need it.
|
hmm, very strange, i added another debug message, please readd scriptlog with latest script |
Ran with 1.0.43 now. Here is the excerpt from the logs for the same movie (with the same string redacted to xxxxxx. The string only contains [A-Za-z] by the way):
|
Could you send me the complete log on discord? User: fs.corrupt |
- Fix plex folder extractions - fix hashtestpath - add debug logging
Should be fixed with latest version |
Just tried out |
Hi, I have an issue where some media directories are not correctly recognized in the scan. It seems that when there is a hyphen
-
in the directory tree it breaks correct movie folder recognition. Example:Structure: /media/movies-3D/moviename (year)/file.mkv
For all movies in the directory
movies-3D
Plex Poster Maker will create ONE directory called3D
, opposed to individual directories for each,moviename (year)
. Consequently, posters for all these movies cannot be placed correctly.Interestingly, hyphens in the movie name (e.g.
Spider-Man (year)
are allowed. Maybe hyphens can be escaped for the whole directory tree? That would be awesome, thanks for any help. Great tool!The text was updated successfully, but these errors were encountered: