Page 1 of 1

Krusader Integration (Userscripts)

Posted: 15 Mar 2012, 07:21
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 :)