Specify language don't work
Posted: 09 Aug 2018, 12:19
Hi !
I'm using filebot since months without problems, but I got one when I tried to setup a new server.
I'm setuping a new server to replace the old one, so I transfered all my movies ans tv shows to the new one. Then, I tried to symlink all files using filebot like I did with the old server. The were no problem for most of the content, except for a Tv show. This Tv show is "innocente". It's a french tv show. As I'm french, I execute filebot with "--lang fr" parameter to force filebot to request french metadata.
Unfortunately, filebot dont find the "innocente" series whereas the old server had no problem.
The old server is a debian using filebot 4.7.9
The new one is using docker filebot 5.2.8
I first though that was a version problem, so I tried with filebot 5.2.8 portable on the old server, and it works. So I don't understand why I have two different behavior with same file and same command. Here is the commande I used :
Maybe you can help me please ?
adrillex
I'm using filebot since months without problems, but I got one when I tried to setup a new server.
I'm setuping a new server to replace the old one, so I transfered all my movies ans tv shows to the new one. Then, I tried to symlink all files using filebot like I did with the old server. The were no problem for most of the content, except for a Tv show. This Tv show is "innocente". It's a french tv show. As I'm french, I execute filebot with "--lang fr" parameter to force filebot to request french metadata.
Unfortunately, filebot dont find the "innocente" series whereas the old server had no problem.
The old server is a debian using filebot 4.7.9
The new one is using docker filebot 5.2.8
I first though that was a version problem, so I tried with filebot 5.2.8 portable on the old server, and it works. So I don't understand why I have two different behavior with same file and same command. Here is the commande I used :
Code: Select all
filebot --lang fr -script fn:amc --output "/data/Media" --log-file "/data/amc.log" --action symlink --conflict override -non-strict --def music=y artwork=n "ut_dir=/data/torrents/Innocente.S01.1080p.WEB-DL.DD+2.0.H.264-SbR" "ut_kind=multi" "ut_title=Innocente.S01.1080p.WEB-DL.DD+2.0.H.264-SbR"
adrillex