Random Renegade Bits
Just another Random Renegade Bits weblog
  • Home
  • Zombinanza!
  • Old Projects and Content
    • Old Wallpapers
Browse: Home / mp3

mp3

Rythmbox Sync to USB Device

By epb on June 23, 2010

I have a sizable collection of music, so sizable in fact that I can’t store the full collection on any portal media.  Since I only use Windows to play video games, I use Rhythmbox to manage my music and found myself in need of a way to sync to a USB thumbdrive.  Now, the issue [...]

Posted in linux | Tagged linux, mp3, music | Leave a response

Embed Album Art into an MP3 with PHP

By epb on May 31, 2010

An odd quest perhaps: but adding album art to an MP3 (in ID3 tags) is readily doable with the KTaglib extension for PHP.  Once you have it, you can use a script like this to add artwork to an MP3: $mp3 = new KTaglib_MPEG_File(’2.mp3′); $idv2 = $mp3->getID3v2Tag(true); $album = new KTaglib_ID3v2_AttachedPictureFrame(); $album->setType(KTaglib_ID3v2_AttachedPictureFrame::FrontCover); $album->setPicture(‘testalbum.jpg’); $album->setMimeType(‘image/jpeg’); $idv2->addFrame($album); [...]

Posted in php | Tagged metadata, mp3, php | Leave a response

Search

Archives

  • July 2010
  • June 2010
  • May 2010
  • March 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • February 2009
  • September 2008
  • August 2008
  • December 2007
  • August 2007

Tags

actionscript charity cloud code computer problems danbooru flash fuse game gd hard drive images Internet linux marisa metadata mounting mp3 music php pipes rambling rss screenshots search slightly random storage touhou ubuntu utility vhd web

Copyright © 2010 Random Renegade Bits.

Powered by WordPress and Hybrid.