Search found 62 matches

by Joon
05 Jul 2017, 12:50
Forum: Scripting and Automation
Topic: [AMC] rtorrent instructions incomplete?
Replies: 2
Views: 4801

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 ...
by Joon
05 Jul 2017, 09:40
Forum: Scripting and Automation
Topic: [AMC] rtorrent instructions incomplete?
Replies: 2
Views: 4801

[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 ...
by Joon
21 Apr 2016, 11:50
Forum: Scripting and Automation
Topic: [AMC] Remapping Episodes
Replies: 7
Views: 7751

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 ...
by Joon
21 Apr 2016, 10:08
Forum: Scripting and Automation
Topic: [AMC] Remapping Episodes
Replies: 7
Views: 7751

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 ...
by Joon
24 Feb 2016, 17:12
Forum: Feature Requests and Bug Reports
Topic: Help matching TV show 11.22.63 pls
Replies: 7
Views: 7643

Re: Help matching TV show 11.22.63 pls

frankw wrote:
rednoah wrote:Try the latest build:
viewtopic.php?f=7&t=1609
Beauty, works a charm, thank you so much.
Confirmed, works !

Thanks Rednoah :)
by Joon
24 Feb 2016, 08:01
Forum: Feature Requests and Bug Reports
Topic: Help matching TV show 11.22.63 pls
Replies: 7
Views: 7643

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 ...
by Joon
14 Oct 2015, 18:25
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

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. ;)
oh damn, well.. now it does make sense, lol.
by Joon
14 Oct 2015, 18:04
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
12 Oct 2015, 13:34
Forum: Scripting and Automation
Topic: [AMC] Remapping Episodes
Replies: 7
Views: 7751

[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 ...
by Joon
24 Jun 2015, 13:27
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
24 Jun 2015, 10:28
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
21 Jun 2015, 18:24
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
21 Jun 2015, 18:00
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
21 Jun 2015, 17:13
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
21 Jun 2015, 16:37
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
21 Jun 2015, 15:36
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
21 Jun 2015, 09:27
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
10 May 2015, 07:54
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
08 May 2015, 22:53
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

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 ...
by Joon
08 May 2015, 18:30
Forum: Feature Requests and Bug Reports
Topic: [Suggestion] AMC Force detection
Replies: 17
Views: 17642

[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 ...
by Joon
17 Aug 2014, 18:54
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
15 Aug 2014, 21:11
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
04 Jul 2014, 20:37
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
03 Jul 2014, 19:41
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
20 May 2014, 19:25
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

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 ...
by Joon
15 May 2014, 16:10
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

ah okay, i just figured it would work because the value right above the one i copied in .rtorrent.rc is:
execute = {sh, -c,/usr/bin/php/ /var/rutorrent/rutorrent/php/initplugins.php sbuser &}

Taking that into account i just added the '&' the way i did and it seems to work like expected.

so i ...
by Joon
15 May 2014, 15:09
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

I can't imagine that would work...

I was thinking this:
filebot -script dev:amc --output "$HOME/downloads" --log-file "$HOME/amc.log" --action copy --conflict override -non-strict --def "clean=y" "ut_dir=$TORRENT_PATH" "ut_kind=multi" "ut_title=$TORRENT_NAME" "ut_label=$TORRENT_LABEL" &

thats ...
by Joon
15 May 2014, 14:22
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

No idea how rtorrent processes the event.download.finished event.

Have tried doing command & ?
http://www.cyberciti.biz/faq/linux-command-line-run-in-background/
I have not, thank you for pointing me in the right direction!

i changed the .rtorrrent.rc line to this:
system.method.set_key=event ...
by Joon
15 May 2014, 05:05
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

I have found one issue which im not sure if it can be helped..
When filebot processes a packed file, rtorrent and rutorrent both hang, if anything is supposed to be picked up by autodl during that time, it wont.
Last night series1 and series2 were released a few second apart, it picked up series1 ...
by Joon
12 May 2014, 16:55
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

This chmodded +rx :

rtorrent-postprocess
#!/bin/bash
TORRENT_PATH=$1
TORRENT_NAME=$2
TORRENT_LABEL=$3

filebot -script dev:amc --output "$HOME/downloads" --log-file "$HOME/amc.log" --action copy --conflict override -non-strict --def "clean=y" "ut_dir=$TORRENT_PATH" "ut_kind=multi" "ut_title ...
by Joon
12 May 2014, 16:51
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] TVDB
Replies: 2
Views: 3795

Re: [Mismatch] TVDB

Cosmos: A Spacetime Odyssey doesn't match Cosmos a Space Time Odyssey so Cosmos ends up being a better match since one matches and the other one doesn't. I'll add an alias for this way of spelling it. It'll work by next week.
I thought so, i tried to match the download directory to it too after ...
by Joon
12 May 2014, 05:05
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] TVDB
Replies: 2
Views: 3795

