LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 04-18-2006, 06:02 AM   #1
1kyle
Member
 
Registered: Feb 2004
Location: 'Ol Blighty
Distribution: SLED 10, SUSE 10.3
Posts: 722

Rep: Reputation: 32
SUSE 10 - Music cataloging software


Hi everybody -- I need to get a script which can retrieve data from a CD using Freedb.

I DON'T WANT RIPPING software. I simply want to be able to insert the CD into the drive, access FREEDB and then save the Track / album info as Text or in a spreadsheet.

All the software I can see involves Ripping the CD and storing music tracks on the computer. Also this type of software doesn't seem to have any way of extracting the track info to a text / spreadsheet file.

I'm sure someone has got some type of script to do this.

Thanks

-K
 
Old 04-18-2006, 06:41 AM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
I use mp3report to extract that info. I don't use the id3 tag info tho, so you'd have to check out the man page to get the exact information for that. This is my little note to myself for remembering syntax for my needs.

First you set up a template for the info you want extracted following the instructions in the docs, then:

Code:
mp3report --template=./mp3rpt_template.html --outfile=marchive.html ./MP3Archives/
That produces an HTML formatted report of which the 'body' includes the spreadsheet information I want. I copy that 'body' of marchive.html to archive.txt, then...
Code:
sed -e 's/ - /|/' -e 's/\.\/MP3Archives\/Archive//' -e 's/\.\/MP3Archives\/MP3SeriousMusic/SM/' -e 's/\.mp3//g' archive.txt > mp3.txt
That section writes the info to a delimited file that can be imported into gnumeric or calc or whatever spreadsheet you like.

This is not pulling information from freedb ... only from the mp3 file and it's id3 tags.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for SuSE 9.3 software for traditional music CD files, i.e., *.cda langbein SUSE / openSUSE 18 01-10-2006 06:58 PM
best linux cd/dvd cataloging software Kilka Linux - Software 0 11-11-2005 02:24 PM
Music Library Software & a List of M$ like Software for Linux MultiUser Linux - Software 2 02-27-2004 08:20 PM
Need Movie Cataloging Software for RH8 slooper Linux - Software 0 11-09-2003 09:28 PM
Good Linux image cataloging software? neitzke Linux - Software 1 02-04-2003 01:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration