Draft: Backport 3.0.x: !3023: lua: playlist: add a way to change playlist meta
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
Edited by Duncan McNamara
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.
added MRStatus::Reviewable label
added 1 commit
- d3851482 - lua: playlist: add a way to change playlist custom meta
added Component:: Metadata label
changed milestone to %3.0.x maintenance
added MRStatus::Rejected label and removed MRStatus::Reviewable label
Please register or sign in to reply