Hi,
someone could help me how to restore file ?
i have try : filebot -revert --mode interactive
but nothing appens...i need to revert back the original filename of some file
filebot -revert
Re: filebot -revert
You'll need to pass in the file(s) you want to revert as input argument (s).
Re: filebot -revert
Could you give exactly an exemple ?
Or Any way to use something’s like *.* -r to select all file and sub directory
here is the try i have make :
or
any works
Or Any way to use something’s like *.* -r to select all file and sub directory
here is the try i have make :
Code: Select all
root@XXXX:/volume1/video/00 - A Vérifier/Séries/Pokémon/Saison 01# filebot -script fn:revert --action rename /volume1/video/00\ -\ A\ Vérifier/Séries/Pokémon/Saison\ 01/
java.io.FileNotFoundException: Script not found: revert
java.io.FileNotFoundException: Script not found: revert
at net.filebot.cli.ScriptBundle.getScript(Unknown Source)
at net.filebot.cli.ScriptShell.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
at net.filebot.Main.main(Unknown Source)
Error (o_O)
Code: Select all
root@XXXX:/volume1/video/00 - A Vérifier/Séries/Pokémon/Saison 01# filebot -revert /volume1/video/00\ -\ A\ Vérifier/Séries/Pokémon/Saison\ 01/ --mode interactive
Re: filebot -revert
e.g.
-revert --mode interactive was recently added and thus won't work unless you're using the latest revision:
viewtopic.php?t=1609
Code: Select all
filebot -revert /path/to/folder --action TEST

viewtopic.php?t=1609