View Issue Details

IDProjectCategoryView StatusLast Update
0018138MMW 5UPnP / DLNApublic2021-09-13 07:46
Reporterlowlander Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.1 
Target Version5.0.2Fixed in Version5.0.2 
Summary0018138: Episode# and Season# aren't passed over DLNA
DescriptionEpisode# and Season# aren't passed to a DLNA client. Track# and Disc# are passed along.
Steps To ReproduceBrowse a MediaMonkey 5 server using MediaMonkey 5. When viewing a TV series that has Episode# and Season# assigned these values are missing.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?f=33&t=99564
TagsNo tags attached.
Fixed in build2501

Relationships

related to 0018137 closedLudek MMW 5 Media Servers doesn't pass sub-node selection for Collection 
related to 0018139 closedLudek MMW 5 Date (year) is passed as full date over DLNA 
related to 0017998 closedLudek MMW 5 UPnP: MM5 Server do not serve AA to DLNA client sometimes 
related to 0017997 closedLudek MMW 5 DLNA: MM do not show Album/Series/Season Artwork when browsing DLNA server 
related to 0018285 newmartin MMA 0018138: support for Episode# and Season# over DLNA 

Activities

Ludek

2021-09-02 13:22

developer   ~0064469

Last edited: 2021-09-02 13:23

As Episode# and Season# are not standard elements in the namespace xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/"
like e.g. Track# is <upnp:originalTrackNumber> element

I created our Ventis namespace xmlns:ventis="http://mediamonkey.com/schemas/ventis_metadata/"
for serving our custom <ventis.metajson> element including JSON of the missing fields.
This element is already served by MMS and parsed by MM5.
I added serving this element for all clients where 'MediaMonkey' is part of the user agent.

This way also further fields has been added (including all custom fields 1-10, tempo, mood, occassion, quality, bitrate, playcount, parental rating, isrc etc.)
i.e. MM5 client will see these fields when MM5 is the server

Added in 5.0.2.2501

lowlander

2021-09-11 16:55

developer   ~0064553

Verified on 2501 Client/Server, Episode#/Season# are passed as well as additional tags.