Search found 12 matches

by PlaceyAUS
24 Mar 2018, 16:43
Forum: Help and Support
Topic: Anime Episodes being detected as Movies.
Replies: 4
Views: 2544

Re: Anime Episodes being detected as Movies.

Cheers rednoah, Thanks for the advice.
by PlaceyAUS
24 Mar 2018, 13:49
Forum: Help and Support
Topic: Anime Episodes being detected as Movies.
Replies: 4
Views: 2544

Re: Anime Episodes being detected as Movies.

The other issue is most Anime is being picked up as TV Shows and not put in Anime folder.
Again thanks to anyone willing to correct my bad scripting.
by PlaceyAUS
24 Mar 2018, 13:44
Forum: Help and Support
Topic: Anime Episodes being detected as Movies.
Replies: 4
Views: 2544

Re: Anime Episodes being detected as Movies.

I think I worked it out, it seems the episode name is interfering with the naming scheme. As long as the episode name is not their it seems to work OK. If their is a modification to the script I could do to make it only look at the name and episode number and not the rest when sorting that would be ...
by PlaceyAUS
24 Mar 2018, 13:38
Forum: Help and Support
Topic: Anime Episodes being detected as Movies.
Replies: 4
Views: 2544

Anime Episodes being detected as Movies.

When CMD Line the Anime is being picked up as a Movie. It seems to have a choice between the series and a movie and goes the movie every time even if its totally a different name. I am trying to keep the Anime as absolute order as TheTVDB sorts it well through Kodi. Here is my script: filebot -scrip...
by PlaceyAUS
08 Dec 2016, 11:56
Forum: Scripting and Automation
Topic: Change default TV Scraper to TVMaze for CLI
Replies: 2
Views: 2417

Change default TV Scraper to TVMaze for CLI

Was wanting to change the default TV Scraper to TVmaze for the command line scripts.
The TVDB has been a little on the Menopausal side recently and was wanting to try TVmaze out for a bit.
Is this possible?
by PlaceyAUS
29 Nov 2015, 12:12
Forum: Scripting and Automation
Topic: Customizations for 3D movies and UFC fights
Replies: 5
Views: 3405

Re: Customizations for 3D movies and UFC fights

All sorted mate, it was the brackets around the 3D SBS that made Kodi not see it as a 3D movie.
So the original naming scheme was perfect and I never had to do the folder.

Thanks again for all your work mate.
by PlaceyAUS
29 Nov 2015, 11:20
Forum: Scripting and Automation
Topic: Customizations for 3D movies and UFC fights
Replies: 5
Views: 3405

Re: Customizations for 3D movies and UFC fights

OK, that makes sense. Perfect script mate. I changed the script so the naming looks like example... Avatar (2009) 3D SBS (1080p) instead of Avatar (2009) (3D SBS) (1080p) As Kodi had issues resolving the name as 3D so the final script looks like this. filebot -script fn:amc --output "D:/ServerF...
by PlaceyAUS
29 Nov 2015, 10:52
Forum: Scripting and Automation
Topic: Customizations for 3D movies and UFC fights
Replies: 5
Views: 3405

Re: Customizations for 3D movies and UFC fights

Is the resolutions possible for like a (1080p), (720p) and (480p) to the ends of the movies at all?

And how do I setup the Absolute order for Anime as well in the final script?

Cheers PlaceyAUS
by PlaceyAUS
26 Nov 2015, 15:19
Forum: Scripting and Automation
Topic: Help: Use uTorrent script on CLI for Downloaded folder
Replies: 2
Views: 1972

Re: Help: Use uTorrent script on CLI for Downloaded folder

Thank-you the code Gods are smiling on me today.
I now realize the error I was getting was because I had the ut commands still in it.

You my friend deserve a beer, I thank you so much.
by PlaceyAUS
26 Nov 2015, 12:42
Forum: Scripting and Automation
Topic: Automate tv show renaming and file moving
Replies: 1
Views: 2505

Re: Automate tv show renaming and file moving

I use this script in uTorrent run program after torrent finishes. But it will always sort into Music, Movies, TV Shows and Unsorted folder from directory. So if you used it it would look like this... filebot -script fn:amc --output "Z:" --log-file amc.log --action copy --conflict override ...
by PlaceyAUS
26 Nov 2015, 11:48
Forum: Scripting and Automation
Topic: Help: Use uTorrent script on CLI for Downloaded folder
Replies: 2
Views: 1972

Help: Use uTorrent script on CLI for Downloaded folder

This is my uTorrent script that works flawlessly. I love this so much thanks rednoah you are the best. filebot -script fn:amc --output "D:/ServerFolders" --log-file amc.log --action copy --conflict override -non-strict --def minFileSize=0 --def minLengthMS=0 --def excludeList=amc-input.txt...