QNAP TS 451 + Transmission + Filebot
Posted: 01 May 2015, 18:30
Hi,
My name is Kevin and i'm living in Brussels. My motherlanguage is French, so, i apologize if I writing some words wrong.
Anyway, I have to request your kind help. And I hope I post at the right place. I'm absolutly not a Forum Writer :p
I have a BIG problem to make Filebot to work
I have a QNAP TS 451
Filebot installed, but not sure if I got the right version. Filebot path: /share/CACHEDEV1_DATA/.qpkg/Optware/usr/share/filebot
Via AppCenter: I already installed Java --> Java Runtime Environment 6
I also did the test localy with Filebot on Windows and with movies, it works like a charm. So my arguments are right when I call Filebot via CMD.
But now I want to make it alive on my QNAP.
I have Transmission installed --> and let the script as it is since when i installed it.
But what I try is:
So when my movie is downloaded, my torrent is still seeding, I want to finish the seed and auto delete it. And my most important thing, that Transmission will call filebot in order to rename my movies into the french title looking on TheMovieDB and move it to my other folder
Technical details
The incomplete movie (while downloading) is : /share/CACHEDEV1_DATA/Download/incomplet
The complete folder when download is finished is: /share/CACHEDEV1_DATA/Download/complet
Then I tried to ask Transmission to call Filebot to scan /share/CACHEDEV1_DATA/Download/complet -->Scan the files, rename all the titles into French titles from TheMovieDB and then move them to /share/CACHEDEV1_DATA/Download/Films
That's it. But I'm absolutly not a scripter and even less a Linux user. So, can someone give me some courses so that I can get it to work.
Thank you very much.
Kind regards
Kevin
You can direct e-mail me: If you prefer: [email protected]
My name is Kevin and i'm living in Brussels. My motherlanguage is French, so, i apologize if I writing some words wrong.
Anyway, I have to request your kind help. And I hope I post at the right place. I'm absolutly not a Forum Writer :p
I have a BIG problem to make Filebot to work
I have a QNAP TS 451
Filebot installed, but not sure if I got the right version. Filebot path: /share/CACHEDEV1_DATA/.qpkg/Optware/usr/share/filebot
Via AppCenter: I already installed Java --> Java Runtime Environment 6
I also did the test localy with Filebot on Windows and with movies, it works like a charm. So my arguments are right when I call Filebot via CMD.
But now I want to make it alive on my QNAP.
I have Transmission installed --> and let the script as it is since when i installed it.
But what I try is:
Code: Select all
#!/bin/sh
/share/CACHEDEV1_DATA/.qpkg/Optware/usr/share/filebot/filebot.sh -rename /share/CACHEDEV1_DATA/Download/Complet -order -non-strict --db TheMovieDB --lang fr --output /share/CACHEDEV1_DATA/Download/Films
Technical details
The incomplete movie (while downloading) is : /share/CACHEDEV1_DATA/Download/incomplet
The complete folder when download is finished is: /share/CACHEDEV1_DATA/Download/complet
Then I tried to ask Transmission to call Filebot to scan /share/CACHEDEV1_DATA/Download/complet -->Scan the files, rename all the titles into French titles from TheMovieDB and then move them to /share/CACHEDEV1_DATA/Download/Films
That's it. But I'm absolutly not a scripter and even less a Linux user. So, can someone give me some courses so that I can get it to work.
Thank you very much.
Kind regards
Kevin
You can direct e-mail me: If you prefer: [email protected]