I bought Filebot 4 days ago and I'm already sorry. It just doesn't work on my debian machine.
I did as directed on the official website. However, files are not renamed
the files are on a partition mounted with rclone
I didn't find the filebot log, so I'm pasting here what the command line says
https://pastebin.com/8Hqk69pM
Failed to identify or process any files
Re: does not work

If you're set on using the CLI, then there is going to be a bit of a learning curve:
Code: Select all
* Consider using -non-strict to enable advanced auto-selection
* Consider using --filter "id in [350179]" or --q "Single Parents" to select one specific series
* Consider using --mode interactive to enable interactive mode

e.g. do a test run:
Code: Select all
$ filebot -rename *.mkv --db TheTVDB -non-strict --format "{plex}" --action TEST --log INFO
[TEST] from [Single.Parents.S02E01.720p.AMZN.WEB-DL.DDP5.1.H.264-NTb.mkv] to [TV Shows/Single Parents/Season 02/Single Parents - S02E01 - Summer of Freedom.mkv]
Code: Select all
$ filebot -rename *.mkv --db TheTVDB -non-strict --format "{plex}" --output "/path/to/Media"

https://www.filebot.net/linux/snap.html
Re: Failed to identify or process any files
How to install web gui version? Because my system has no graphical interface
Re: Failed to identify or process any files


