Search found 62 matches
- 05 Jul 2017, 12:50
- Forum: Scripting and Automation
- Topic: [AMC] rtorrent instructions incomplete?
- Replies: 2
- Views: 4638
Re: [AMC] rtorrent instructions incomplete?
1.
This is a command:
echo 'system.method.set_key=event.download.finished,filebot,"execute={'`pwd`/rtorrent-postprocess.sh',$d.get_base_path=,$d.get_name=,$d.get_custom1=}"' >> ~/.rtorrent.rc
The `pwd` part is replaced by the current working directory, where you have downloaded the script and ...
- 05 Jul 2017, 09:40
- Forum: Scripting and Automation
- Topic: [AMC] rtorrent instructions incomplete?
- Replies: 2
- Views: 4638
[AMC] rtorrent instructions incomplete?
Hello,
I just reinstalled and noticed that the instructions for AMC in rtorrent have changed a little.
I followed the instructions to the letter as described in https://www.filebot.net/forums/viewtopic.php?f=4&t=215&p=5316 with the exception of the command which has changed as of 0.9.6 (which i am ...
I just reinstalled and noticed that the instructions for AMC in rtorrent have changed a little.
I followed the instructions to the letter as described in https://www.filebot.net/forums/viewtopic.php?f=4&t=215&p=5316 with the exception of the command which has changed as of 0.9.6 (which i am ...
- 21 Apr 2016, 11:50
- Forum: Scripting and Automation
- Topic: [AMC] Remapping Episodes
- Replies: 7
- Views: 7420
Re: [AMC] Remapping Episodes
The --filter option will only allow you to pass in one single argument, and that can be a more complex expression. Boolean operators like && and || most definitely work.
GOOD:
--filter "label =~ info.id && age < 5"
BAD:
--filter "label =~ info.id" && "age < 5"
What you say doesn't make ...
GOOD:
--filter "label =~ info.id && age < 5"
BAD:
--filter "label =~ info.id" && "age < 5"
What you say doesn't make ...
- 21 Apr 2016, 10:08
- Forum: Scripting and Automation
- Topic: [AMC] Remapping Episodes
- Replies: 7
- Views: 7420
Re: [AMC] Remapping Episodes
First of all, apologies for taking so long to get back to this.
I ran a manual search in filebot for Owari no Seraph , just to see what it would display
This was the results
1X01 The World's Bloodline
1X02 Humanity After Ruination
1X03 The Demon Lives in Your H
1X04 Vampire Mikaela
1X05 ...
I ran a manual search in filebot for Owari no Seraph , just to see what it would display
This was the results
1X01 The World's Bloodline
1X02 Humanity After Ruination
1X03 The Demon Lives in Your H
1X04 Vampire Mikaela
1X05 ...
- 24 Feb 2016, 17:12
- Forum: Feature Requests and Bug Reports
- Topic: Help matching TV show 11.22.63 pls
- Replies: 7
- Views: 7424
Re: Help matching TV show 11.22.63 pls
Confirmed, works !frankw wrote:Beauty, works a charm, thank you so much.rednoah wrote:Try the latest build:
viewtopic.php?f=7&t=1609
Thanks Rednoah
- 24 Feb 2016, 08:01
- Forum: Feature Requests and Bug Reports
- Topic: Help matching TV show 11.22.63 pls
- Replies: 7
- Views: 7424
Re: Help matching TV show 11.22.63 pls
Having the same issue, i think it has to do that the actual title of the show is 11.22.63 and not 11 22 63, a query to thetvdb is expecting the dots.
Run script [fn:amc] at [Tue Feb 23 21:33:09 CET 2016]
Parameter: ignore = (?i)Games|Programs
Parameter: clean = y
Parameter: ut_dir = /home/sbuser ...
Run script [fn:amc] at [Tue Feb 23 21:33:09 CET 2016]
Parameter: ignore = (?i)Games|Programs
Parameter: clean = y
Parameter: ut_dir = /home/sbuser ...
- 14 Oct 2015, 18:25
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
oh damn, well.. now it does make sense, lol.rednoah wrote:Keyword Sample in the filename leads to the file being excluded from processing right away.
This issue can't (won't) be fixed. You'll have to use FileBot GUI for this one show. Thanks for reporting though.
- 14 Oct 2015, 18:04
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Run script [fn:amc] at [Wed Oct 14 17:38:31 CEST 2015]
Parameter: ignore = (?i)Games|Programs
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Ore ga Ojou-sama Gakkou ni Shomin Sample Toshite Gets-sareta Ken/[HorribleSubs] Shomin Sample - 02 [1080p].mkv
Parameter: ut ...
Parameter: ignore = (?i)Games|Programs
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Ore ga Ojou-sama Gakkou ni Shomin Sample Toshite Gets-sareta Ken/[HorribleSubs] Shomin Sample - 02 [1080p].mkv
Parameter: ut ...
- 12 Oct 2015, 13:34
- Forum: Scripting and Automation
- Topic: [AMC] Remapping Episodes
- Replies: 7
- Views: 7420
[AMC] Remapping Episodes
Hi there,
For split cour anime (split seasons) it frequently happens that the second season will have a different name and thus a new anidb entry.
For example http://anidb.net/perl-bin/animedb.pl?show=anime&aid=10813 and http://anidb.net/perl-bin/animedb.pl?show=anime&aid=10984
The latter one is S2 ...
For split cour anime (split seasons) it frequently happens that the second season will have a different name and thus a new anidb entry.
For example http://anidb.net/perl-bin/animedb.pl?show=anime&aid=10813 and http://anidb.net/perl-bin/animedb.pl?show=anime&aid=10984
The latter one is S2 ...
- 24 Jun 2015, 13:27
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
Slight question, im experimenting a little more with using absolute names and extracting them from the path.
I got it working but it seems to have an issue with it.
Also i have no issue with the first solution by the way, the filter just piqued my interest :)
If i use
--filter "n == $name_var ...
I got it working but it seems to have an issue with it.
Also i have no issue with the first solution by the way, the filter just piqued my interest :)
If i use
--filter "n == $name_var ...
- 24 Jun 2015, 10:28
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
I got it working with a slight alteration to the bash script, it was passing spaces as %20 as well so i crudely fixed that too :lol: .
TORRENT_LABEL=${3//%20/ }
and
if [[ $TORRENT_LABEL =~ "Anime" ]]
then
filebot ...
else
filebot ...
fi
Thanks for the noodle tip, worked in bash as well ...
TORRENT_LABEL=${3//%20/ }
and
if [[ $TORRENT_LABEL =~ "Anime" ]]
then
filebot ...
else
filebot ...
fi
Thanks for the noodle tip, worked in bash as well ...
- 21 Jun 2015, 18:24
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
Yep, that's all Groovy code you can use as --filter expression.
If you're OK with setting AID for each download then things get much easier of course. So the last filter expression should do just fine.
The label binding is whatever you pass in via --def ut_label and =~ is just the regex matcher ...
If you're OK with setting AID for each download then things get much easier of course. So the last filter expression should do just fine.
The label binding is whatever you pass in via --def ut_label and =~ is just the regex matcher ...
- 21 Jun 2015, 18:00
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
4.
You haven't actually been clear on this issue. So you want to be able to process (1) Working!! AND (2) Working'!! AND (3) Working!!! without having to change --filter (or any file your filter depends on). You can have one of them, but you can't have all of them.
The smartest thing I could come ...
- 21 Jun 2015, 17:13
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
1.
Added OP/ED to the default ignore pattern. Use -script dev:amc if you wanna try it.
Awesome :)
3.
You can filter by absolutely anything. As long as you actually know exactly what you want. ;)
3.1.
Please explain to me why you're so set on using numbers? Why AID? Why TheTVDB ID? Why not ...
Added OP/ED to the default ignore pattern. Use -script dev:amc if you wanna try it.
Awesome :)
3.
You can filter by absolutely anything. As long as you actually know exactly what you want. ;)
3.1.
Please explain to me why you're so set on using numbers? Why AID? Why TheTVDB ID? Why not ...
- 21 Jun 2015, 16:37
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
Well, I don't know any of these shows. So you're saying Working!! and Working'!! are two unique shows That's just screwed up! :D
It is indeed screwed up, it happens more often than you would think, this is just S1 and S2, S3 = Working!!! .. i could list more examples but filebot doesnt handle ...
It is indeed screwed up, it happens more often than you would think, this is just S1 and S2, S3 = Working!!! .. i could list more examples but filebot doesnt handle ...
- 21 Jun 2015, 15:36
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
So what's the issue?
How is what you suggested not already perfectly support by --filter expression?
I know i can use filter to only use results for whatever show you set it to.
Adjusting the filter command every time my box downloads something seems to me to be a massive hassle, i know creating ...
How is what you suggested not already perfectly support by --filter expression?
I know i can use filter to only use results for whatever show you set it to.
Adjusting the filter command every time my box downloads something seems to me to be a massive hassle, i know creating ...
- 21 Jun 2015, 09:27
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
I mean this:
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Working!!/Working!! [Chihiro][1920x1080 Blu-ray FLAC]
Parameter: ut_kind = multi
Parameter: ut_title = Working!! [Chihiro][1920x1080 Blu-ray FLAC]
Parameter: ut_label = Anime
Input: /home/sbuser/downloads ...
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Working!!/Working!! [Chihiro][1920x1080 Blu-ray FLAC]
Parameter: ut_kind = multi
Parameter: ut_title = Working!! [Chihiro][1920x1080 Blu-ray FLAC]
Parameter: ut_label = Anime
Input: /home/sbuser/downloads ...
- 10 May 2015, 07:54
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Downloaded a new show today, i have no clue how it could go so wrong.
01 became 10, 9 became 9-10, 10 became 0x10 and 11 became 10-11
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_45 (headless)
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Danshi ...
01 became 10, 9 became 9-10, 10 became 0x10 and 11 became 10-11
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_45 (headless)
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Danshi ...
- 08 May 2015, 22:53
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
Re: [Suggestion] AMC Force detection
Okay, i'll try to be clearer.
As this is a suggestion/feature request and not a bug report i did not include logs.
Though what i stated is my experience over the course of more than a year.
So im proposing the following feature:
Example Scenario:
You have a folder called "TV Show X"
TV Show X is ...
As this is a suggestion/feature request and not a bug report i did not include logs.
Though what i stated is my experience over the course of more than a year.
So im proposing the following feature:
Example Scenario:
You have a folder called "TV Show X"
TV Show X is ...
- 08 May 2015, 18:30
- Forum: Feature Requests and Bug Reports
- Topic: [Suggestion] AMC Force detection
- Replies: 17
- Views: 17041
[Suggestion] AMC Force detection
Hello,
I've been using FileBot for a while now, for the amount of shows i use it with i can honestly say that most that i use it for works (almost) flawlessly.
For the things that may not be detected 'flawlessly' mainly with AMC/CLI i have the following suggestion
I may have missed it if it ...
I've been using FileBot for a while now, for the amount of shows i use it with i can honestly say that most that i use it for works (almost) flawlessly.
For the things that may not be detected 'flawlessly' mainly with AMC/CLI i have the following suggestion
I may have missed it if it ...
- 17 Aug 2014, 18:54
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Awesome, thank you :)
on to something else ^^
The title of the show below changed mid season, It seems to be handled kind of weirdly now.
Show
Its still detected, but the title is turned around.
It should be 'Jinsei Soudan TV Animation: Jinsei'
I dont know why they changed it, its kind of ...
on to something else ^^
The title of the show below changed mid season, It seems to be handled kind of weirdly now.
Show
Its still detected, but the title is turned around.
It should be 'Jinsei Soudan TV Animation: Jinsei'
I dont know why they changed it, its kind of ...
- 15 Aug 2014, 21:11
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Heya here i am again ;)
Im having some issues with V2 naming in episodes, i've had this issue before with other anime shows where V2 is present in the name, so its not tied to this specific show, though you can use it as an example.
In this case it renamed ep1 to ep2 because it has v2 in the ...
Im having some issues with V2 naming in episodes, i've had this issue before with other anime shows where V2 is present in the name, so its not tied to this specific show, though you can use it as an example.
In this case it renamed ep1 to ep2 because it has v2 in the ...
- 04 Jul 2014, 20:37
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Seems to work fine here:
Input: /Users/reinhard/dev/AMC-TEST/Futsuu no Joshikousei ga Locodol Yattemita:[HorribleSubs] Locodol - 01 [720p].mkv
Group: [anime:futsuu no joshikousei ga locodol yattemita] => [Futsuu no Joshikousei ga Locodol Yattemita:[HorribleSubs] Locodol - 01 [720p].mkv]
Rename ...
Input: /Users/reinhard/dev/AMC-TEST/Futsuu no Joshikousei ga Locodol Yattemita:[HorribleSubs] Locodol - 01 [720p].mkv
Group: [anime:futsuu no joshikousei ga locodol yattemita] => [Futsuu no Joshikousei ga Locodol Yattemita:[HorribleSubs] Locodol - 01 [720p].mkv]
Rename ...
- 03 Jul 2014, 19:41
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Guess who's back!
New anime season with new problems, woo :P
This isnt a detection issue, not sure why it didnt fetch the episode data because it is present on anidb but may be rather new.
Perhaps its the brackets in the name ?
obligatory AniDB link
Parameter: ignore = (?i)Games|Programs ...
New anime season with new problems, woo :P
This isnt a detection issue, not sure why it didnt fetch the episode data because it is present on anidb but may be rather new.
Perhaps its the brackets in the name ?
obligatory AniDB link
Parameter: ignore = (?i)Games|Programs ...
- 20 May 2014, 19:25
- Forum: Feature Requests and Bug Reports
- Topic: [Mismatch] Anime (AniDB)
- Replies: 33
- Views: 29348
Re: [Mismatch] Anime (AniDB)
Doublechecked this one, E130 is on AniDB with the title and everything over here
It names it to E30 instead.
Using Filebot 4.1 RC3
Log:
Parameter: ignore = (?i)Sander|Games
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Hunter x Hunter (2011)/[HorribleSubs] Hunter ...
It names it to E30 instead.
Using Filebot 4.1 RC3
Log:
Parameter: ignore = (?i)Sander|Games
Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/Seeding/Anime/Hunter x Hunter (2011)/[HorribleSubs] Hunter ...