Search found 2 matches

by Thor Ragnarok
23 Feb 2013, 17:24
Forum: Scripting and Automation
Topic: Video genres in file path
Replies: 1
Views: 2471

Re: Video genres in file path

Hi, All. I've found a helpfull tip in another post and I've used it to solve my problem. The line below works fine: Z:/Series_New_Episodes/{def a; new File('Z:/Downloads/Genres.csv').splitEachLine(';'){ if (n == it[0]) a = it[1]}; a ?: genres[0]}/{n.replace(':','-').replace('?','')} - {s.pad(3,"S0 ...
by Thor Ragnarok
23 Feb 2013, 16:40
Forum: Scripting and Automation
Topic: Video genres in file path
Replies: 1
Views: 2471

Video genres in file path

Hi All. I'm new at filebot (it's great, really!), so I apologize for any naive questions. I've learned how to use filebot to rename and move series episodes to the folders in my library. I'm curretly using this 'Episode Format' line: Z:/Series_Inéditas/{genres.take(2).join('_')}/{n.replace( ...