Page 1 of 1

Mapping Series to folder Name stored in csv

Posted: 18 Jan 2016, 23:27
by Corey3443
Quick question. Is it possible when renaming files to instead of using \seriesname\season\ep to use a value from csv using the new name for the episode?

This would be for renaming anime to the names listed in tvdb whilst retaining the name for the folder.

Example csv:

seriesNameTVDB,seriesName,seriesPath
Food Wars! Shokugeki no Soma,Shokugeki no Soma,M:\

Intended path: {seriesName}\Season #\tvdb-file-name.ext
Fallback action should be to use the tvdb name for the series.

Any help would be appreciated. Thanks.

Re: Mapping Series to folder Name stored in csv

Posted: 19 Jan 2016, 05:01
by rednoah
1.
Yes. Search the forums.

e.g.
viewtopic.php?f=5&t=182


2.
retaining the name for the folder
{folder.name} is probably a much better and easier solution for this specific case.

Re: Mapping Series to folder Name stored in csv

Posted: 19 Jan 2016, 05:22
by Corey3443
rednoah wrote:1.
Yes. Search the forums.

e.g.
viewtopic.php?f=5&t=182


2.
retaining the name for the folder
{folder.name} is probably a much better and easier solution for this specific case.
Thanks rednoah,

I did search but somehow missed that topic.

folder.name wont help in this case because its part of a moving script so the folder.name will be like a sorting folder.

Anyways thanks for the help.