Search found 170 matches

by ZeroByDivide
01 Jun 2016, 07:02
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

cowmix wrote:Pushed a fix to github, sorry for the delay.
Sadly the fix that you pushed didn't work at all.. it still throws up errors :c
by ZeroByDivide
16 May 2016, 14:27
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

meh forget about helping, I dropped all this in hopes that the cowmix comes along and updates it so it works on the latest version of filebot. I am just to tired and annoyed to deal with trying to figure this crap out anymore.
by ZeroByDivide
15 May 2016, 17:29
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

Try something simple and see if it works: --def exec=notepad This should start notepad. I already have it refreshing series/rescanning series now since I finally found out what the issue was, main thing now is getting it to only refresh/rescan the series that is downloaded instead of every single s...
by ZeroByDivide
15 May 2016, 15:15
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

Have posted the above bit in various other sites so hopefully someone can help me out from either here or one of the various other places... At least I hope.. :/ since I am so close to finally being done with this crap.
by ZeroByDivide
15 May 2016, 06:31
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

Try adding cmd /c before your bat script. running filebot -script fn:amc --log-file amc.log --conflict override -non-strict --filter "age < 170" --def "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L" "seriesFormat=D:/Shows/TV Shows/{n}/s...
by ZeroByDivide
14 May 2016, 18:56
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

You need to figure out how to update sonarr from CMD first. I doubt that curl works in CMD. So I found out you can initiate a refresh through powershell when I went to sonarrs wiki page, with this code $url = "http://localhost:8989/api/command" $json = "{ ""name""...
by ZeroByDivide
14 May 2016, 17:37
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

So I'm getting closer I think but I still haven't gotten it figured out yet :/ new script - filebot -script fn:amc --log-file amc.log --conflict override -non-strict --filter "age < 170" --def "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L" &...
by ZeroByDivide
14 May 2016, 04:49
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

I set it up as a separate shell script then run --def exec=/pathto/Sonarrrefresh.sh Welp I tried that had to change the shell script though to a bat since I'm on windows and honestly don't feel like going through and downloading more than I need to to get this stuff working and well it didn't even ...
by ZeroByDivide
14 May 2016, 03:57
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

--def exec="curl 'http://localhost:8989/api/command' -X POST -d "{'name':'refreshseries'}" --header "X-Api-Key:(api key)" does " before curl need to come out? Are you asking if the " before the curl needs to be deleted? :o that is a idk lol I was searching for cur...
by ZeroByDivide
14 May 2016, 03:35
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

It's just http request. You can do that with curl commands. Then make a shell script and have the amc script call it with --def exec. this is the curl script I use to update sonar curl http://192.168.2.76:8989/api/command -X POST -d "{'name':'refreshseries'}" --header "X-Api-Key:&quo...
by ZeroByDivide
14 May 2016, 02:11
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

The caching API has been rewritten. Scripts that use internal old API that doesn't exist anymore break of course. I fixed a similar issue in update-mes this week. Look at the latest commit. However, there will probably be few more issues once you fix that one. If you don't know what you're doing, y...
by ZeroByDivide
13 May 2016, 23:49
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

Going to post latest error/problem here as well just incase Rednoah can help me out (have it posted on your github as well) with the release of filebot 4.7 recently and it seems to have broken the script.. Would love to continue using your script as it's the only thing that is letting me use sonarr ...
by ZeroByDivide
24 Apr 2016, 20:40
Forum: Scripting and Automation
Topic: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, etc)
Replies: 40
Views: 25840

Re: Custom AMC features (AniDB Maps, Sonarr, Couchpotato, et

no matter how many times I try I can't seem to get this to notify sonarr to refresh the libary once a tv show is downloaded completely.. This is currently the script I have setup in Qbittorrent to shoot off the script so it'll do its stuff. filebot -script C:\Users\timta\Dropbox\Public\Folders\Fileb...
by ZeroByDivide
08 Dec 2015, 19:24
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with qBittorrent
Replies: 70
Views: 74454

Re: [GUIDE] Fully Automated Media Center with qBittorrent

Ah well that would explain my problem then xD and haha I'm not processing my entire downloads folder over and over, always goes through the folder for the torrent download and that's it after it renames and moves the file to the correct place and deletes left over files the script stops like it shou...
by ZeroByDivide
08 Dec 2015, 18:33
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with qBittorrent
Replies: 70
Views: 74454

Re: [GUIDE] Fully Automated Media Center with qBittorrent

Well I didn't think ut_kind was needed since it always worked before without it, it just recently stopped working once I did the update to filebot from 4.6 to 4.6.1 .. as for the second thing I don't really have an answer for that, was just an extra I added in on accident. anyways that looks to have...
by ZeroByDivide
08 Dec 2015, 17:18
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with qBittorrent
Replies: 70
Views: 74454

Re: [GUIDE] Fully Automated Media Center with qBittorrent

Dunno why this is happening for me but I recently updated filebot to the latest version (I'm running the portable version btw) but when ever I download a show/movie/anime/whatever, filebot never seems to work correctly anymore. I'm currently running filebot 4.6.1 Qbittorrent 3.3.1 Every time I downl...
by ZeroByDivide
16 Dec 2014, 06:01
Forum: Help and Support
Topic: Clean=y does not work in older versions of utorrent.
Replies: 6
Views: 3403

Re: Clean=y does not work in older versions of utorrent.

rednoah wrote:You could try passing --def "ut_kind=multi" instead of %K
Alright will try that and report back soon.

Edit: Okay I changed ut_kind to multi instead of %K and it worked it fired off the "clean=y" command like it's supposed to and it deleted all the clutter. So thanks ^_^
by ZeroByDivide
16 Dec 2014, 05:47
Forum: Help and Support
Topic: Clean=y does not work in older versions of utorrent.
Replies: 6
Views: 3403

Re: Clean=y does not work in older versions of utorrent.

it wouldn't make any sense on why that action wouldn't be working in an older version of utorrent PLUS On Windows, one process can't delete files that are being accessed by another process EQUALS You're wrong Apparently newer versions of utorrent don't lock the files. Make sense? As you can see in ...
by ZeroByDivide
16 Dec 2014, 05:31
Forum: Help and Support
Topic: Clean=y does not work in older versions of utorrent.
Replies: 6
Views: 3403

Re: Clean=y does not work in older versions of utorrent.

You cannot use --action move (default if not set) when processing files that are seeding. On Windows, one process can't delete files that are being accessed by another process. That's why you will see --action copy or --action duplicate in ALL examples. I don't seed my files which is why I use &quo...
by ZeroByDivide
16 Dec 2014, 01:55
Forum: Help and Support
Topic: Clean=y does not work in older versions of utorrent.
Replies: 6
Views: 3403

Clean=y does not work in older versions of utorrent.

okay so my issue started this way. I was running v4.5 of filebot and was using qbittorent and everything was working just fine (cleaners and all that was working), I seen there was an update to filebot to bring the version up to 4.5.3 so I went to do an update and all of a sudden my qbittorent stopp...