INTERACT FORUM

Windows => JRiver Media Center 33 for Windows => Topic started by: mattkhan on October 19, 2024, 07:14:47 am

Title: [REQ] Playback/Playlist should provide an ImageURL
Post by: mattkhan on October 19, 2024, 07:14:47 am
another HA driven request

this api currently provides a value like

"Image File": "INTERNAL"

it would be useful if it also provided the ImageURL as Playback/Info does for the current file

thanks for considering!
Title: Re: [REQ] Playback/Playlist should provide an ImageURL
Post by: Matt on October 21, 2024, 12:27:38 pm
You can use the "Key" returned from an MPL to get the image URL.

ImageURL is just built like this:
MCWS/v1/File/GetImage?File=[KEY]
Title: Re: [REQ] Playback/Playlist should provide an ImageURL
Post by: mattkhan on October 22, 2024, 02:47:59 am
good point, thanks