Search found 14 matches
- 16 Nov 2015, 06:49
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Thanks for the heads up - my original guide was correct, but the example I provided further on has just been corrected.
- 13 Aug 2015, 07:06
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
I think that would work well, as long as you targeted FileBot at your folder you send your copies to. This would also avoid issues trying to copy/move a file currently in use by qbittorrent. If you get qbt to copy the file to a new directory itself, and then call FileBot, you might be able to keep ...
- 13 May 2015, 03:31
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Hi alexander_q, qBittorrent is limited in that it does not create subdirectories for every torrent. It also doesn't pass the full filepath via "%f". This makes it impossible to effectively target AMC to the single torrent in question for every type of torrent. I mention this in a previous post . Use ...
- 10 Apr 2015, 17:24
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Glad you were able to fix the issue.
If you have any other AMC questions, feel free to open another topic.
If you have any other AMC questions, feel free to open another topic.
- 10 Apr 2015, 17:09
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Hi lopso, That question isn't specific to qbittorrent so you might get better luck asking in a new forum thread. I'm sorry I can't help you as I've never had to use amc in a language other than English. I don't even know if filebot supports that as the databases it matches against are in English and ...
- 08 Jan 2015, 23:33
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Hi Chunkeebee, As a side effect of qbt only reliably passing the root torrents folder via %f, when your first torrent finishes, filebot will run amc on everything currently in your torrents folder, including incomplete files from other torrents. As you may be aware files currently being downloaded ...
- 03 Nov 2014, 03:09
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
Re: [GUIDE] Fully Automated Media Center with qBittorrent
Note for using filebot.launcher to prevent cmd from stealing focus Due to a quirk in Qt for Windows, calling the script using filebot.launcher instead of filebot will not function correctly in qBittorrent. To counter this, use filebot.launcher.exe instead, like so: filebot.launcher.exe -script fn ...
- 28 Oct 2014, 10:26
- Forum: Scripting and Automation
- Topic: Force amc not to match as anime
- Replies: 9
- Views: 5919
Re: Force amc not to match as anime
Glad I could help out, considering how awesome FileBot is!
- 28 Oct 2014, 10:10
- Forum: Scripting and Automation
- Topic: [GUIDE] Fully Automated Media Center with qBittorrent
- Replies: 70
- Views: 87443
[GUIDE] Fully Automated Media Center with qBittorrent
:: THIS GUIDE IS OUTDATED; DO NOT USE THIS GUIDE UNLESS YOU KNOW WHAT YOU ARE DOING :: Setup Instructions for qBittorrent: 1. Install FileBot and qBittorrent and if you're on 64-bit make sure you have 64-bit Java installed. 2. Setup qBittorrent directories. Setup Location of Downloaded Files and ...
- 28 Oct 2014, 05:10
- Forum: Scripting and Automation
- Topic: Force amc not to match as anime
- Replies: 9
- Views: 5919
Re: Force amc not to match as anime
Would you mind making a tutorial thread on this topic here in this forum? I'm sure that'd be useful to others as well. I wouldn't mind, but for what exactly did you have in mind? Strictly speaking I didn't manage to achieve my original goal but I worked around the problem from another angle (the ...
- 28 Oct 2014, 03:27
- Forum: Scripting and Automation
- Topic: Force amc not to match as anime
- Replies: 9
- Views: 5919
Re: Force amc not to match as anime
Added an excludeList.
Thanks for the information!
Thanks for the information!
- 27 Oct 2014, 23:55
- Forum: Scripting and Automation
- Topic: Force amc not to match as anime
- Replies: 9
- Views: 5919
Re: Force amc not to match as anime
Hi rednoah, thanks for your reply! Unfortunately qBittorrent does not have parameters available to pass the label to the amc script. I'd need a solution that could be implemented in the command line call. I'm not looking to ignore certain files either - I'd still like them to process, I'd just like ...
- 27 Oct 2014, 13:08
- Forum: Scripting and Automation
- Topic: Force amc not to match as anime
- Replies: 9
- Views: 5919
Force amc not to match as anime
Hi all, I'm currently using AMC with qBittorrent. It's amazing so far. Here's what I'm using currently: filebotlauncher -script fn:amc --output "D:/Plex Library/" --log-file amc.log --action hardlink --conflict auto -non-strict --def plex=localhost "%f" I'm finding it works fantastically, but there ...
- 26 Oct 2014, 07:50
- Forum: Scripting and Automation
- Topic: AMC Automation Question
- Replies: 7
- Views: 5901
Re: AMC Automation Question
Hi skateboard34, I think you missed the point of what a hardlink is and how it acts. Strictly speaking a hardlink will behave exactly as you have described and this is working as intended. Go ahead and reread the wikipedia entry or play around with hardlinks (mklink /H in Windows command prompt) to ...