On Mon, Jan 26, 2004 at 12:45:43PM +0100, Michael Medin wrote:
>    I think that it would be pretty nice to have the option to have an
>    external database accesable from other systems. Just such a simple
>    thing as my media library is remote means I would like to have my
>    database remote. I think of freevo as thin frontend to my media
>    library. Something I want to access from various places. I would like
>    to be able to integrate freevo into my webpage (to complex to fit
>    inside freevo) to be able to get things like "top 10 songs listend to
>    last week". I would also like to have my music store index when I add
>    new songs to improve speed. This might be posible with freevo, but
>    again my media store is not located on the same computer that runs
>    freevo. There are several other reasons as well so some form of
>    pluginable persistance I think would be nice.

None of this is MySQL specific, but like I said, I prefer to use a
lightweight DB like Sqlite, it's got minimal system requirements and
setup time, (i.e. no setup time) and it serves the purpose of a
relational database store, but if someone wanted to write for MySQL,
they could do it.

>    What I would like to store inside the DB is such things like all ID3v2
>    tags, playlists, etc, etc...

Even the current implementation sqlite implementation does that, and
it's pretty much just for audio and isn't done yet.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to