Search found 15 matches
- 02 May 2019, 07:29
- Forum: Windows
- Topic: Parts from episodes are missing
- Replies: 1
- Views: 2268
Parts from episodes are missing
I'm using filebot on a windows machine and been using it for a couple of years. I'm not using the gui but the CMD instead. Everything works like a charm until a couple of weeks back. It renames the episode correct and moves it to the correct location. To start with it looks OK but after a while ...
- 14 Jan 2017, 06:06
- Forum: Scripting and Automation
- Topic: How to get older episodes sub
- Replies: 1
- Views: 2433
How to get older episodes sub
Hi guys!
How do I get older episodes subtitles? I know it's a limit on 30 days and I know that one is not allowed to lookup subtitles for all files repeatedly. But let say that I got 10 episodes that is from 2014-08-something (900 days old), wouldn't I be able to use "--def minAgeDays=900" to get ...
How do I get older episodes subtitles? I know it's a limit on 30 days and I know that one is not allowed to lookup subtitles for all files repeatedly. But let say that I got 10 episodes that is from 2014-08-something (900 days old), wouldn't I be able to use "--def minAgeDays=900" to get ...
- 06 Jul 2016, 15:14
- Forum: Ubuntu & Desktop Linux
- Topic: [v4.1] A sudden error code, newer ver. of filebot?
- Replies: 2
- Views: 3744
Re: A sudden error code, newer ver. of filbot?
Why change something that works?!rednoah wrote:v4.1? Time to upgrade to the latest and greatest~
Cheers!
//W
- 05 Jul 2016, 11:34
- Forum: Ubuntu & Desktop Linux
- Topic: [v4.1] A sudden error code, newer ver. of filebot?
- Replies: 2
- Views: 3744
[v4.1] A sudden error code, newer ver. of filebot?
Hi folk!
Have been using filebot for a couple of years now and it has been working like a clock without any tweking or so. No suddenly I get an error, haven't done anything what so ever either with my qnap, filbot installation or hard drive. Cant really translate the error code either. Could it be ...
Have been using filebot for a couple of years now and it has been working like a clock without any tweking or so. No suddenly I get an error, haven't done anything what so ever either with my qnap, filbot installation or hard drive. Cant really translate the error code either. Could it be ...
- 11 Jul 2014, 14:23
- Forum: Help and Support
- Topic: fresh install on qnap
- Replies: 7
- Views: 6571
Re: fresh install on qnap
My own script looks like this at the moment:
#!/bin/bash
/share/CACHEDEV1_DATA/.qpkg/Optware/share/filebot/bin/filebot.sh -script fn:amc "/share/CACHEDEV1_DATA/Download/transmission/completed" --output "/share/Multimedia" --log-file amc.log --action copy --conflict override -non-strict --def ...
#!/bin/bash
/share/CACHEDEV1_DATA/.qpkg/Optware/share/filebot/bin/filebot.sh -script fn:amc "/share/CACHEDEV1_DATA/Download/transmission/completed" --output "/share/Multimedia" --log-file amc.log --action copy --conflict override -non-strict --def ...
- 11 Jul 2014, 14:08
- Forum: Help and Support
- Topic: fresh install on qnap
- Replies: 7
- Views: 6571
Re: fresh install on qnap
The second issue is totally random, and has nothing to do with filebot itself, you're just doing something stupid somewhere :P
Also I have no idea which "script" you may referring to.
Here's the "scripts" I know about:
filebot.sh => filebot startup script => in your filebot folder
fn:amc => the ...
Also I have no idea which "script" you may referring to.
Here's the "scripts" I know about:
filebot.sh => filebot startup script => in your filebot folder
fn:amc => the ...
- 11 Jul 2014, 11:10
- Forum: Help and Support
- Topic: fresh install on qnap
- Replies: 7
- Views: 6571
Re: fresh install on qnap
1.
So the first log shows how it failed when it couldn't connect to the internet, specifically app.filebot.net . So if you want filebot to work correctly you need to make sure that app.filebot.net is reachable. FileBot is working for everyone else so it must be a local issue.
2.
The second logs ...
So the first log shows how it failed when it couldn't connect to the internet, specifically app.filebot.net . So if you want filebot to work correctly you need to make sure that app.filebot.net is reachable. FileBot is working for everyone else so it must be a local issue.
2.
The second logs ...
- 11 Jul 2014, 09:24
- Forum: Help and Support
- Topic: fresh install on qnap
- Replies: 7
- Views: 6571
Re: fresh install on qnap
No one that has any idea?
//W
//W
- 07 Jul 2014, 16:45
- Forum: Help and Support
- Topic: fresh install on qnap
- Replies: 7
- Views: 6571
fresh install on qnap
Hi!
I have used filebot for about 6 month now and it has worked great. Unfortunately my hd crashed a couple of days ago so I have to remake everything (backup on everything exept filebot, sab and sickbeard =( ). Anyway. I have installed filebot (from filetbot -version: "FileBot 4.1 (r2245) / Java ...
I have used filebot for about 6 month now and it has worked great. Unfortunately my hd crashed a couple of days ago so I have to remake everything (backup on everything exept filebot, sab and sickbeard =( ). Anyway. I have installed filebot (from filetbot -version: "FileBot 4.1 (r2245) / Java ...
- 06 Jan 2014, 17:51
- Forum: Help and Support
- Topic: QNAP - Transmission - FileBot
- Replies: 9
- Views: 10993
Re: QNAP - Transmission - FileBot
Yes, that's where these mysterious environment variables are supposed to be coming from:
$TR_TORRENT_DIR/$TR_TORRENT_NAME
That's the first thing I would be testing. That transmission is in fact passing those variables along. ;) Also it is likely that you can only set one script, unless the docs ...
$TR_TORRENT_DIR/$TR_TORRENT_NAME
That's the first thing I would be testing. That transmission is in fact passing those variables along. ;) Also it is likely that you can only set one script, unless the docs ...
- 06 Jan 2014, 16:32
- Forum: Help and Support
- Topic: QNAP - Transmission - FileBot
- Replies: 9
- Views: 10993
Re: QNAP - Transmission - FileBot
Well, I'm getting there! =)
I got filebot to work for me now, finally (YEAY)! I still have a "test-dir" with one movie and one episod.
My script that I use lookes like this:
/opt/usr/bin/filebot -script fn:amc "/share/test/" --output "/share/test" --log-file amc.log --action copy --conflict ...
I got filebot to work for me now, finally (YEAY)! I still have a "test-dir" with one movie and one episod.
My script that I use lookes like this:
/opt/usr/bin/filebot -script fn:amc "/share/test/" --output "/share/test" --log-file amc.log --action copy --conflict ...
- 05 Jan 2014, 08:05
- Forum: Help and Support
- Topic: QNAP - Transmission - FileBot
- Replies: 9
- Views: 10993
Re: QNAP - Transmission - FileBot
This is about as basic as it gets. ;) Do some shell tutorials. Touche, still learning but probably skipped a couple of fundamental steps ;)
Okay, I've backed up a couple of steps now. I've now made a test-dir consisting the scrip (fbtm.sh) and one episode that I want to rename. I figure that if I ...
Okay, I've backed up a couple of steps now. I've now made a test-dir consisting the scrip (fbtm.sh) and one episode that I want to rename. I figure that if I ...
- 04 Jan 2014, 13:51
- Forum: Help and Support
- Topic: QNAP - Transmission - FileBot
- Replies: 9
- Views: 10993
Re: QNAP - Transmission - FileBot
How do I test this? Been trying to find this info as well.rednoah wrote:I'd start by making sure your script is called.
//W
- 04 Jan 2014, 11:32
- Forum: Help and Support
- Topic: QNAP - Transmission - FileBot
- Replies: 9
- Views: 10993
QNAP - Transmission - FileBot
Hi! I'm struggling with my QNAP - transmission - filebot constellation and I have seeked help at transmission-forum, Qnap-forum and here but without any luck. =( I'm very new on Linux and SSH, but I'm learning so please bear with me here. :oops:
What I'm aiming for:
When a download is completed ...
What I'm aiming for:
When a download is completed ...
- 29 Dec 2013, 13:34
- Forum: Help and Support
- Topic: Filebot on a readynas + transmission
- Replies: 5
- Views: 5419
Re: Filebot on a readynas + transmission
Hi there!
Very new here and not very familiar with Filebot, transmission or SSH so be a bit patient with me please. This might be more of a transmission-problem than a filbot-problem but i figure that you are a bunch of competent people that might have the answer that i'm looking for plus that I ...
Very new here and not very familiar with Filebot, transmission or SSH so be a bit patient with me please. This might be more of a transmission-problem than a filbot-problem but i figure that you are a bunch of competent people that might have the answer that i'm looking for plus that I ...