Skip to content
Snippets Groups Projects

Draft: Backport 3.0.x: !3023: lua: playlist: add a way to change playlist meta

Closed Duncan McNamara requested to merge Skantes/vlc:lua-meta into 3.0.x

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

Merge request pipeline #297336 passed

Merge request pipeline passed for b7d0e1a3

Approval is optional

Closed by Duncan McNamaraDuncan McNamara 2 years ago (Feb 21, 2023 1:05pm UTC)

Merge details

  • The changes were not merged into .

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading