lua: playlist: add a way to change playlist meta
1 unresolved thread
1 unresolved thread
Expose a way to change playlist metadata in Lua.
For now add a specific call to the vlc interface only available in the
parse
function, it should be used that way:
function parse()
-- This is the usual "meta" Table also used on returned items.
vlc.set_current_playlist_meta({
title="Podcast title",
arturl="https://artworkuri.jpg",
})
-- ...
end
Merge request reports
Activity
Filter activity
Thanks
Thanks for your contribution!
When all of the following conditions are fulfilled, your MergeRequest will be reviewed by the Team:
- the check pipeline passes
- the MR is considered as 'mergeable' by gitlab
You can find more details about the acceptance process here.
mentioned in merge request !3020 (closed)
added MRStatus::InReview label
added Component:: Metadata label
changed milestone to %4.0
added MRStatus::NotCompliant label and removed MRStatus::InReview label