javinizer / Javinizer

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

R18 problem #285

Closed RabidWolf closed 3 years ago

RabidWolf commented 3 years ago

Expected Behavior

Move file to folder Create .nfo, covers

Current Behavior

It creates the folder but it doesn't move the file or create .nfo or cover. Comes up with Error: Could not find part of path

Steps to Reproduce (for bugs)

Your Environment

jvlflame commented 3 years ago
  1. Are you using the Windows GUI javinizer -opengui or docker?

  2. Can you post your settings file? I'm unable to reproduce on my end.

RabidWolf commented 3 years ago

Yep Javinizer -OpenGUI

Do I paste the jvsetting.json here?

-- redacted settings paste --

jvlflame commented 3 years ago

Can you attach the file instead? I think some of the fields in your paste got deleted due to github's markdown.

RabidWolf commented 3 years ago

jvSettings.txt

Hope this works.

jvlflame commented 3 years ago

I think I found your issue.

Remove the extra space at the end of your setting and try sorting again.

### Before
"sort.format.folder": "<ID> <TITLE><ACTORS> "  <-- Extra space here after <ACTORS>

### After
"sort.format.folder": "<ID> <TITLE><ACTORS>"
RabidWolf commented 3 years ago

So that's what it was. All good here now thank you.