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

Tuesday 3 January 2012

npm changes

Changed to a global express install

 npm install -g express
 npm install -g ejs


Monday 2 January 2012

node-inspector

Installed on thinkpad and velvet

velvet:~# npm install -g node-inspector
/usr/local/bin/node-inspector -> /usr/local/lib/node_modules/node-inspector/bin/inspector.js
node-inspector@0.1.10 /usr/local/lib/node_modules/node-inspector
├── paperboy@0.0.3
└── socket.io@0.8.7