Lua: new input and input_item facilities
New function vlc.input.item(): returns a pointer to the current input_item The object returned by vlc.input.item has the following members: - item:metas(): similar to vlc.input.metas - item:set_meta(name, value): change a meta. Eg: set_meta("artist", "ZZ")
Showing
Please register or sign in to comment