-
I have the followig and it should only add [RE-year] if year is greater than original_year. However, it adds [RE-year] to the path even when the year and original_year match.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
It behaves the same way when trying to detect multi disc. If there is one disc, this still puts the files in a disc sub folder.
|
Beta Was this translation helpful? Give feedback.
-
should be: But I don't see why it adds the disc sub folder. Seems to me it should work like expected. |
Beta Was this translation helpful? Give feedback.
-
Could you paste the output of |
Beta Was this translation helpful? Give feedback.
Oh, I see now. The
item_fields
andalbum_fields
should not be within ainline:
block. They are on their own. Notice how you haveitem_fields: {}
andalbum_fields: {}
?So we see here two unexpected behaviors: