i have written a grid style tv guide viewer in wxwidgets. have spent over a month on this with no resolution.
i am trying to figure out the correct command to set a custom string in the title bar of vlc. i opened a ticket and was told that it was user error, but instead of them telling me how i was erroring and what i need to do to fix it, they just said "user error" and closed the ticket.
i am stuck on what seems to be a very simple problem.
i am calling vlc from my program with "vlc --qt-minimal-view --meta-title=<custom_title> --one-instance --loop URL" but when i send the next command from my program, which is after a user clicks a tv show, it does not update the title. instead it uses the old one. here is a video of my problem:[url]https://youtu.be/0mqeaxA-pVU[/url].
all i want is the title to reflect what i sent to vlc's one-instance. instead it stays the same as the first title. please view the video and you will see what i am trying to accomplish