Page 1 of 1

Need help getting my music library sorted

Posted: January 4th, 2012, 7:01 am
by Marcoevich
Hey All,

I have a question for you, for now I keep my music library on my computer. Only my movies/tv series go to my NAS.
My NAS is my standard download location (i.e. Y:/Public/Shared Videos/)

The problem is now, that all the music I download also goes to Y:/Public/Shared Videos/...

Is it possible for me to set an alternative download location for the music categorie? And by that I don't mean another subfolder of Y:/Public/Shared Videos/ but to my C:/ Drive

Also, I download my music with Headphones. Currently, my library looks like this: Artist/Album/Music files
But, when I download the albums with Headphones, all albums come in as <artist name><album name><year>/music files

Is it possible to get these downloaded albums automatically sort into artist/album/ ? That would save me lots of time in renaming the albums and creating subfolders ;D

Best regards,
Marcoevich

Re: Need help getting my music library sorted

Posted: January 4th, 2012, 8:12 am
by bunjiboys
You should be able to setup a new category for Music and just provide a different storage location, I'm doing this myself with TV shows.

In Config->Categories, you add a new category for example called Music, and then in the "Folder" box you just type in the new base folder, for example C:\Music. Finally, in the Indexer, Grouping tag you should most likely be able to just put in "music" as well, at least if youre using Newzbin that should work, and I would imagine the same be true for NZBMatrix.

Click here for a screenshot of my category configuration, with defaults going into one location and Music and TV shows going into seperate folders

As that shows, you can even run different post scripts based on the categories as well, if you want to do something else for your Music compared to all others.

Re: Need help getting my music library sorted

Posted: January 4th, 2012, 8:46 am
by Marcoevich
Thx for your help man ;) My music downloads go straight to the music library now!

Only one more thing: When my albums are downloaded, it creates foldernames with both the artist and the album title in it:
Image

I want those albums to have only the album title and the year, and they must be placed in the artist folder.
Do you have/know any script that can do that for me?

Your help is greatly appreciated :D

Re: Need help getting my music library sorted

Posted: January 4th, 2012, 10:47 am
by bunjiboys
Unfortunately there currently isnt a Music sorting option available to my knowledge, at least I only see TV Shows, Movies and Date sorting available in my install, but you could make a post processing script that would do this for you, and use the options from the categories to just run this script for Music downloads.

More information for the post processing scripts can be found in the wiki, what you could do is make a script that would parse the folder name given to the script and just renamed it based on that, but nothing that I have available.

Re: Need help getting my music library sorted

Posted: January 4th, 2012, 11:59 am
by Marcoevich
Ok thx man, I will have a look into that ;)

In you're screenshot I see you using a script called postScript.sh, what functionality does that one have?

Re: Need help getting my music library sorted

Posted: January 4th, 2012, 1:10 pm
by al1937
Hi

You say you are using Headphones - there are loads of ways to name and place your music under the heading SETTINGS.

Al1937

Re: Need help getting my music library sorted

Posted: January 4th, 2012, 3:40 pm
by bunjiboys
Marcoevich wrote:Ok thx man, I will have a look into that ;)

In you're screenshot I see you using a script called postScript.sh, what functionality does that one have?
The only thing my current post-processing script does it to reload the UPnP server im running so that it will pick up any new content right away, and thus making it available to my XBox & PS3.

I have been playing a bit with making it a bit more advanced and doing some renaming based on set rules (ref. my current thread in General Help about casing of shownames), where I can have a list of replacements on filenames that will happen automatically, but thats well in the future for now :)