Search found 4 matches
- 01 Oct 2013, 10:35
- Forum: Scripting and Automation
- Topic: Getting renaming script to work in Ubuntu?
- Replies: 5
- Views: 4641
Re: Getting renaming script to work in Ubuntu?
How can i add the format? Can it be added to the command line command like filebot -script fn:renall /media/W/TV --db thetvdb -non-strict --format X:/TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {?
- 01 Oct 2013, 09:50
- Forum: Scripting and Automation
- Topic: Getting renaming script to work in Ubuntu?
- Replies: 5
- Views: 4641
Re: Getting renaming script to work in Ubuntu?
Thank you so much for the help!
Found this format expression: X:/TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}
How do I add it to my command (filebot -script fn:renall /media/W/TV --db thetvdb -non-strict)? Can I create a file of some sorts to contain both the command and the expression?
Found this format expression: X:/TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}
How do I add it to my command (filebot -script fn:renall /media/W/TV --db thetvdb -non-strict)? Can I create a file of some sorts to contain both the command and the expression?
- 01 Oct 2013, 06:55
- Forum: Scripting and Automation
- Topic: Getting renaming script to work in Ubuntu?
- Replies: 5
- Views: 4641
Re: Getting renaming script to work in Ubuntu?
...Otherwise, IF someone could post an alternative way for me to reste proper season and series folders and then rename all episodes.
- 01 Oct 2013, 06:21
- Forum: Scripting and Automation
- Topic: Getting renaming script to work in Ubuntu?
- Replies: 5
- Views: 4641
Getting renaming script to work in Ubuntu?
Hi. Im having a hard tinme getting this script to work: http://filebot.net/scripts/sorty.groovy Im unsure hos I get it to work. I see this part in the .groovy file: // PERSONALIZED SETTINGS def episodeDir = '''V:/in/TV''' def episodeFormat = '''V:/out/TV/{n}{'/Season '+s}/{episode}''' def movieDir ...