Search found 4 matches

by mrgoolie
January 26th, 2014, 5:37 am
Forum: Post-Processing Scripts
Topic: Script to move all files under the movie folder
Replies: 6
Views: 6369

Re: Script to move all files under the movie folder

Can you share your script? :)
by mrgoolie
December 26th, 2013, 10:06 am
Forum: Post-Processing Scripts
Topic: Script to move all files under the movie folder
Replies: 6
Views: 6369

Re: Script to move all files under the movie folder

But the code

Code: Select all

cd /nas/movies/The Kings of Summer/
mv */*.mkv 
isn't applicable for every movie :)
by mrgoolie
December 24th, 2013, 7:05 pm
Forum: Post-Processing Scripts
Topic: Script to move all files under the movie folder
Replies: 6
Views: 6369

Re: Script to move all files under the movie folder

In fact i'm looking for a code that is usable for every movie I download. for example: \\nas\movies\test\test\test.mkv -> \\nas\movies\test\test.mkv but also: \\nas\movies\test\test.mkv -> \\nas\movies\test\test.mkv (stays the same) So maybe it is possible to build a check in the script? Yes, this i...
by mrgoolie
December 23rd, 2013, 12:35 pm
Forum: Post-Processing Scripts
Topic: Script to move all files under the movie folder
Replies: 6
Views: 6369

Script to move all files under the movie folder

Hi all, I've found a release group that posts good movies but when they are automaticly extracted via sabnzbd it looks like: \\nas\movies\The Kings of Summer\TKoS1318pBRDSHQBRNLS-NLU002\The Kings of Summer (2013) 1080p BluRay DTS HQ-BR NL Subs.mkv I want it like: \\nas\movies\The Kings of Summer\The...