tags

(tag)

  • Concatenate artist tags using Mp3tag

    My music player of choice is Neutron https://neutroncode.com/ unfortunately this doesn’t deal with multiple artists for one track, it only displays the name of the first artist. So for the track “Bangla Dhun” it would show the artist as Ravi Shankar. This is pretty frustrating as I like to know who are all the known… read more…

    Concatenate artist tags using Mp3tag
  • Converting FLAC to ALAC using xrecode

    I save all my files in FLAC but want to be able to play them on an iPhone with a loss less codec. With Apple devices the only option is ALAC, Apple Lossless Audio Codec. The process I use to archive my discs to FLAC is described in CD Archiving Hunting around I found the… read more…

    Converting FLAC to ALAC using xrecode
  • AtomicParsley tagging for iTunes MP4 files

    AtomicParsley is a real cool command line tool that creates files that work perfectly with iTunes/iPhone etc. It runs under Windows and works really reliably. I use it all the time to create files that will be correctly tagged for my iPhone. It is the best most reliable command line tool to do this I… read more…

    AtomicParsley tagging for iTunes MP4 files
  • Stop WordPress adding <p> tags for new lines

    Overview When you do a  new line in WordPress, at least when using the CKEditor, it adds a paragraph tag, “<p>” and “</p> around your text thus: <p> Line one </p> <p> Line two </p> <p> Line three </p> <p> &nbsp; </p> Resolution Instead of pressing <Enter> you should press <Shift><Enter> and in then you… read more…

    Stop WordPress adding <p> tags for new lines