API support for Foobar & VLC?
I'M making song displaying programs, and I currently have support for displaying the song name & info playing in Winamp, WMP, and iTunes, but are there any documentations for foobar and VLC out there? I know I can get the VLC song + artists from the window caption, but what else?
Re: API support for Foobar & VLC?
Get it from the window caption if it's there. If it's not displayed anywhere as text, I would personally read it from the program's memory using ReadProcessMemory().
You can search the memory using something like Cheat Engine which is free, or Art & Money.
The full path to the song file and also the song title will be in there.