Don't know why it's not working for you. Maybe the file has some kind of tags. I'm also not familiar with lua, but as I understand the source, this should do the trick: function read_meta() local metas = vlc.item:metas() local name = metas["filename"]; vlc.item:set_meta("title", ...