[Mismatch] TVDB

Heya, got a mismatch last night on Cosmos: A Spacetime Odyssey
Using Filebot RC3 with dev AMC.

Heres the log:

Parameter: clean = y
Parameter: ut_dir = /home/sbuser/downloads/seeding/TV/Cosmos a Space Time Odyssey/Cosmos.A.Space.Time.Odyssey.S01E10.720p.HDTV.X264-DIMENSION
Parameter: ut_kind ...
by Joon
11 May 2014, 20:09
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Well so far everything seems to be working as it should, if i find anything i will report back here.

Feel free to update the AMC with rtorrent, im sure there are some that will find it useful :)
Thank you for your effort and patience!
by Joon
11 May 2014, 11:34
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Seems to be working!

One question though, how does this process handle simultaneous requests ? because my box has an extremely fast connection.
For example 2 packed torrents request the postprocess script, will filebot queue the second ? or does it multithread?

(btw: you should be somewhat richer ...
by Joon
11 May 2014, 07:36
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

lmao, sharp one :D
So uhm, yeah .. i feel rather silly now ^_^

will fix! thanks :D
by Joon
10 May 2014, 20:26
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Did you previously rename the file with TheTVDB? It's probably tagged. These logs can't happen if it's a clean file.

If you're testing things on the same file you need to reset xattr before each run:
filebot -script fn:xattr --action clear /path/to/files

@see http://www.filebot.net/forums ...
by Joon
10 May 2014, 18:04
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Yeah, I guess you'll need to use the latest 4.1 RC3 with -script dev:amc. Just grab the portable, extract it somewhere, and run with filebot.sh

@see http://www.filebot.net/forums/viewtopic.php?f=7&t=1609
okay, im using 4.1 RC3 and modified it to dev:amc in the postprocess file, however its the ...
by Joon
10 May 2014, 16:37
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Okay Rednoah, got the first quirky thing for you..

Parameter: ut_dir = /home/0x00/downloads/Seeding/Anime/Nisekoi/[HorribleSubs] Nisekoi - 18 [720p].mkv
Parameter: ut_kind = multi
Parameter: ut_title = [HorribleSubs] Nisekoi - 18 [720p].mkv
Parameter: ut_label = Anime
Input: /home/0x00/downloads ...
by Joon
10 May 2014, 15:32
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Then you can either edit the amc script yourself or used the latest dev:amc where I added Games|Seeding to the ignore pattern.

You don't use it, you search for it, so you see where in the amc script this is handled, so you know where to edit.

Oooh, my bad :D totally misunderstood you, apologies ...
by Joon
10 May 2014, 14:44
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

If you set the label to "ignore" in rtorrent webui, then this label will be passed into amc as ut_label making it ignore every single file of the given batch.
Im missing something here, do i or do i not use the piece of code you gave me ?
If so, where do i put it ?

if not, using 'Ignore' as label ...
by Joon
10 May 2014, 09:23
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Okay, first attempt here:

May 10, 2014 1:57:20 PM net.sourceforge.filebot.Main initializeCache
WARNING: java.io.FileNotFoundException: /home/0x00/.filebot/cache/0/.lock (Permission denied)
java.io.FileNotFoundException: /home/0x00/.filebot/cache/0/.lock (Permission denied)
at java.io ...
by Joon
10 May 2014, 07:04
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: [Hire Request] Rtorrent + Filebot/AMC

Okay, great!

I will fiddle with this later today
One question though, is it possible to ignore files based on label ?
by Joon
10 May 2014, 06:42
Forum: Scripting and Automation
Topic: [AMC] AniDB, how to always use main title ?
Replies: 4
Views: 4880

Re: [AMC] AniDB, how to always use main title ?

Am i correct to assume you have put this format in the AMC script ?
by Joon
09 May 2014, 16:12
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

Re: Possible Hire Request: Rtorrent + Filebot/AMC

Okay, i have been looking for the page you just linked for quite a while, i just didnt know what to search for i guess :P
Hence when i found the script i thought yes i found something, im thinking it fetches the information from the torrent file as the filenames and stuff are in the torrent file too ...
by Joon
09 May 2014, 14:47
Forum: Scripting and Automation
Topic: [Hire Request] Rtorrent + Filebot/AMC
Replies: 30
Views: 17492

[Hire Request] Rtorrent + Filebot/AMC

Hello,

First of all, i have no idea if this is at all feasible for me 'cost' wise, as is the same in terms of difficulty to do this.
Im looking for an AMC solution for my linux box that currently runs rtorrent/rutorrent on a remote server.
Most of the files will require unpacking after downloading ...
by Joon
28 Apr 2014, 16:15
Forum: Feature Requests and Bug Reports
Topic: AMC fails with java errors
Replies: 2
Views: 3155

Re: AMC fails with java errors

rednoah wrote:Looks like one of my updates broke the previous beta. Please update to r2199.
But im not using the beta, im using 4.0, i just updated the filebot.jar to be sure though.

edit: yep that fixed it.
by Joon
28 Apr 2014, 15:34
Forum: Feature Requests and Bug Reports
Topic: AMC fails with java errors
Replies: 2
Views: 3155

AMC fails with java errors

Got this since today, yesterday it worked fine.
Since then i have not updated java or anything else for that matter (afaik)

Parameter: animeFormat = D:/Anime/{primaryTitle}/{primaryTitle} - {sxe} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’?]/, "'").replacePart(', Part $1')}
Parameter: ut_dir = D ...
by Joon
25 Apr 2014, 17:46
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

