Page 1 of 1

plugin for old winamp

PostPosted: Sun Jun 29, 2014 5:02 pm
by DARKVADER71
I use winamp and will like song information and analyser (similar to lcd smartie) plugin if possible.

Re: plugin for old winamp

PostPosted: Tue Oct 14, 2014 4:20 am
by DRA6N
to piggyback on this, the ability to insert the information stored in a .txt file would be awesome. I use a media player called Foobar2000 (you can also use winamp and more) and a plugin called AIMP. What AIMP does is spits out your current song being played and track etc into a single string in a .txt file. You could then use that .txt to display this info in a marquee-style on other applications such as xsplit, OSB etc. You simply save the .txt anywhere on your PC. The format is as follows:
Code: Select all
 $num(%_playlist_number%,3). [%artist% - ]$if(%title%,['['%album%[ #[%disc%/]$num(%tracknumber%,2)]'] ']%title%,%_filename_ext%)


This seems to me like it would be very easy to implement, and give the ability to set font type etc just like a custom text box does in GOverlay. Or, in the custom text properties menu add something like "enable remote text file" and you simply type in the file location on your system to direct it to that .txt

I can make a short video to show you how it works if that would better help explain?

Re: plugin for old winamp

PostPosted: Tue Oct 14, 2014 1:00 pm
by TheLaGmAn
There would need to be a plugin to read that but with GOverlay you can read .ini files, cant it save it as a .ini file? if that works, then you can use it with GOverlay out of the box.

Re: plugin for old winamp

PostPosted: Tue Oct 14, 2014 6:43 pm
by DRA6N
I figured out how to output AIMP data into a .ini, how would I display that with GOverlay? I have the ini destination set to the .ini file.

Re: plugin for old winamp

PostPosted: Tue Oct 14, 2014 9:28 pm
by TheLaGmAn
is it on .INI format?