AMC Unsorted Files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
MonsterTalker
Posts: 1
Joined: 24 Apr 2015, 19:18

AMC Unsorted Files

Post by MonsterTalker »

Hey all,

I've finally gotten around to setting up AMC over the past few hours and it's been really interesting to see it all work, but I've run into an issue that I couldn't really find a way to solve.

AMC works on almost all my media just how I'd expect, and the script I'm using is essentially the recommended AMC one for deluge servers. There appears to be a feature in AMC that allows media file that AMC was unable to identify to be moved to an "Unsorted" folder. However, in some torrents that I have downloaded (which are rips of twitch streams) the files will be named "Part1.flv, Part2.flv, ..." Since these files are taken directly out of the downloaded folder and dropped directly into the Unsorted folder, they will naturally collide and this will cause issues. I would like to find a way to keep the overarching folder structure so that they would no longer collide. This would allows me to create,

/Media/Unsorted/Twitch Stream 1/Part1.flv
/Media/Unsorted/Twitch Stream 1/Part2.flv
/Media/Unsorted/Twitch Stream 2/Part1.flv
/Media/Unsorted/Twitch Stream 2/Part2.flv

Is there some way for me to do this without modifying AMC itself? Or would that be fairly straightforward (I found the script itself online, of course).
User avatar
rednoah
The Source
Posts: 23950
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Unsorted Files

Post by rednoah »

You'd have to fork the amc script and set your own unsorted format that'll solve the issue.

Default Unsorted Format:

Code: Select all

Unsorted/{fn}.{ext}
:idea: Please read the FAQ and How to Request Help.
Post Reply