just got the program and being using it to rename the contents of my media server. I use CLI as the server is a Debian 12 install on a dedicated remote one.
I had no problems figuring how to do it with movies and tv series, mainly used the commands on test until I got the desired result. On series I ended using
Shell: Select all
filebot -r "/zfsdata/jellymedia/Series TV/T" -rename --db TheTVDB --mode interactive -no-xattr
Now I reached my anime contents and the same command dont behave the way I was used.
To resume, this is what I did:
- created a "86 Eighty Six (2021)" folder
- created Season 00 and season 01 for extras and regular serie
- moved all the files on the folders
When executing
Shell: Select all
filebot -r "/zfsdata/jellymedia/Anime" -rename --db TheTVDB --mode interactive -no-xattr

How can I get filebot to suggest matching series as it did on tv series?
must I force the series name match in some way? how?
Kind regards