Results 1 to 2 of 2

Thread: Fastest method for storing and retrieving audio metadata?

  1. #1
    Join Date
    Jul 2008
    Location
    Banville :(
    Beans
    119

    Fastest method for storing and retrieving audio metadata?

    I'm creating a light-weight music application similar to Minirok in Python+GTK (although I might switch to something more C-ish, possibly Vala, if I get any better at it!) specifically designed for people with enormous song collections. 20gb and up, that sort of thing. As this application is going to have a music library, I'm going to need a way of storing the metadata so it can be retrieved. But it needs to be fast. For instance, Amarok 1.4 uses sqlite which is meant to be fast, but it grinds to halt when I add a large number of tracks to the playlist, and so do most of the other players I've used. I don't really need any of the super cool features the popular players have, so I'm hoping I can speed things up a little. What would be the fastest way of retrieving the metadata for the player?

    Any help appreciated. Apologies if the question is noobish, too!
    Blag | As an Ubuntu Forums discussion grows longer, the probability of someone mentioning Arch Linux approaches 1.

  2. #2
    Join Date
    Jun 2007
    Beans
    290
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Fastest method for storing and retrieving audio metadata?

    For that amount of data, you almost will have to use a database. I do know that Amarok 2 is using "embedded MySQL", so take from that what you will...
    E. A. (Ed) Graham, Jr.
    Linux User #28251
    Professional Java Geek

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •