I tried to install FB on multiple system, openelec is the lastest and always i have a lot of problem with java.
Every KODI instead has a functional build-in python engine.
I don't know how hard could it be, nut why don't you plan a python version?
Thanks
Search found 24 matches
- 23 May 2016, 15:49
- Forum: Feature Requests and Bug Reports
- Topic: Python version?
- Replies: 3
- Views: 4855
- 25 Sep 2015, 10:06
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
Re: AMC transmission-daemon script won't work
You could try using the portable package.
Maybe a there's a few environment variables that are required in the filebot.sh launcher that are somehow not defined in the minimal cron environment?
I don't know but with the portable package and a few tweaks it works really good, at the first attempt ...
Maybe a there's a few environment variables that are required in the filebot.sh launcher that are somehow not defined in the minimal cron environment?
I don't know but with the portable package and a few tweaks it works really good, at the first attempt ...
- 24 Sep 2015, 12:43
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
Re: AMC transmission-daemon script won't work
Change linux distro (now i'm on kodibuntu), same trouble.
Is it a malediction?
My postprocess file:
#!/bin/bash
echo filebot -script fn:amc --output "/media/DWL/MC" --log-file /media/DWL/amc.log --action duplicate --conflict override -non-strict --def music=y artwork=y "ut_dir=$TR_TORRENT_DIR/$TR ...
Is it a malediction?
My postprocess file:
#!/bin/bash
echo filebot -script fn:amc --output "/media/DWL/MC" --log-file /media/DWL/amc.log --action duplicate --conflict override -non-strict --def music=y artwork=y "ut_dir=$TR_TORRENT_DIR/$TR ...
- 23 Sep 2015, 22:11
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
Re: AMC transmission-daemon script won't work
My ideas are finishing.
which filebot
/usr/bin/filebot
chmod 777 -R /usr/bin/filebot
which java
/usr/local/bin/java
chmod 777 -R /usr/local/bin/
My filebot.sh
#!/bin/sh
APP_ROOT="/usr/share/filebot"
APP_DATA="$HOME/.filebot"
# add APP_ROOT to LD_LIBRARY_PATH
if [ ! -z "$LD_LIBRARY_PATH ...
which filebot
/usr/bin/filebot
chmod 777 -R /usr/bin/filebot
which java
/usr/local/bin/java
chmod 777 -R /usr/local/bin/
My filebot.sh
#!/bin/sh
APP_ROOT="/usr/share/filebot"
APP_DATA="$HOME/.filebot"
# add APP_ROOT to LD_LIBRARY_PATH
if [ ! -z "$LD_LIBRARY_PATH ...
- 23 Sep 2015, 13:13
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
Re: AMC transmission-daemon script won't work
no, why?rednoah wrote:Did you edit filebot.sh at some point? Just making sure the filebot startup script isn't broken... cause I'm running out of ideas!
java is linked in /usr/local/bin and every user can use that, and when i try filebot from anywhere it can run.
I will check this too
- 23 Sep 2015, 11:15
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
Re: AMC transmission-daemon script won't work
After a while (chmod dirs, files copy and paste part of code, and so on) i reached something,
now i have err.log with this inside:
application.dir
and i have also out.log (with same date/time) but it is blank
Now i have to go to work, this evening i will do the other thing you write above ...
now i have err.log with this inside:
application.dir
and i have also out.log (with same date/time) but it is blank
Now i have to go to work, this evening i will do the other thing you write above ...
- 21 Sep 2015, 12:56
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
Re: AMC transmission-daemon script won't work
Here is the new modified file transpp.sh:
#!/bin/bash
whoami > /storage/user.log
filebot -script fn:amc --output "/var/media/SCARICO/MC" --log-file amc.log --action duplicate --conflict override -non-strict --def music=y artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut ...
#!/bin/bash
whoami > /storage/user.log
filebot -script fn:amc --output "/var/media/SCARICO/MC" --log-file amc.log --action duplicate --conflict override -non-strict --def music=y artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut ...
- 21 Sep 2015, 09:21
- Forum: Scripting and Automation
- Topic: AMC transmission-daemon script won't work
- Replies: 10
- Views: 10042
AMC transmission-daemon script won't work
Hi and good morning,
i've installed OpenElec (last stable 5.0.8) and i've configured transmission-daemon to run a script when torrent is done.
the script: (placed in /storage/transpp.sh)
#!/bin/bash
filebot -script fn:amc --output "$HOME/Media" --log-file amc.log --action duplicate --conflict ...
i've installed OpenElec (last stable 5.0.8) and i've configured transmission-daemon to run a script when torrent is done.
the script: (placed in /storage/transpp.sh)
#!/bin/bash
filebot -script fn:amc --output "$HOME/Media" --log-file amc.log --action duplicate --conflict ...
- 15 Jul 2015, 17:27
- Forum: Scripting and Automation
- Topic: what if multiple filebot instances?
- Replies: 5
- Views: 5319
Re: what if multiple filebot instances?
Sorry rednoah, i'm only a user
i'll do all my best to send question in the right way.
So, filebot shoud auto-queue itself by default?
So, filebot shoud auto-queue itself by default?
- 15 Jul 2015, 17:01
- Forum: Scripting and Automation
- Topic: Script for the scheduler
- Replies: 7
- Views: 7644
Re: Script for the scheduler
@xflak: but it works for uTorrent only, and it is not my case. Thanks anyway
- 03 Jul 2015, 15:32
- Forum: Scripting and Automation
- Topic: what if multiple filebot instances?
- Replies: 5
- Views: 5319
Re: what if multiple filebot instances?
3.
As long as you use --log-file filebot will lock that log file and thus make sure that only one filebot instance can be active at a time, while others are queued. (means that you can start hundreds of filebots at the same time)
YES! it is my trouble!
Could i solve this in some way (like a ...
- 02 Jul 2015, 07:33
- Forum: Scripting and Automation
- Topic: what if multiple filebot instances?
- Replies: 5
- Views: 5319
what if multiple filebot instances?
I have a question, let me explain.
I'm downloading right now about 20 files from qbittorrent and sometimes filebot don't start.
I think that could be because when it finish two or more downloads simultaneously the torrent client try to launch two instances of filebot but simply, it can't.
Could ...
I'm downloading right now about 20 files from qbittorrent and sometimes filebot don't start.
I think that could be because when it finish two or more downloads simultaneously the torrent client try to launch two instances of filebot but simply, it can't.
Could ...
- 02 Jul 2015, 07:27
- Forum: Scripting and Automation
- Topic: Script for the scheduler
- Replies: 7
- Views: 7644
Re: Script for the scheduler
Ok, thank you, i will study ! 
THANKS
THANKS
- 29 Jun 2015, 10:28
- Forum: Scripting and Automation
- Topic: Script for the scheduler
- Replies: 7
- Views: 7644
Re: Script for the scheduler
Thank for reply.
I would like to see an example of the AMC script that is called from tarsk scheduler instead of some kind of torren client.
The scrip that i need is one that scan all my downloads directory and process every file it could find there and in all subdirs. For what i understand AMC ...
I would like to see an example of the AMC script that is called from tarsk scheduler instead of some kind of torren client.
The scrip that i need is one that scan all my downloads directory and process every file it could find there and in all subdirs. For what i understand AMC ...
- 16 Jun 2015, 12:39
- Forum: Scripting and Automation
- Topic: Script for the scheduler
- Replies: 7
- Views: 7644
Re: Script for the scheduler
something that scan all the subforders?
no?
no?
- 09 Jun 2015, 07:37
- Forum: Scripting and Automation
- Topic: Script for the scheduler
- Replies: 7
- Views: 7644
Script for the scheduler
Is there a guide/how to to configure FB to run (for example) every day at 03.00AM via windows scheduler?
- 27 May 2015, 22:07
- Forum: Scripting and Automation
- Topic: excludelist=AMC.txt... right, but where is?!
- Replies: 9
- Views: 9433
Re: excludelist=AMC.txt... right, but where is?!
i just copy, but from there:
http://www.filebot.net/forums/viewtopic.php?f=4&t=2131
is it wrong?
(meanwhile i use the one you write above
)
http://www.filebot.net/forums/viewtopic.php?f=4&t=2131
is it wrong?
(meanwhile i use the one you write above
- 27 May 2015, 17:36
- Forum: Scripting and Automation
- Topic: excludelist=AMC.txt... right, but where is?!
- Replies: 9
- Views: 9433
Re: excludelist=AMC.txt... right, but where is?!
That could solve my problem :D
I use qbittorent and i use this:
filebot -script fn:amc --output "X:/path/to/media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y exludeList=amc.txt "%f"
tonight i'll try your solution :D
Thank you so much!
I use qbittorent and i use this:
filebot -script fn:amc --output "X:/path/to/media" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y exludeList=amc.txt "%f"
tonight i'll try your solution :D
Thank you so much!
- 27 May 2015, 07:15
- Forum: Scripting and Automation
- Topic: excludelist=AMC.txt... right, but where is?!
- Replies: 9
- Views: 9433
Re: excludelist=AMC.txt... right, but where is?!
the output doesn't tell me anything, tonight i'll check twice.
i try to use the windows search feat but no result. :'(
i use this syntax:
but i cannot find the file, is that in the filebot dir? in the win7 roaming dir?
i can find AMC.log but not amc.txt.
i try to use the windows search feat but no result. :'(
i use this syntax:
Code: Select all
--def excludeList=amc.txti can find AMC.log but not amc.txt.
- 26 May 2015, 20:11
- Forum: Scripting and Automation
- Topic: excludelist=AMC.txt... right, but where is?!
- Replies: 9
- Views: 9433
excludelist=AMC.txt... right, but where is?!
i'm lookink for the exclude list file but i cannot find.
does anyone know were the file is?
i'm using windows 7 ultimate
Thank you
does anyone know were the file is?
i'm using windows 7 ultimate
Thank you
- 28 Apr 2015, 21:05
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 101109
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Someone know where can i find the AMC.txt (that one: "exludeList=amc.txt")?
edit: OS Windows 7
edit: OS Windows 7
- 27 Apr 2015, 12:54
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 101109
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Another question (hope in the roght place this time)
Can i set to download two languages for the subs? something like:
(my english is not so good, i need the italian subs to understand
)
Can i set to download two languages for the subs? something like:
(my english is not so good, i need the italian subs to understand
Code: Select all
subtitles=en,it
- 10 Apr 2015, 17:21
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 101109
Re: [GUIDE] Fully Automated Media Center with qBittorrent
sorry, i thinked that was an AMC option, but here http://www.filebot.net/cli.html thell me the truth.
Simple add the "-- lang it" at the end.
Simple add the "-- lang it" at the end.
- 10 Apr 2015, 17:04
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 101109
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Hi and good morning 
Is it possible to configure the language for the renaming?
I am italian and i'd like to see the italian title.
By now with this script it convert the italian title of my film into the english/american version.
THANKS
Is it possible to configure the language for the renaming?
I am italian and i'd like to see the italian title.
By now with this script it convert the italian title of my film into the english/american version.
THANKS