-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add basic DLNA/UPnP support #23
Comments
Can you be more specific about the problem you have with upnp/dlna? Is it related to those discussed in #5? Thanks for the devinfo, could you create a PR to add it to https://github.com/rytilahti/python-songpal/tree/master/devinfos ? |
I added the pull request #27 for devinfo. Here is one of the non working call I got: Can you please help me debug that ?? |
https://gist.github.com/thomnico/1e78afa45ea7808842994739e9dcfc9f same with debug information |
Playback from upnp/dlna sources is not currently implemented: https://developer.sony.com/develop/audio-control-api/get-started/play-dlna-file . I think it is not possible to change to that source via this API, but it should be done in DLNA way. The output from source is quite verbose (as it calls both list of content and then tries to read the content list), but do you have some specific functionality which is not working? What do you want to debug? |
Thanks for the answers. My ideal scenario will be to be able to control the dlna from this api code indeed. |
Indeed, I just changed that in a recent commit (but forgot to remove some debug printouts, which will be removed soonish). There is https://github.com/StevenLooman/async_upnp_client which could be used to facilitate DLNA, but I think the control is more generic and very unlikely to be implemented in this project. |
Hi,
The basic works for this device .. but not the dlna/upnp input which is my main usage.
Attached is the dump_devinfo
I can test and do a little python if that helps.
The text was updated successfully, but these errors were encountered: