View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017468 | MMW 5 | UPnP / DLNA | public | 2021-01-30 12:11 | 2021-02-04 20:48 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | not fixable | ||
Target Version | 5.0.1 | Fixed in Version | 5.0 | ||
Summary | 0017468: Casting: Chromecast Sends Title and year for Music Videos | ||||
Description | Chromecast playback Sends Title and year for Music Videos | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=98303 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2303 | ||||
|
Note: Casting of audio tracks works fine, displaying Artist, Title, Album + Album Art. I'd recommend pushing. |
|
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 ) |
|
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> |
|
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 |
|
Verified 2303 Works very well. |