Friday, 27 January 2012

Sunday, 22 January 2012

How to tag classical mp3 files

Basic Guidelines

  • The Artist should contain just the composer not the performer. For details, see below and ClassicalReleaseArtistStyle. 
  • The ReleaseTitle should include the title of the release followed by the major performer (i.e. the name of orchestra or quartet) inside parenthesis. For details, see below and ClassicalReleaseTitleStyle 
  • The TrackTitle should contain the overall work (name of the symphony etc.) followed by ':' and then the actual name of that movement. For details, see below and ClassicalTrackTitleStyle 
  • Convert the release to a VariousArtistsRelease if it contains works by more than one composer (see ConvertReleaseToMultipleArtistsEdit and ClassicalReleaseArtistStyle). 

http://musicbrainz.org/doc/Classical_Style_Guide

Sunday, 8 January 2012

tomcat on velvet


Install:
 apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps
then
fix this issue tomcat-55-no-jdk-found


/etc/init.d/tomcat5.5 start
# Directory for per-instance configuration files and webapps
CATALINA_BASE=/var/lib/tomcat5.5

# Use the Java security manager? (yes/no)
TOMCAT5_SECURITY=yes

Change to
# Use the Java security manager? (yes/no)
TOMCAT5_SECURITY=no 

http://velvet:8180