Help in making a post processing for movies

Come up with a useful post-processing script? Share it here!
Post Reply
wafic
Newbie
Newbie
Posts: 2
Joined: January 10th, 2014, 3:49 am

Help in making a post processing for movies

Post by wafic »

Dear all

I got 0 knowledge in making scripts. I'm looking for some one who can make me a script that moves movies to a specific folders, below is an example of what i want to do.

after the movie finished downloading i want Sabnzdb to move it to its specific folder the folders are by years
the folder tree will look like this each move in the correct year folder.
Image

thats only for normal movies. For cartoons and documentaries to there own folders as shown below
Image

Just to say that the system is Debian using Openmediavault.

Is this possible to do instead of me moving every downloaded movies to its own folder. and if any one can make me a script or if its already out can you share it.

some one told me that i can do this in the Storting setting but i tried and couldn't get it to work.

Many thanks
Wafic
wafic
Newbie
Newbie
Posts: 2
Joined: January 10th, 2014, 3:49 am

Re: Help in making a post processing for movies

Post by wafic »

any one can help me with this please. almost 1 month and no replies where is the support stuff????
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Help in making a post processing for movies

Post by shypike »

Have you looked at the Sorting options? It also makes the year available as a potential part path.
You may not need a script.
It does require that the year is in the title, but so would any script.
nock
Newbie
Newbie
Posts: 28
Joined: October 29th, 2014, 2:55 pm

Re: Help in making a post processing for movies

Post by nock »

Abnormal way of sorting? But with the sorting function you can at least make it rename like this: (year) movie name / (year) movie.name.avi
Put this in you sort string:

Code: Select all

(%y) %title/(%y) %title.%ext
Post Reply