Search found 4 matches

by greenskye
06 Dec 2015, 20:20
Forum: Scripting and Automation
Topic: Running AMC script with complicated naming scheme
Replies: 8
Views: 5688

Re: Running AMC script with complicated naming scheme

I take it that release isn't out yet? I have 4.6.1 which is r3315. I checked github, but I'm not sure how or where to search for r3369. Thanks for helping me.
by greenskye
06 Dec 2015, 18:12
Forum: Scripting and Automation
Topic: Running AMC script with complicated naming scheme
Replies: 8
Views: 5688

Re: Running AMC script with complicated naming scheme

Using xargs gives me the same error.

Image
by greenskye
06 Dec 2015, 17:32
Forum: Scripting and Automation
Topic: Running AMC script with complicated naming scheme
Replies: 8
Views: 5688

Re: Running AMC script with complicated naming scheme

I did read both of those, but I must still be missing something. Here's my original unaltered naming format for reference: {collection.replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/).replaceFirst(/^(?i)(Collection of the)\s(.+)/, /$2 Collection/).replaceAll(/Saga Collection/, "Saga").replaceAll ...
by greenskye
06 Dec 2015, 06:19
Forum: Scripting and Automation
Topic: Running AMC script with complicated naming scheme
Replies: 8
Views: 5688

Running AMC script with complicated naming scheme

I'm trying to run the AMC script on linux with a custom naming scheme. I didn't develop this scheme myself, just found it posted online somewhere and it's worked well for me. Trying to use it via command line has proven frustrating however. This is my naming scheme: D:/Movies/{collection ...