Groups
Groups
Sign in
Groups
Groups
Quod Libet Development
Conversations
About
Send feedback
Help
Access QL's library from any Python script
37 views
Skip to first unread message
Peter Schwede
unread,
Oct 27, 2012, 1:35:22 PM
10/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Quod Libet Development
Hi.
How would I do this?
import quodlibet.library
sl = quolibet.library.SongFileLibrary(filename="~/quodlibet/songs")
sl.query("artist=Crisopa")
doesn't do the trick..
Greetings,
Peter
Christoph Reiter
unread,
Oct 27, 2012, 2:10:07 PM
10/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to quod-libet-...@googlegroups.com
2012/10/27 Peter Schwede <
sp4z...@googlemail.com
>:
> Hi.
> How would I do this?
import quodlibet.library
lib = quodlibet.library.SongFileLibrary()
lib.load("/home/user/.quodlibet/songs")
print len(lib)
Reply all
Reply to author
Forward
0 new messages