got another one for you, even though the input is accurate and the auto detected query is perfect it still picks something totally unrelated, it kind of baffled me.

Love Live! S2

Parameter: animeFormat = D:/Anime/{primaryTitle}/{primaryTitle} - {sxe} - {t.replaceAll(/[!?.]+$/).replaceAll ...
by Joon
22 Apr 2014, 05:09
Forum: Scripting and Automation
Topic: [AMC] AniDB, how to always use main title ?
Replies: 4
Views: 4880

Re: [AMC] AniDB, how to always use main title ?

Use {primaryTitle} then. You'll have to set your custom anime format.
Thank you!

Found the current format in the AMC script, i'll copy it from there and add it to the postprocess (modified ofc)!

--def "animeFormat=D:/Anime/{primaryTitle}/{primaryTitle} - {sxe} - {t.replaceAll ...
by Joon
21 Apr 2014, 18:19
Forum: Scripting and Automation
Topic: [AMC] AniDB, how to always use main title ?
Replies: 4
Views: 4880

[AMC] AniDB, how to always use main title ?

Heya,

Because i use the AniDB plugin for XBMC to detect my anime the folders and fileformat have to match what the AniDB scraper expects, for the most part this works perfectly (so thank you for that).
However the only hiccups i seem to get is when filebot decides that it likes the english title ...
by Joon
20 Apr 2014, 07:02
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

In the absence of Mahouka, and better something than nothing, so Mekakucity is kinda close. Probably because it'll check the same folder for clues on what anime it could be.
Oh thats kind of cool, does it do the same for the folder name that its in? because if thats the case i could increase the ...
by Joon
19 Apr 2014, 18:44
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

Will do

Anime: Mahouka

Log:
Parameter: ut_dir = D:\Downloads
Parameter: ut_file = [HorribleSubs] Mahouka - 03 [720p].mkv
Parameter: ut_kind = single
Parameter: ut_title = [HorribleSubs] Mahouka - 03 [720p].mkv
Parameter: ut_label = Nyaa - HS
Parameter: ut_state = 20
Input: D:\Downloads ...
by Joon
17 Apr 2014, 10:42
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

Not sure if this one is AniDB related or Filebot related, the show exists on AniDB though.

Show:
http://anidb.net/perl-bin/animedb.pl?show=anime&aid=10241

Log:
Parameter: ut_title = [Underwater] Atelier Escha & Logy - Alchemists of the Dusk Sky - 01 (720p) [C467DBB8].mkv
Parameter: ut_label ...
by Joon
14 Apr 2014, 16:02
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

Hahaha, that's a fun one! :D

Have you tried the latest revision?
https://sourceforge.net/projects/filebot/files/filebot/HEAD/

Works fine here:
Input: D:\workspace\testdata\AMC-TEST\[HorribleSubs] One Week Friends - 02 [720p].mkv
Group: [anime:one week friends] => [[HorribleSubs] One Week Friends ...
by Joon
13 Apr 2014, 18:55
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

awkward..

Parameter: ut_dir = D:\Downloads
Parameter: ut_file = [HorribleSubs] One Week Friends - 02 [720p].mkv
Parameter: ut_kind = single
Parameter: ut_title = [HorribleSubs] One Week Friends - 02 [720p].mkv
Parameter: ut_label =
Parameter: ut_state = 20
Input: D:\Downloads\[HorribleSubs] One ...
by Joon
11 Apr 2014, 20:02
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

This one is probably just too new. Data wasn't available at the time.
Thought so, the error it got was kind of weird compared to the rest.

Edit: 2 more

Parameter: ut_dir = D:\Downloads
Parameter: ut_file = [HorribleSubs] Daimidaler - 02 [720p].mkv
Parameter: ut_kind = single
Parameter: ut_title ...
by Joon
11 Apr 2014, 06:49
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

Re: [Mismatch] Anime (AniDB)

Got another one


Parameter: ut_dir = D:\Downloads
Parameter: ut_file = [HorribleSubs] Ryuugajou Nanana no Maizoukin - 01 [720p].mkv
Parameter: ut_kind = single
Parameter: ut_title = [HorribleSubs] Ryuugajou Nanana no Maizoukin - 01 [720p].mkv
Parameter: ut_label =
Parameter: ut_state = 20
Input ...
by Joon
08 Apr 2014, 18:06
Forum: Feature Requests and Bug Reports
Topic: [Mismatch] Anime (AniDB)
Replies: 33
Views: 30654

[Mismatch] Anime (AniDB)

Heya,

This new show seems to be matching to the wrong one at this time.
The correct one is this one
It also seems this group is using 'wo' instead of 'o' in the title of this anime, not sure if this is intended.

Obligatory log:
Parameter: ut_file = [DameDesuYo] Kanojo ga Flag wo Oraretara - 01 ...
by Joon
06 Apr 2014, 07:24
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 554921

Re: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1

Hi Joon,

Yes - the folder watch option allows you to create a scheduled task to rescan that folder for new subtitles at the regular interval of your choosing.

Remember, it will create the task on your local system telling it to run a scan over that particular path - so if you're creating it for a ...
by Joon
05 Apr 2014, 17:31
Forum: Scripting and Automation
Topic: Cant get uTorrent automation to work
Replies: 3
Views: 3657

Re: Cant get uTorrent automation to work

Read the Troubleshooting section. First thing you wanna do is try from cmdline and see what happens.

This can't work:
C:\Program Files\FileBot\filebot.launcher.exe

Cause it'll be passed in as:
ARG0: C:\Program
ARG1: Files\FileBot\filebot.launcher.exe

This is how you specify an absolute path ...
by Joon
05 Apr 2014, 15:22
Forum: Scripting and Automation
Topic: Cant get uTorrent automation to work
Replies: 3
Views: 3657

Cant get uTorrent automation to work

So im trying to do this http://www.filebot.net/forums/viewtopic.php?f=4&t=215

But when i download a file and it finishes.. nothing happens..
I've made sure i downloaded the 64bit java and installed it.
I have tried these bits in the 'run after torrent finishes' field.

filebot.launcher.exe -script ...
by Joon
05 Apr 2014, 14:20
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1.8]
Replies: 168
Views: 554921

Re: [Windows] Context Menu w/ Folder Watcher+Scripts Pack [1

Hi, im new here and i have a question!

Im confused as to what 'Folder Watcher' means, does this mean a folder is actively monitored if content is being pushed there, say by an autodownloader ?
If so, im missing how to do this.

I may be completely mistaken though but i am looking for something like ...