Search found 19 matches

by icone
29 Jun 2016, 13:56
Forum: Ubuntu & Desktop Linux
Topic: upgraded to 4.7
Replies: 5
Views: 4223

Re: upgraded to 4.7

so to answer myself do :

Code: Select all

export HOME=/home/user98
in the transmission postprocess script, before calling filebot.
And it works.

I don't know why on some systems the HOME variable is not set correctly in this context... Even if in printenv the result is correct.
by icone
29 Jun 2016, 13:39
Forum: Ubuntu & Desktop Linux
Topic: upgraded to 4.7
Replies: 5
Views: 4223

Re: upgraded to 4.7

Code: Select all

 > /home/user98/logs/transmission_call_filebot.log 2>&1
Answer:

Code: Select all

$HOME must be set
jeez
by icone
28 Jun 2016, 23:01
Forum: Ubuntu & Desktop Linux
Topic: upgraded to 4.7
Replies: 5
Views: 4223

Re: upgraded to 4.7

So I tested again if the Transmission post-process script is called correctly, replaced the filebot call in transmission_postprocess.sh by: #!/bin/bash LOGFILE="/home/user98/logs/hebdomadaire2.log" echo "**********************************************************" >>$LOGFILE echo "** TEST POST ...
by icone
28 Jun 2016, 22:10
Forum: Ubuntu & Desktop Linux
Topic: upgraded to 4.7
Replies: 5
Views: 4223

Re: upgraded to 4.7

When I test it with sudo -H -u debian-transmission it is also working...
by icone
28 Jun 2016, 21:27
Forum: Ubuntu & Desktop Linux
Topic: upgraded to 4.7
Replies: 5
Views: 4223

upgraded to 4.7

Hi, After the upgrade transmission_postprocess.sh is not working with filebot anymore it is calling filebot via the command: filebot -script fn:amc --output "$OUTPUT_DIR" --action duplicate --conflict skip -non-strict --log-file /home/user98/logs/filebot.log --lang $LANGUE --def excludeList=$EXCLUDE ...
by icone
28 Jun 2016, 19:27
Forum: Help and Support
Topic: [FileBot v4.5] FileNotFoundException
Replies: 1
Views: 1761

[FileBot v4.5] FileNotFoundException

Hello,

Since yesterday Filebot is failing to load the groovy:

FileNotFoundException: https://raw.githubusercontent.com/fileb ... amc.groovy

?? Thanks
by icone
15 Dec 2015, 18:59
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Yep... It is probably what happened on some files. Luckily some wer for example The Matrix (1999).avi The Matrix (1999).mkv and then Filebot nicely put both files in the same folder . héhé ;) But I lost I think some files, like The Lord of the Rings in french... replaced by the vo. :evil: I wrote a s ...
by icone
15 Dec 2015, 12:35
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

I should add that the tiltes for both are in english, except one has the word FRENCH in it...
by icone
15 Dec 2015, 12:22
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Thanks but I prefer to go forward. Not directly related to my history question but : What is Filebot's behaviour when 2 files exist for the same movie but one is in french and the other is in english? (same .avi extension) The script is called with "move" and no "lang" specification...
by icone
14 Dec 2015, 20:30
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Well what can I say?

I was about to take out my old HDDs to find the orignal names... and you posted.

I didn' think about that.
I love you rednoah! You are THE BEST ;)

That made my day, no, my WEEK.

Going right now to Paypal!

Thank you!
by icone
13 Dec 2015, 18:28
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Thank you anyway. I'll try to find a way around it.

The fact that -Dapplication.dir=$HOME/.filebot is /.filebot and not /home/icone/.filebot

as shown by printenv

is beyound me.

Cheers,
by icone
13 Dec 2015, 18:14
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

... MAIL=/var/mail/icone PATH=/home/icone/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games QT_QPA_PLATFORMTHEME=appmenu-qt5 PWD=/.filebot LANG=fr_FR.UTF-8 SHLVL=1 HOME=/home/icone ... Sorry I did the install a few days ago: I didnt know there is already a ...
by icone
13 Dec 2015, 18:06
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Wait a minute, there is a .filebot directory in my home but there is no history.xml file in it.

cache and temp directories have been written today though.
by icone
13 Dec 2015, 18:01
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

No I didn't do that on purpose. It was the default behaviour after installation, although $HOME is set properly. It was not working so I made the .filebot directory and gave myself and transmission rights to write in it. Then everything worked. I did the install with: sudo dpkg --force-depends -i ...
by icone
13 Dec 2015, 17:31
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

I did the massive rename under my username. I called fn:history under my username. So I think the problem is: on my system filebot always write in /.filebot (at the root) and not in the user directory. So my past actions (written in /.filebot/history.xml) were overwritten by transmission, also ...
by icone
13 Dec 2015, 17:09
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Unfortunately history.xml only contains the results of the regular transmission_postprocess.sh action, triggered by transmission, which is: filebot -script fn:amc --output "$OUTPUT_DIR" --action duplicate --conflict skip -non-strict --log-file /home/icone/logs/filebot.log --lang $LANGUE --def ...
by icone
13 Dec 2015, 16:49
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Yes so I did a huge rename. I need to find what movies where in french before that (silly me). So I am trying to find the initial names of my files before the rename. The commande I used was: filebot -script fn:amc --output "/path/to/output" --action move -non-strict "/path/to/input" --def ...
by icone
13 Dec 2015, 16:11
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

Re: History

Thank for your answer,

In your answer, my problem lies in the "This will give you".
It is not giving me anything except the "Done". Is it supposed to print the result in a file somewhere or in the console?
by icone
13 Dec 2015, 11:54
Forum: Help and Support
Topic: History
Replies: 23
Views: 12825

History

Hello, Ubuntu 14.04 CLI I am trying to see filebot -script fn:history "path/to/Movies" Result is Done ヾ(@⌒ー⌒@)ノ And then? :) in .filebot/history.xml it is showing only the latest automated history from transmission_postprocess.sh, not the result of the command fn:history. Where can I find those resul ...