filebot -revert

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
ArTi
Posts: 15
Joined: 02 Nov 2016, 16:38

filebot -revert

Post by ArTi »

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
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot -revert

Post by rednoah »

You'll need to pass in the file(s) you want to revert as input argument (s).
:idea: Please read the FAQ and How to Request Help.
ArTi
Posts: 15
Joined: 02 Nov 2016, 16:38

Re: filebot -revert

Post by ArTi »

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 :

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)
or

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
any works
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot -revert

Post by rednoah »

e.g.

Code: Select all

filebot -revert /path/to/folder --action TEST


:idea: -revert --mode interactive was recently added and thus won't work unless you're using the latest revision:
viewtopic.php?t=1609
:idea: Please read the FAQ and How to Request Help.
Post Reply