Mapping Series to folder Name stored in csv

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Corey3443
Posts: 23
Joined: 03 Sep 2014, 02:55

Mapping Series to folder Name stored in csv

Post 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.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Mapping Series to folder Name stored in csv

Post 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.
:idea: Please read the FAQ and How to Request Help.
Corey3443
Posts: 23
Joined: 03 Sep 2014, 02:55

Re: Mapping Series to folder Name stored in csv

Post 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.
Post Reply