Krusader Integration (Userscripts)

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
cuacuab
Posts: 1
Joined: 15 Mar 2012, 07:20

Krusader Integration (Userscripts)

Post by cuacuab »

1. automatic renaming in the background:

Code: Select all

cd %aPath%; filebot --db TVRage --format '{n} S{s.pad(2)}E{e.pad(2)} - {t}' -rename %aList("Selected")%;sleep 1|zenity --progress --text="finished with %aList("Selected")%" --auto-close
2. ask for the series name (if 1. fails), set "run in terminal":

Code: Select all

cd %aPath%; filebot --db TVRage --q "%_Ask("Name of the TV Show?")%" --format '{n} S{s.pad(2)}E{e.pad(2)} - {t}' -rename %aList("Selected")%
configure a shortcut for faster renaming :)
Post Reply