On a somewhat related note, I have to say that sqlite is very
impressive. The entire python module plus shared objects for sqlite is
less than 200k. I was able to create a database, a table, and perform
queries in around 15 lines of Python.

What would be really cool is if we made "Freevo Smart Playlists" which
were files with something like this in them:

"select song where year=2000 and last_played > 10"

Aubin

On Sat, Jun 28, 2003 at 06:53:42PM -0300, Gustavo Sverzut Barbieri wrote:
> I agree with you.
> 
> MMpython use sqlite to store its cache is a viable options, and if we
> have a way to relate things, like you've mentioned: last played, played
> times and more we can do very good job...
> 
> Gustavo
> 
> 
>  --- Aubin Paul <[EMAIL PROTECTED]> escreveu: > On Sat, Jun 28, 2003
> at 05:34:24PM -0400, Aubin Paul wrote:
> > > By putting tag/filename data into a sqlite database, which is
> > > essentially a single file with no daemon or anything, you can
> > generate
> > > smart playlists on the fly, like the examples I suggested. Doing
> > that
> > > via cache files doesn't make sense, first, because it requires data
> > > that isn't stored in the MP3/video, 
> > 
> > I should explain what I mean by this; I want to track play count, 
> > last play date, BPM and stuff like that. 
> > 
> > Those things will be changed when the file is played, and shouldn't
> > be
> > stored in the file itself.
> > 
> > 
> > -------------------------------------------------------
> > This SF.Net email sponsored by: Free pre-built ASP.NET sites
> > including
> > Data Reports, E-commerce, Portals, and Forums are available now.
> > Download today and enter to win an XBOX or Visual Studio .NET.
> >
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> > _______________________________________________
> > Freevo-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-devel 
> 
> _______________________________________________________________________
> Yahoo! Mail
> Mais espa?o, mais seguran?a e gratuito: caixa postal de 6MB, antiv?rus, prote??o 
> contra spam.
> http://br.mail.yahoo.com/
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Freevo-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to