Search found 31 matches

by chocorem
03 Sep 2020, 15:42
Forum: Ubuntu & Desktop Linux
Topic: Could not initialize class net.filebot.web.Webrequest error
Replies: 2
Views: 4203

Re: Could not initialize class net.filebot.web.Webrequest error

using collection alone is also giving the same error

I will wait the container to be updated then, not sure on how to update filebot in the container
by chocorem
03 Sep 2020, 15:03
Forum: Ubuntu & Desktop Linux
Topic: Could not initialize class net.filebot.web.Webrequest error
Replies: 2
Views: 4203

Could not initialize class net.filebot.web.Webrequest error

Hello, running rename with some tvdb switches, i get an error {localize.French.collection/"($y) $localize.Fre.n - [$vs.$vf.$vc."} in the webui i get Could not initialize class net.filebot.web.Webrequest I precise that the movie has a collection and also in french. Sometimes it works, somet...
by chocorem
01 Sep 2020, 17:47
Forum: Ubuntu & Desktop Linux
Topic: Getting original name into a folder
Replies: 3
Views: 3456

Re: Getting original name into a folder

I found it mysel with the $fn switch !

thanks
by chocorem
01 Sep 2020, 17:36
Forum: Ubuntu & Desktop Linux
Topic: Getting original name into a folder
Replies: 3
Views: 3456

Re: Getting original name into a folder

understood, is there another way to get the original file name in the amc process ?
by chocorem
01 Sep 2020, 17:07
Forum: Ubuntu & Desktop Linux
Topic: Getting original name into a folder
Replies: 3
Views: 3456

Getting original name into a folder

Hello, I wanted to change the rename pattern of my file Movies/{any{localize.French.collection/"($y) $localize.Fre.n"}{"($y) $localize.Fre.n"}}/$original example from a file Gone 2012 MULTi VFF 1080p BluRay AC3 x265-Winks.mkv wanted to get (2012) Disparue/Gone 2012 MULTi VFF 1080...
by chocorem
01 Mar 2018, 02:08
Forum: Scripting and Automation
Topic: different execution of the same script on 2 different machine....
Replies: 1
Views: 1368

different execution of the same script on 2 different machine....

I have a script which is move movies into specific collection and movies folder. It is working well on one machine with Filebot 4.7.8 ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3" CONFIG_OUTPUT="/mnt/nas_medias/temp_hp/videos" filebot -script fn:amc --output &quo...
by chocorem
07 Aug 2017, 05:12
Forum: Scripting and Automation
Topic: change directory permissions
Replies: 7
Views: 6327

Re: change directory permissions

The only thing that is not working now is if the movies is part of a collection, {folder} is pointing to the the movies folder, so the command is not changing the permission of the collection folder. Same for TV shows, the command is changing the permissions of the "Season 01" folder, but ...
by chocorem
07 Aug 2017, 04:54
Forum: Scripting and Automation
Topic: change directory permissions
Replies: 7
Views: 6327

Re: change directory permissions

found the response myself , had to escape the double quote

Code: Select all

--def "exec=chmod -R 775 \"{folder}/\" ; chown -R greg:users \"{folder}/\""
by chocorem
07 Aug 2017, 04:30
Forum: Scripting and Automation
Topic: change directory permissions
Replies: 7
Views: 6327

Re: change directory permissions

so I understood why it is not always working --def "exec=chmod -R 775 '{folder}/' ; chown -R greg:users '{folder}/'" is not working when the ;movie title has ' in the title, so the string is not quoted correctly example : chmod -R 775 '/mnt/raid0/medias/videos/Movies/(2017) Si j'étais un h...
by chocorem
07 Aug 2017, 04:16
Forum: Scripting and Automation
Topic: change directory permissions
Replies: 7
Views: 6327

Re: change directory permissions

I was wondering if the chown is executed on the directory where the movie is downloaded and then new directory created and art downloaded ?

or is the chown executed on the new file and directory ? Solution 1 would explain it ?
by chocorem
14 Jul 2017, 19:29
Forum: Scripting and Automation
Topic: change directory permissions
Replies: 7
Views: 6327

change directory permissions

