Topic: SVP Tube - passing video title to an external player
Hi! Is it possible to pass youtube video title (which is parsed correctly as anyone can see in SVP Tube window) to an external player?
I tested in the advanced settings (tube>player>user):
"<path>\mpc-hc64.exe" "%1" "%2"
"<path>\mpc-hc64.exe" "%1" "%t"
and a few more but to no avail.
I need this to proper playlist creation for mpc-hc64 player. I'm using external vbs script to do this so any method to get title data using vbs will be sufficient I think.