web_sound_info 
Metadata about a web sound resolved through yt-dlp.
Produced by /proc/get_web_sound_info. Resolving metadata never downloads the audio file - that happens later, as a step of building the music asset.
Vars | |
| album | Album name, if reported. |
|---|---|
| artist | Track artist, if reported. |
| duration | Track length in seconds. |
| error_message | Human readable failure reason (yt-dlp stderr or a JSON parse error). |
| id | Site specific media id, used to build the cached file name. |
| success | Whether yt-dlp ran and its JSON output was parsed successfully. |
| title | Display title of the track. |
| upload_date | Upload date, if reported. |
| url | Direct stream url of the selected audio format. |
| webpage_url | Url of the page the track was taken from. |
Var Details
album 
Album name, if reported.
artist 
Track artist, if reported.
duration 
Track length in seconds.
error_message 
Human readable failure reason (yt-dlp stderr or a JSON parse error).
id 
Site specific media id, used to build the cached file name.
success 
Whether yt-dlp ran and its JSON output was parsed successfully.
title 
Display title of the track.
upload_date 
Upload date, if reported.
url 
Direct stream url of the selected audio format.
webpage_url 
Url of the page the track was taken from.