javinizer / Javinizer

(NSFW) Organize your local Japanese Adult Video (JAV) library
MIT License
608 stars 63 forks source link

Javinizer cannot access path #216

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, here's the problem Javinizer won't access path even the path exist. 1PNG Restart computer doesn't help

Log

[2021-02-10T19:44:51][ERROR] [Javinizer] Path [.\KAWD-949 [HD]] is not a valid path

Expected Behavior

Current Behavior

Steps to Reproduce (for bugs)

Your Environment

ghost commented 3 years ago

2

And i tried to input the parent directory of that directory results in the error: Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Int32".

log

[Javinizer] Error occurred when getting local movies in [D:\JD2]: Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Int32".

jvlflame commented 3 years ago

Try with smaller batches of files. You have a file with a naming convention that's breaking the filematcher. I already have a fix in place that addresses it in the upcoming release #215.


Hi, here's the problem Javinizer won't access path even the path exist. 1PNG

For the first screenshot, it's because you need to reference the path without the ticks escaping the brackets. There's some weird interactions with brackets in PowerShell paths.

ghost commented 3 years ago

Try with smaller batches of files. You have a file with a naming convention that's breaking the filematcher. I already have a fix in place that addresses it in the upcoming release #215.

Hi, here's the problem Javinizer won't access path even the path exist. 1PNG

For the first screenshot, it's because you need to reference the path without the ticks escaping the brackets. There's some weird interactions with brackets in PowerShell paths.

Thanks! Solved.

Also, I found that for MIDE-845, the actress name is not scraped correctly: the actress name is ---- as a result the folder structure is incorrect. But it actually found the actress name according the log

I used default config, could that be the reason?

jvlflame commented 3 years ago

Also, I found that for MIDE-845, the actress name is not scraped correctly: the actress name is ---- as a result the folder structure is incorrect. But it actually found the actress name according the log

I used default config, could that be the reason?

Oh seems like there was an issue with Ono Rikka in the actress csv. It's being used for actress name replacements to keep metadata consistent between scrapers and it seems like there was an error for her entry.

You'll have to make a change in the csv via Javinizer -OpenThumbs with the change I'm pushing.

ghost commented 3 years ago

Fixed. Thanks