Having a hard time storing video metadata via code
Posted: 15 Feb 2019 13:21
Hey guys,
For a plugin I am writing I need to change mp4 metadata. I tried using vlc.input.item():set_meta(),
so for example
vlc.input.item():set_meta("description", "test is it working?")
The code runs fine (as in it doesn't crash) but somehow it does nothing.
Does anyone have the same issue and maybe knows some fix?
Would appreciate any help!
This is on vlc 3.0.4 windows.
For a plugin I am writing I need to change mp4 metadata. I tried using vlc.input.item():set_meta(),
so for example
vlc.input.item():set_meta("description", "test is it working?")
The code runs fine (as in it doesn't crash) but somehow it does nothing.
Does anyone have the same issue and maybe knows some fix?
Would appreciate any help!
This is on vlc 3.0.4 windows.