Well, if I read correctly, you can retrieve items from the media library using playlist.get("media library"), but I don't think you can add items to the library, only to the currently playing playlist. Am I right? If so, adding support for that would be appreciated. At the moment no other ...
Hi, I'm trying to connect to the network in order to search for and connect to UPnP devices. (A long standing wish from many users). In the source I found a undocumented connect_tcp function in the net module. I succesfully used that to connect to a device and send a message, but how do I receive th...