View Issue Details

IDProjectCategoryView StatusLast Update
0008708MMW v4DLNA/UPnPpublic2012-02-05 22:33
ReporterLudek Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0.1Fixed in Version4.0.1 
Summary0008708: DLNA: Media server description tweaks
DescriptionThere are two issues about media server description. Note that the complete description ca be seen by putting this link into a web browser:
http://IP:Port/DeviceDescription.xml where Port is the server port configured in Options->Media Sharing

1. There is one regression, it shows

<friendlyName>Ludek's music</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>

instead of correct

<friendlyName>Ludek's music</friendlyName>
<manufacturer>Ventis Media, Inc.</manufacturer>
<manufacturerURL>http://www.ventismedia.com/ </manufacturerURL>
<modelDescription>MediaMonkey Media Server</modelDescription>
<modelName>MediaMonkey Media Server</modelName>
<modelURL>http://www.mediamonkey.com/ </modelURL>
<modelNumber>4.0</modelNumber>

Note that the former is needed for XBOX to communicate with us correctly, but should be shown only to XBOX.

2. For some users the <friendly name> also contains IP and machine name ( liek <friendlyName>Server MediaMonkey (192.168.1.101) (BHIEFER-PC)</friendlyName> ). It shouldn't show IP.
TagsNo tags attached.
Fixed in build1460

Relationships

related to 0008498 closedmarek MMA UPnP server titles don't match 

Activities

Ludek

2011-11-16 12:57

developer   ~0028915

Last edited: 2011-11-16 13:01

Fixed in build 1360.

Note that 2. was reproducable only if server port is not equal 4000

lowlander

2011-12-07 17:31

developer   ~0029333

Verified in 1460.

Shouldn't <modelNumber>4.0</modelNumber> be 4.0.1?

Ludek

2011-12-07 20:12

developer   ~0029341

I think that 4.0 is OK, in addition I don't know about any DLNA client that would show/use this info.

lowlander

2011-12-07 21:41

developer   ~0029362

Fix verified in 1460.