View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008498 | MMA | General | public | 2011-10-11 13:23 | 2012-09-07 14:31 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.0.1 | ||||
Summary | 0008498: UPnP server titles don't match | ||||
Description | Other applications (including MM for PC) show UPnP server titles differently than MM for Android. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
UPnP is now displaying "friendly name" of server |
|
This still doesn't work for me, the titles are still different from what other apps show. A nice tweak would be to also show server's icon, as e.g. Samsung's AllShare application does. (lower priority though) |
|
Note that it should show something like: MediaMonkey Server (Jiri-PC) |
|
Previously I changed the UPnP server titles only in activity for choosing a synchronization MM server. Was this title correct? I looked at the titles in other apps and I think it is the same. So I changed the title also in our temporary UPnP browsing activity. I use friendly name and IP adress: <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType> <friendlyName>Server MediaMonkey (192.168.1.101) (BHIEFER-PC)</friendlyName> <manufacturer>Microsoft Corporation</manufacturer> <manufacturerURL>http://www.microsoft.com/</manufacturerURL> <modelDescription>MediaMonkey File Media Server</modelDescription> <modelName>Windows Media Player Sharing</modelName> <modelURL>http://go.microsoft.com/fwlink/?LinkId=105926</modelURL> <modelNumber>12.0</modelNumber> <serialNumber/> <UDN>uuid:de94ab6c-1bfc-9c4e-6e19-be1c6e54eeac</UDN> <presentationURL>http://192.168.1.101/</presentationURL> <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMS-1.50</dlna:X_DLNADOC> So for this example it looks like: Server MediaMonkey (192.168.1.101) (BHIEFER-PC) 192.168.1.101 I can parse the name in some way but this format is not a standard and f.e. WMP's friendly name looks completely different. Please, is it what you meant ? |
|
As discussed over IM, we will show: <friendlyName> IP Address: <IP> {smaller font} |
|
Note that the description was fixed + IP removed as 0008708 |
|
Names was fixed and server icons was added |
|
1. MM icon is correctly shown, but WMP (from Win7) shows some default icon only, not the correct one. 2. Possibly caused by 1., in this case the text is incorrectly indented. 3. There should be a space after 'IP Address: ' |
|
Fixed |
|
Verified build 24. |