Id3db: Difference between revisions

id3tags for Malayalam songs
 
references added
 
(3 intermediate revisions by the same user not shown)
Line 17: Line 17:


We will have a plugin for Rhythmbox and Amarok and may be others as well. This plugin will offer an option to look for the metadata and update. I guess we will use C/C++ for these plugins. May be other languages might also be available.
We will have a plugin for Rhythmbox and Amarok and may be others as well. This plugin will offer an option to look for the metadata and update. I guess we will use C/C++ for these plugins. May be other languages might also be available.
We can divide the project into three components
==Data Collection==
1) Collect the data and store it in a database - web based front end which requires web hosting with database.
==Searching and exporting==
2) Searching the database and allow one to export it to a file. We will provide a web service interface for using our database from any application.
==Updating the collection==
3) Update the actual music files - mp3 and ogg (another format similar to mp3 but Free as in Freedom and not encumbered by patents). This will be a plugin to existing media players or can be a stand alone application.
User can search for
# a particular title and get all details about it
# an album/movie and get details of all the songs in it
# an artist and get details about all the movies/albums
It would be nice if we can update sites like coolgoose/cooltaod with these information.


Let me know if you would like to work on this. I would like to get this done so if you are not interested in this talk to your friends and see if anyone is interested. We will look into other ideas only if you think this one is not interesting.
Let me know if you would like to work on this. I would like to get this done so if you are not interested in this talk to your friends and see if anyone is interested. We will look into other ideas only if you think this one is not interesting.


Feel free to ask me any more info you need. If you think the scope is too big for a project, we can split this into components and one team each can work on one of these components.
Feel free to ask me any more info you need. If you think the scope is too big for a project, we can split this into components and one team each can work on one of these components.
* Lets work on a xml schema [[/schema| here]]
==References==
* [http://www.id3.org/ ID3 tag main site]
* [http://en.wikipedia.org/wiki/Vorbis_comment Vorbis Comment]