Open the Package Center and install the package.
chown -R <user>:<musicgroup> /music # or chgrp -R <musicgroup> /music # faster
find /path/to/music/dir -type d -exec chmod 750 {} + # directories find /path/to/music/dir -type f -exec chmod 640 {} + # files