-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi!
I have problems detecting my Sony player CMT-X7CD(B).
It works with the songpal Sony app (random errors from time to time, not flawlesly but well enough).
If I execute the songpal discovery command I get info from other upnp devices but not from Sony player.
If I use upnp_info.py from https://github.com/lynxbee/upnp_info I get the following output for my player:
[+] Loading http://192.168.1.66:8000/serverxml.xml...
-> No server string
==== XML Attributes ===
-> Device Type: urn:schemas-upnp-org:device:MediaServer:1
-> Friendly Name: AUDIO SALON
-> Manufacturer: Sony Corporation
-> Manufacturer URL: http://www.sony.net/
-> Model Description: PERSONAL AUDIO SYSTEM
-> Model Name: CMT-X7CD(B)
-> Services:
=> Service Type: urn:schemas-upnp-org:service:ContentDirectory:1
=> Control: /ContentDirectory_ctrl
=> Events: /ContentDirectory_evt
=> API: http://192.168.1.66:8000/ContentDirectory_desc.xml
- GetSearchCapabilities
- GetSortCapabilities
- GetSystemUpdateID
- Browse
- X_GetOperationList
- X_ExecuteOperation
=> Service Type: urn:schemas-upnp-org:service:ConnectionManager:1
=> Control: /ConnectionManager_ctrl
=> Events: /ConnectionManager_evt
=> API: http://192.168.1.66:8000/ConnectionManager_desc.xml
- GetProtocolInfo
- GetCurrentConnectionIDs
- GetCurrentConnectionInfo
[+] Content browsing available. Looking up base directories...
Storage Folder: Music Services
[+] Loading http://192.168.1.66:8080/description.xml...
-> No server string
==== XML Attributes ===
-> Device Type: urn:schemas-upnp-org:device:MediaRenderer:1
-> Friendly Name: AUDIO SALON
-> Manufacturer: Sony Corporation
-> Manufacturer URL: http://www.sony.net/
-> Model Description: PERSONAL AUDIO SYSTEM
-> Model Name: CMT-X7CD(B)
-> Model Number: JB3.2
-> Services:
=> Service Type: urn:schemas-upnp-org:service:RenderingControl:1
=> Control: /RenderingControl/ctrl
=> Events: /RenderingControl/evt
=> API: http://192.168.1.66:8080/RenderingControl/desc.xml
- ListPresets
- SelectPreset
- GetMute
- SetMute
- GetVolume
- SetVolume
=> Service Type: urn:schemas-upnp-org:service:ConnectionManager:1
=> Control: /ConnectionManager/ctrl
=> Events: /ConnectionManager/evt
=> API: http://192.168.1.66:8080/ConnectionManager/desc.xml
- GetProtocolInfo
- GetCurrentConnectionIDs
- GetCurrentConnectionInfo
=> Service Type: urn:schemas-upnp-org:service:AVTransport:1
=> Control: /AVTransport/ctrl
=> Events: /AVTransport/evt
=> API: http://192.168.1.66:8080/AVTransport/desc.xml
- SetAVTransportURI
- SetNextAVTransportURI
- GetMediaInfo
- GetTransportInfo
- GetPositionInfo
- GetDeviceCapabilities
- GetTransportSettings
- Stop
- Play
- Pause
- Seek
- Next
- Previous
- SetPlayMode
- GetCurrentTransportActions
- X_GetOperationList
- X_ExecuteOperation
=> Service Type: urn:schemas-sony-com:service:X_Tandem:1
=> Control: /upnp/control/TANDEM
=> Events: None
=> API: http://192.168.1.66:8080/TANDEMSCPD.xml
- X_Tandem
How can I control the player using songpal script?
Thank you