Reinoud Elhorst wrote: > Two other things I had to solve this morning: > - Opening a directory with an m3u file crashed. In playlist.py line > 568, a named argument display_type is given, which is not defined in > the init function. Removing the named parameter seems to do the > trick
Oops, I broke that when renaming the parameter from display_type to
type. It should work now.
> - In playlist.py line 263 it says: if isinstance(playlist,
> kaa.beacon.Query):, which, it complains, doesn't exist (triggers
> error when opening a playlist or randomly playing songs). Being a
> newbie to Python I was unsure how to correctly solve this, Query
> seems to be in the module kaa.beacon.query, however
> kaa.beacon.query.Query doesn't work, since kaa.beacon.query is a
> function too (at least, that i how I understand the problem now). I
> have it working now using:
> from kaa.beacon.query import Query
> if isinstance(playlist, Query):
> but I'm sure there's a better way to do this.
Note to self: it helps to check in changes :)
I added Query to kaa.beacon.__init__.py but forgot the checkin. Should
also work now.
> I'm going make freevo 2.0 the default player on my mediabox this
> afternoon, if I don't find anything else.
Try again :)
Dischi
--
[X] <-- nail here for new monitor
pgpvs4rwRWIDX.pgp
Description: PGP signature
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
