Ok, I'm now on the Audio section of my skin, and I've been thinking it
would be nice for both directories and playlists to have the property
"length, artist, album, year" for audio stuff at least.

What this means, basically, is that playlists will have a variable 
like this:

self.artist
self.album
self.length
self.year

for self.artist:
    check the contents of the items in the playlist for a unique
    artist, if there are multiple, just return various

for self.album:
    same as artist

for self.length:
    just total up the playtimes of all the items in the
    playlist/directory

for self.year:
    same as artist

However, the problem I'm running in to is that neither playlist nor
directory seem to "know" about this mmpython info, and I don't know
where to grab the information from.

Aubin


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to