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.
Mapping Series to folder Name stored in csv
Re: Mapping Series to folder Name stored in csv
1.
Yes. Search the forums.
e.g.
viewtopic.php?f=5&t=182
2.
Yes. Search the forums.
e.g.
viewtopic.php?f=5&t=182
2.
{folder.name} is probably a much better and easier solution for this specific case.retaining the name for the folder
Re: Mapping Series to folder Name stored in csv
Thanks rednoah,rednoah wrote:1.
Yes. Search the forums.
e.g.
viewtopic.php?f=5&t=182
2.{folder.name} is probably a much better and easier solution for this specific case.retaining the name for the folder
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.