View Issue Details

IDProjectCategoryView StatusLast Update
0017468MMW 5UPnP / DLNApublic2021-02-04 20:48
Reporterpeke Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionnot fixable 
Target Version5.0.1Fixed in Version5.0 
Summary0017468: Casting: Chromecast Sends Title and year for Music Videos
DescriptionChromecast playback Sends Title and year for Music Videos
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98303
TagsNo tags attached.
Fixed in build2303

Relationships

related to 0017376 closedLudek Music video is casted as audio 

Activities

rusty

2021-02-01 01:46

administrator   ~0061672

Last edited: 2021-02-01 01:47

Note: Casting of audio tracks works fine, displaying Artist, Title, Album + Album Art.

I'd recommend pushing.

Ludek

2021-02-01 11:23

developer   ~0061676

Last edited: 2021-02-01 11:24

See the explanation here: 0017376:0061323

i.e. I was serving the music metadata previously which caused that the music video file was played as audio only (details in 0017376 )

Ludek

2021-02-01 19:12

developer   ~0061681

Last edited: 2021-02-01 19:12

Re-opened:

Peke suggested mapping Artist -> Year/Date -- which sounds buggy to me.

But we could maybe use the summary format for individual files and map it to title of the video?
i.e. the default for Music Video is $if(<Artist>,<Artist> - ,)<Title>

Ludek

2021-02-01 20:09

developer   ~0061682

Last edited: 2021-02-01 20:10

Fixed in 2303 by using the subtitle field https://developers.google.com/cast/docs/reference/messages#MovieMediaMetadata

Testing and it looks good as the subtitle is the second line (with smaller font size), so now it looks like:

Title
album (artist)
year

peke

2021-02-04 20:48

developer   ~0061728

Verified 2303

Works very well.