Search found 25 matches

by BigSteve84
29 Oct 2018, 13:39
Forum: Help and Support
Topic: Join by joaoapps
Replies: 1
Views: 1271

Join by joaoapps

Hi I no you can add a pushbullet notification in the AMC script but I use an app called join by joaoapps, that I have a personal API . Would there be anyway to use that instead of pushbullet ?
by BigSteve84
04 Jul 2018, 16:00
Forum: Windows
Topic: Filebot Not Fetching Data
Replies: 4
Views: 2412

Re: Filebot Not Fetching Data

Yes, I got it from the Microsoft store, how would I find out what version it is?
by BigSteve84
04 Jul 2018, 13:14
Forum: Windows
Topic: Filebot Not Fetching Data
Replies: 4
Views: 2412

Re: Filebot Not Fetching Data

This is a screenshot of whats happening when I trigger my script.
https://snag.gy/4JkDU1.jpg
by BigSteve84
03 Jul 2018, 07:12
Forum: Windows
Topic: Filebot Not Fetching Data
Replies: 4
Views: 2412

Filebot Not Fetching Data

Everything was working perfectly then for some reason after doing a soft reset of my pc I keep getting this error when I click on Fetch Data "sunncertpathbuilderexception unable to find valid certification path to requested target"
by BigSteve84
16 Jan 2018, 04:52
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Got it working a dream now, thanks a lot for your help and patience.
by BigSteve84
11 Jan 2018, 19:33
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Ok so ive finally got them moving to the correct folders but for some strange reason the naming is off. For example instead going into Season 5 its Season5 and instead renaming the show Blue Bloods - S08E01 - Cutting Losses its named Blue Bloods - S08E01 ?
by BigSteve84
10 Jan 2018, 08:58
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

OK so my utorrent directories are this, my put new downloads in this is... B:\Videos\Torrents\1st and my move finished downloads is B:\Videos\Torrents\Completed . Now within the script I'm using where do I add these directories ?
by BigSteve84
08 Jan 2018, 06:02
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

I'm trying to mate but the cmd windows close's as fast as it opens, that's why I could literally only make out the word "locking" but there are more words after and its not just saying locking
by BigSteve84
06 Jan 2018, 22:21
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

I've made the changes and still not working, I've noticed that the first word that comes up in the cmd window is Locking ? filebot -script fn:amc --output "B:/Videos/Torrents/Completed" --action copy -non-strict "B:/Videos/Torrents/Completed/2" --log-file amc.log --def excludeLis...
by BigSteve84
06 Jan 2018, 08:21
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

OK what do I need to do to fix it?
by BigSteve84
05 Jan 2018, 16:15
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

OK so I've tried so hard to get this right but for whatever reason, it's not worked out and now my brain is frazzled, could you please tell me what it is I've got wrong please? I've gone back and forth with it anyway this is what I've been putting in utorrent. filebot -script fn:amc --output "B...
by BigSteve84
02 Jan 2018, 00:40
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Would it be something like this?

Code: Select all

filebot -script fn:amc --output "B:\Videos\Torrents\2nd\TV Shows" --action copy --conflict skip -non-strict --log-file  --def seriesFormat="{genres =~ /Kids/ ? 'Kids Shows' : genres =~ /Animation/ ? 'Our Animated Shows' : 'Our Shows'}"
by BigSteve84
02 Jan 2018, 00:04
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Awesome thanks a lot, one last thing where do I add this the amc script?
by BigSteve84
30 Dec 2017, 07:42
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Thanks for all your help. I got the kids shows and our shows working but when I add 'Our Animated Shows' which is for American Dad & Family Guy, everything but kids shows gets sent to the animation folder?

Code: Select all

{genres =~ /Kids/ ? 'Kids Shows' : /Animation/? ''Our Animated Shows' : 'Our Shows}
by BigSteve84
29 Dec 2017, 06:53
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Kool thanks a lot, so If I want to add more to that would it look like this

Code: Select all

B:/Videos/{genres =~ /Kids/ ? 'Kids Shows' /Horror/ ? 'Our Shows' ?: 'TV Shows'}/n/{'Season '+s}/{n} - {s00e00} - {t}
by BigSteve84
28 Dec 2017, 16:20
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Ok cheers, do I put that in with the format I've done so far? If so where do I put it?
by BigSteve84
28 Dec 2017, 13:45
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

How do I make sure kids shows go into a kids shows folder as for example using my current format an episode of lion guard has gone into a Adventure folder and also how do I separate American Dad from kids animated shows? The format I used is B:/Videos/TV Shows/{genre}/n/{'Season '+s}/{n} - {s00e00} ...
by BigSteve84
28 Dec 2017, 09:01
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Ok so I've managed to write a format where the shows are renamed to my liking and are separated via genre, (I thought I'd start by learning how to write something out)but obviously I want it automated and to go to specific folders of my choosing.
by BigSteve84
22 Dec 2017, 10:51
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Ok thanks a lot, how would the script no what show goes where? for example a kids show I want in a folder called Kids Shows where as say walking dead or whatever I would want to go to a folder called Our Shows and so on.
by BigSteve84
22 Dec 2017, 07:55
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

I've looked through it and as I'm just starting, there's a lot to take in..so since it is my first time, would you be able help by showing me the script and maybe a brief explanation on what's in the script and what does what? just I genuinely take more in that way.
by BigSteve84
17 Dec 2017, 08:10
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

OK so I just add the custom format into the amc script I'm already using?
by BigSteve84
14 Dec 2017, 21:14
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Re: Auto Rename and Move each file to each folder

Thanks that worked a treat. I'm wondering, I have my shows in different folders such as Kids Shows, Our Shows and Documentaries , is it at all possible that if a folder of a show called xyz is already in say Kids Shows that the said show will go straight from utorrent into the correct folder ?
by BigSteve84
13 Dec 2017, 11:12
Forum: Windows
Topic: Auto Rename and Move each file to each folder
Replies: 38
Views: 21753

Auto Rename and Move each file to each folder

Hi I'm new to filebot so I'm still learning everything, but is it possible to auto move each individual show from utorrent to the said shows folders ? such as xyz.mp3 will be moved to a folder called xyz if so could it go further and go to a subfolder called season 2 that's inside folder xyz?
by BigSteve84
10 Dec 2017, 14:01
Forum: Windows
Topic: FileBot on the Windows Store
Replies: 224
Views: 223124

Re: FileBot on the Windows Store

Hay ive only just found out about filebot, (ive been living under a rock) but i see the first post and im a volunteer at my local fire and rescue service, so wonder if im eligible for a free code