Search found 6 matches

by thewump
February 7th, 2011, 12:54 pm
Forum: Post-Processing Scripts
Topic: I've written a MOVE TO MUSIC LIBRARY script..
Replies: 22
Views: 25709

Re: I've written a MOVE TO MUSIC LIBRARY script..

Here's some info from the writer of ARENAME.. friendly guy ;-)  I think I might stick with my script for now. I've changed it to dump mminfo once to a temp file and then grep it so that error message is under control.  I'm enjoying the ability to easily pre-process on the tags and make filename and ...
by thewump
February 6th, 2011, 4:56 pm
Forum: Post-Processing Scripts
Topic: I've written a MOVE TO MUSIC LIBRARY script..
Replies: 22
Views: 25709

Re: I've written a MOVE TO MUSIC LIBRARY script..

ARENAME=NICE FIND.

Have you found a way for it to consider genre:soundtrack as a compilation though? Testing here shows OST files being treated just like normal files and stored under /artist

K
by thewump
February 4th, 2011, 11:25 am
Forum: Post-Processing Scripts
Topic: I've written a MOVE TO MUSIC LIBRARY script..
Replies: 22
Views: 25709

Re: I've written a MOVE TO MUSIC LIBRARY script..

Go for it! 

Best

K
by thewump
January 29th, 2011, 8:23 pm
Forum: Post-Processing Scripts
Topic: I've written a MOVE TO MUSIC LIBRARY script..
Replies: 22
Views: 25709

Re: I've written a MOVE TO MUSIC LIBRARY script..

OK.. here it is. I use Linux and I think this should work fine on Mac. Windows you are probably SOL. It can Move or Copy and assumes that music is in /home/you/Music Save this as mp3organizer in your Post Processing Directory chmod +x mp3ogranizer Good luck peeps. #!/bin/bash # Where is your music? ...
by thewump
January 24th, 2011, 10:26 pm
Forum: Post-Processing Scripts
Topic: I've written a MOVE TO MUSIC LIBRARY script..
Replies: 22
Views: 25709

I've written a MOVE TO MUSIC LIBRARY script..

Hi All, I've written a bash script that does a really a good job of taking any MP3 files from anywhere and sorting them into [library]/artist/album/XX - title.mp3 and am using it in my own sabnzb install, but wanted to know: 1) Is there interest in this? 2) In your opinion should it COPY the tracks ...