Hello, I'm running a post process script on downloader. filebot -script fn:amc --output "$CONFIG_OUTPUT" --action move --conflict override -non-strict --log-file /var/log/filebot/amc-jdown.log --def movieFormat='Movies/{any{localize.French.collection/"($y) $localize.Fre.n - $vf.$vc.$a...
by chocorem
01 May 2017, 12:55
Forum: Ubuntu & Desktop Linux
Topic: Prompt to enter Opensubtitles account
Replies: 1
Views: 2191

Re: Prompt to enter Opensubtitles account

I found the solution myself, I entered the Opensubtitles account under root, and the transmission daemon / Filebot was running under a local user ... Entering the account under the user, solved the issue
by chocorem
01 May 2017, 12:47
Forum: Ubuntu & Desktop Linux
Topic: Prompt to enter Opensubtitles account
Replies: 1
Views: 2191

Prompt to enter Opensubtitles account

Hello, I just finished a linux system and I cannot get the registration to opensubtitles to work I entered the account with filebot -script fn:configure but with every script run I get Get [English] subtitles for 1 files CmdlineException: OpenSubtitles: Please enter your login details by calling `fi...
by chocorem
17 Apr 2017, 10:50
Forum: Ubuntu & Desktop Linux
Topic: {localize.French.name} not working after upgrade
Replies: 4
Views: 4236

Re: {localize.French.name} not working after upgrade

Thanks I missed this one ....

Is there also a change in the Collection localize ?
by chocorem
17 Apr 2017, 09:56
Forum: Ubuntu & Desktop Linux
Topic: {localize.French.name} not working after upgrade
Replies: 4
Views: 4236

{localize.French.name} not working after upgrade

Hello, I made the upgrade to FileBot 4.7.8 (r4846) / Java(TM) SE Runtime Environment 1.8.0_101 / Linux 4.4.0-66-generic (amd64) and after the upgrade the custom script from Jdownloader is not working anymore. I get "Null" instead of the movie title in the directory Name and in the Movie Ti...
by chocorem
27 Sep 2016, 04:58
Forum: Episode / Movie Naming Scheme
Topic: Use collection if possible, otherwise default to movie name
Replies: 8
Views: 5749

Re: Use collection if possible, otherwise default to movie name

I'm trying to enhance my way of soring the movies I actually have this movies format Blablabla/Blablabla (2016).mkv --def movieFormat="Movies/{any{localize.French.collection/localize.French.name/localize.French.name}{localize.French.name/localize.French.name}} ({y})" I would like in case o...
by chocorem
13 Sep 2016, 05:44
Forum: Scripting and Automation
Topic: multiple language subtitles download
Replies: 5
Views: 3754

Re: multiple language subtitles download

This was more for TV shows where everything is located in several directories .... Works with GUI but takes time !

Will have a look at the script or change the creation date for groups of directories !

Thanks !
by chocorem
13 Sep 2016, 03:51
Forum: Scripting and Automation
Topic: multiple language subtitles download
Replies: 5
Views: 3754

Re: multiple language subtitles download

ok ! thanks ! is there a way to search also for older files ? without getting

Code: Select all

Your maxAgeDays limit (120) is unreasonable
by chocorem
13 Sep 2016, 02:28
Forum: Scripting and Automation
Topic: multiple language subtitles download
Replies: 5
Views: 3754

multiple language subtitles download

after my amc script, I have a sub all cron unde linux which check the missing subtitles My question is how to add multiple language search ? filebot --log-file /var/log/filebot/amc-missing.log -script fn:suball "/raid/medias/videos/TV Shows" --def maxAgeDays=30 --lang=en --output srt fileb...
by chocorem
07 Sep 2016, 10:14
Forum: Episode / Movie Naming Scheme
Topic: Use collection if possible, otherwise default to movie name
Replies: 8
Views: 5749

Re: Use collection if possible, otherwise default to movie name

I was under 4.6 version, update to 4.7.2 solved the issue !
by chocorem
07 Sep 2016, 08:16
Forum: Episode / Movie Naming Scheme
Topic: Use collection if possible, otherwise default to movie name
Replies: 8
Views: 5749

Re: Use collection if possible, otherwise default to movie name

putting this inside filebot -script fn:amc --output "$CONFIG_OUTPUT" --action move --conflict override -non-strict --log-file /var/log/filebot/amc-jdown.log --def movieFormat="Movies/{any{collection/ny}{ny}}" --def music=y artwork=y ut_dir="$ARG_PATH" ut_kind="mult...
by chocorem
07 Sep 2016, 06:59
Forum: Episode / Movie Naming Scheme
Topic: Use collection if possible, otherwise default to movie name
Replies: 8
Views: 5749

Re: Use collection if possible, otherwise default to movie name

is this {any{collection}{n}} only to put in the movieformat ? I tried to get if a collection exist /Movies/collection Name/movie1.mkv /Movies/collection Name/movie2.mkv if no collection /Movies/movie.mkv by putting {any{collection}{n}} in movieformat option, I get if collection /collection Name1.mkv...
by chocorem
07 Sep 2016, 06:13
Forum: Scripting and Automation
Topic: [JDownloader] EventScripter doesn't call postprocess script
Replies: 9
Views: 6144

Re: [JDownloader] EventScripter doesn't call postprocess script

thanks a lot ..... and my fault not to have seen it !
by chocorem
06 Sep 2016, 08:28
Forum: Scripting and Automation
Topic: [JDownloader] EventScripter doesn't call postprocess script
Replies: 9
Views: 6144

Re: [JDownloader] EventScripter doesn't call postprocess script

So I decided to go in another direction, run jdownloader as root and changing the permissions afterward I would like to NOT have the directory for each movie, so I put the following filebot -script fn:amc --output "$CONFIG_OUTPUT" --action move --format "{n} - {y}" --conflict ove...
by chocorem
03 Sep 2016, 04:56
Forum: Scripting and Automation
Topic: [JDownloader] EventScripter doesn't call postprocess script
Replies: 9
Views: 6144

Re: [JDownloader] Setup for Windows, Linux and Mac OS X

ok I was thinking there was something special to see .... so I modified the postprocessing script by adding followng lines date +"%d-%m-%y / %T >> Filebot caalled" >> /var/log/filebot/amc-jdown.log # Input Parameters ARG_PATH="$1" ARG_NAME="$2" ARG_LABEL="$3" ...