Search found 5 matches

by LegendsCoach
17 Jul 2017, 20:39
Forum: Help and Support
Topic: How to change the directory AMC moves media to
Replies: 9
Views: 7459

Re: How to change the directory AMC moves media to

That seems to have done the trick. I am testing now. Many thanks for your help. For future reference, anyone who is trying to figure out the same type of problem here are the scripts that I found solved the problem Movies: filebot -script fn:amc --output "Z:\Movies" --action move -non-strict ...
by LegendsCoach
17 Jul 2017, 18:26
Forum: Help and Support
Topic: How to change the directory AMC moves media to
Replies: 9
Views: 7459

Re: How to change the directory AMC moves media to

OK, so then how do I implement a format expression in the script so it will prevent the creation of the "Movie" or "TV Show" sub folders?
by LegendsCoach
17 Jul 2017, 15:09
Forum: Help and Support
Topic: How to change the directory AMC moves media to
Replies: 9
Views: 7459

Re: How to change the directory AMC moves media to

Again so thankful for your help. My problem is I have rather large media libraries in folders named "Movies" and "TV" that are fed by a number of different applications. It would be a real pain to rename the folders and then track down all the instances where they are referenced. Could you perhaps ...
by LegendsCoach
17 Jul 2017, 10:18
Forum: Help and Support
Topic: How to change the directory AMC moves media to
Replies: 9
Views: 7459

Re: How to change the directory AMC moves media to

Thank you. Stupid question. Will that put the renamed files in "Z:\Media" or "Z:|Movies"? Also I am trying to use the same sort of script with my tv episodes. In that case I want to drop the files into folder named just TV not TV Shows on my "Z:\" drive. Will that output fix the same problem with ...
by LegendsCoach
17 Jul 2017, 01:15
Forum: Help and Support
Topic: How to change the directory AMC moves media to
Replies: 9
Views: 7459

How to change the directory AMC moves media to

filebot -script fn:amc --output "Z:\Movies" --action move -non-strict --conflict auto --def artwork=y "Z:\Downloads\PVR\Movies" --log-file amc.log --def clean=y I am a newbie trying to figure out how to prevent the above script from dropping the renamed files into a sub folder called Movies on Z ...