Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
06-23-2003, 03:22 PM
|
#1
|
|
Member
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154
Rep:
|
Need to sort mp3's and create playlists based on genre
Ive tried starting threads about this before, but still cannot figure this problem out. Very basically, this is what I am looking for:
-some utility that can sort an mp3 collection by "genre" in id3 tag
-generate playlists based on these results
-save playlists for use in xmms or the like
This is something ive been trying to figure out for a while. Going from Chopin to the Chemical Brothers just doesnt work for me.
|
|
|
|
06-23-2003, 04:01 PM
|
#2
|
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
I'm writing an app right now that will do just that. The ideal is to provide the app with directories and it will catalog your mp3 and ogg files. You can then create playlists and search through the files based upon album, artist etc.
I started writing it last week (rewriting actually) and the alpha should be out in another week or so.
The alpha will be able to list mp3 and ogg files and create playlists. however the ability to search by filename or id3 tag will not be in there yet.
I'll post when the alpha is ready.
|
|
|
|
06-24-2003, 01:11 PM
|
#3
|
|
Member
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154
Original Poster
Rep:
|
Cool, sounds really promising. I'd be glad to help test out the alpha. I think a good app like this is one of the few things that linux is still missing.
|
|
|
|
06-24-2003, 01:47 PM
|
#4
|
|
Member
Registered: Nov 2002
Distribution: Slackware 9.0
Posts: 321
Rep:
|
That does sound pretty cool. Don't forget to drop a link to it once you have the alpha out so I can have a looksie at the source code!
|
|
|
|
06-29-2003, 11:42 PM
|
#5
|
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
All:
Lucien's very first premier never before seen you gotta have it now Alpha release has just been baked fresh and delivered straight from the GNU oven to Sourceforge. Here's a link to Lucien's project page: https://sourceforge.net/projects/lucien/
Let me begin this with a major MAJOR warning or notice. This is an Alpha release. A VERY alpha release. I am not responsible if this blows up your computer, turns your hair white or eats your dog.
This provides only the MOST basic of capabiliy. It is pretty much just the first executable produced from the project (after two rewrites). It works however look for it to advance quite a bit over the next 4 weeks. In the next 4 weeks expect file listings to include information from ID3 tags such as artist and album. In addition expect a search function to be included.
There are mailing lists and the like provided through the sourceforge page. (but no homepage yet so don't even try it). So if you have any comments or questions feel free to email me or post it through the sourceforge website.
Additional Disclaimer: this is my first GTK / Gnome project. I was depending on Anjuta ( a great dev environment ) to help me in the areas I am none to familiar with (creating makefiles, etc). However Anjuta failed to help me create a proper distribution file. As such if you have problems with dependancies or compiling please tell me.
It compiles successfully on two of my machines (an LFS 4.0 and a Slackware 8.1 system). If there are any problems please let me know.
Enjoy,
jpbarto
|
|
|
|
06-30-2003, 02:30 PM
|
#6
|
|
Member
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154
Original Poster
Rep:
|
Ok, with a little work I got it to compile under Slack9. In order to do this I had to install gnome-libs-1.4.1.7, which then wouldnt compile until I installed IMLIB-1.9.14. After getting these two items installed and doing an ldconfig, Lucien compiled and installed just fine.
I think this app has a lot of potential, once it has id3 reading and sorting capability it should be a pretty powerful little tool. Keep up the good work on this one.
Next up I may try to compile under Gentoo, I'll keep you updated.
Thanks again!
|
|
|
|
06-30-2003, 02:42 PM
|
#7
|
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
thanks for the feedback... I've been using GTK 1.whatever and the same for gnome (1.4 I think) just because that's what I started in. Plus up until recently (slack9, LFS, etc) most distros supported the older gnome (part of the transition process).
If anyone would want to work on porting this over to Gnome 2.0 let me know.
thanks cav for the feedback. I'll have to be sure to find where to list the dependancies on sourceforge.
|
|
|
|
06-30-2003, 05:27 PM
|
#8
|
|
Member
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154
Original Poster
Rep:
|
Well I posted a comment under the 'help' forum on your sourceforge page, basically I cannot get lucien to export the playlist correctly to xmms, there seems to be a problem with the path naming convention.
If you would like I could just continue posting in sourceforge (i'm caav), or I can keep posting in this thread. Whichever you think is easier.
|
|
|
|
06-30-2003, 09:39 PM
|
#9
|
|
Senior Member
Registered: Mar 2003
Location: Pittsburgh, PA
Distribution: Gentoo / NetBSD
Posts: 1,251
Rep:
|
probably best to move everything over to sourceforge
|
|
|
|
07-01-2003, 02:15 PM
|
#10
|
|
Guru
Registered: Jan 2002
Posts: 6,042
Rep: 
|
Use mp3info or ogginfo and bash scripting.
|
|
|
|
07-04-2003, 12:39 AM
|
#11
|
|
Member
Registered: Feb 2003
Location: Sunny Southport, again.
Distribution: PCLinuxOS 0.93 and 0.92, Vector sometimes
Posts: 825
Rep:
|
|
|
|
|
07-06-2003, 10:04 PM
|
#12
|
|
Member
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154
Original Poster
Rep:
|
Yeah that does look cool. Complicated, but cool.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:44 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|