Is there a way to get the Name of current playing program, from a DVB recording in .TS format?
In VLC I can see it in Tile Bar, and also in "Now Playing", but in MediaInfo it shows many hours and programs, and not only what is being played.
Is it possible to get that Title from VLC CLI, and pass it to a var from a BATCH file?
I use Mediainfo CLI to pass others parameters, but if I look for it in the "Menu" section:
%mediainfo% "%~1" "--Inform=Menu; %%Title%%"
nothing shows, and I can't find the right parameter to get the Title of the TV Show (although maybe it will show all the hours and programs and not the current).
So, I'd like to know if I can do it with VLC CLI, MediaInfo CLI, or another CLI software.
Thanks!