Penguin

Differences between version 2 and previous revision of MP3Notes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, May 2, 2006 6:44:51 pm by CraigBox Revert
Older page: version 1 Last edited on Tuesday, May 2, 2006 6:42:10 pm by CraigBox Revert
@@ -1,5 +1,5 @@
-!Copy ID3v2 tags to ID3v1 tags 
+!Copy ID3v2 tags to ID3v1 tags on the Linux commandline  
  
 This was hard to find on the internet, so lets lend us some googlejuice. Taken from http://www.webninja.com/2006/04/ and quietened down a bit. 
  
 <tt>apt-get install libmp3-info-perl</tt> first. 
@@ -13,6 +13,8 @@
  
 $v2tags = get_mp3tag($ARGV[0],2); 
 set_mp3tag($ARGV[0],$v2tags); 
 </verbatim> 
+  
+Usage: <tt>find /dump/mp3/albums/ -type f -name '*.mp3' -exec /usr/local/bin/addv1.pl "{}" \;</tt>  
  
 CategoryNotes