HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: selyb on 2008-02-23 07:21:00

Title: foo_winamp_spam 0.9.8
Post by: selyb on 2008-02-23 07:21:00
I have picked up development of this component

Here (http://home.comcast.net/~selyb) you can find the latest release and (when requested) the source


***** v0.98 *****

*Play/Pause now toggles play/pause instead of only pausing (code was already there but commented out by a previous dev)

***** v0.97 *****
*fixed IPC_IPLAYING, now returns 3 if paused
*swapped Rewind and Start of playlist to correct message numbers
*mapped WM_COMMAND 40061 to Rewind
*swapped FF and End of playlist to correct message numbers
*mapped WM_COMMAND 40060 to FF


I will take requests but please be patient as I am new to FB2K and very new to c++
Title: foo_winamp_spam 0.9.8
Post by: kheops on 2008-02-24 15:53:00
thanks
Title: foo_winamp_spam 0.9.8
Post by: sti3 on 2008-02-24 17:59:00
Got tired of waiting for the foxytunes folks to make their tune fb2k 0.9.5 compatible, and stumbled on this in the forums.  Works great, thanks a bunch for your work!
Title: foo_winamp_spam 0.9.8
Post by: selyb on 2008-04-25 22:56:33
np
glad someone else gets use out of this
Title: foo_winamp_spam 0.9.8
Post by: servimo on 2008-04-26 06:18:34
Hey I am another one that always use this plugin for foobar2000. I use Blackbox4Windows (BBClean) and I think is very usefull, I can control foobar2000 using a plugin (for BB4Win) that is made for use with winamp, and I am getting good results.
The only problem I noticed is when it is paused I can't unpause using the same button, I have to use play to unpause de playback, but this is a minor problem.
Keep up the good work.
Title: foo_winamp_spam 0.9.8
Post by: halabund on 2008-04-28 23:54:24
I use it with Skype.  Skype can pause the player when someone is calling.
Title: foo_winamp_spam 0.9.8
Post by: selyb on 2008-05-01 04:15:10
...The only problem I noticed is when it is paused I can't unpause using the same button, I have to use play to unpause de playback...


Fixed.
Title: foo_winamp_spam 0.9.8
Post by: servimo on 2008-05-02 18:33:58
Wow thanks! selyb
Title: foo_winamp_spam 0.9.8
Post by: servimo on 2008-05-14 00:39:40
Some possibility of diplaying CoverArt?
Title: foo_winamp_spam 0.9.8
Post by: selyb on 2008-05-14 12:08:05
Some possibility of diplaying CoverArt?


sorry, but

1. that is beyond my current capabilities
2. that is beyond the scope of this project
Title: foo_winamp_spam 0.9.8
Post by: servimo on 2008-05-14 16:34:51
Quote
sorry, but

1. that is beyond my current capabilities
2. that is beyond the scope of this project


Yeas, it is what I thought
Title: foo_winamp_spam 0.9.8
Post by: ~*McoreD*~ on 2008-06-11 17:30:26
Thanks this works great with Digsby.

I was trying this format

[%artist%] - [%album%] [(%year%)] - [%title%]

but it shows without the Year

Title: foo_winamp_spam 0.9.8
Post by: BenniP on 2008-06-11 21:08:21
Surround your ( with ' and use %date% instead of %year%.

Code: [Select]
[%artist%] - [%album%] ['('%date%')'] - [%title%]


Edit: Typo
Title: foo_winamp_spam 0.9.8
Post by: Jleagle on 2008-06-11 21:14:05
Thanks this works great with Digsby.

I was trying this format

[%artist%] - [%album%] [(%year%)] - [%title%]

but it shows without the Year



when i used this with digsby i got a tonne of error message in console, how did you get around this?
Title: foo_winamp_spam 0.9.8
Post by: ~*McoreD*~ on 2008-06-12 02:43:30
Thanks Benni! Working perfectly now!

Jleagle, if you meant

WARNING : foo_winamp_spam: Unsupported WM_USER, lParam 290.
WARNING : foo_winamp_spam: Unsupported WM_USER, lParam 290.
WARNING : foo_winamp_spam: Unsupported WM_USER, lParam 290.
WARNING : foo_winamp_spam: Unsupported WM_USER, lParam 290.
WARNING : foo_winamp_spam: Unsupported WM_USER, lParam 290.
WARNING : foo_winamp_spam: Unsupported WM_USER, lParam 290.

then I haven't done anything to fix that.
Title: foo_winamp_spam 0.9.8
Post by: Morfeus on 2008-06-13 21:24:35
Well, I like someone is still supporting Winamp API in foobar2000, but there's also component called foo_winamp_ipc. I wonder, which has covered more from Winamp API. Thanks!
Title: foo_winamp_spam 0.9.8
Post by: Fangs404 on 2008-06-14 04:07:06
Well, I like someone is still supporting Winamp API in foobar2000, but there's also component called foo_winamp_ipc. I wonder, which has covered more from Winamp API. Thanks!


I tried foo_winamp_ipc, too, but it doesn't work properly with Digsby for some reason.  This plugin does, though.
Title: foo_winamp_spam 0.9.8
Post by: Morfeus on 2008-06-14 18:28:52
thx for advice. I'll stick with this component.
Title: foo_winamp_spam 0.9.8
Post by: selyb on 2008-07-27 14:24:35
IIRC, foo_winamp_ipc had two or three commands that this didn't
that was why I picked up development and added them in
Title: foo_winamp_spam 0.9.8
Post by: zzeitg on 2008-08-30 14:18:31
Hi, I am using this tool in Foobar as a work-around to be able to see tracktitle in FoxyTunes (on Firefox 3). When I set FoxyTunes to Foobar, I could not manage to get the tracktitle show, but with foo_winamp-spam, after I set FoxyTunes to Winamp, the tracktitle appears.

However, I maybe need some improvement. Here is my problem described:

This is what I can see:

(http://www.photoblog.czweb.org/wp-images/foxy_tunes1.jpg)

This is how it should look like:

(http://www.photoblog.czweb.org/wp-images/foxy_tunes2.jpg)

Any idea how to fix it?
Title: foo_winamp_spam 0.9.8
Post by: skelly831 on 2008-08-30 20:10:33
I've been using this to send song info to Pidgin for status messages. It seems the MusicInfo (http://www.pidginmusic.info/) plugin is the only "now playing" plugin that still works with recent versions of Pidgin. It only supports artist and song titles, good enough for me though.
Title: foo_winamp_spam 0.9.8
Post by: dannymichel on 2008-08-31 00:23:30
thanks for the plugin, but for some reason it shows " - winamp" at the end of every track that i play.
can anyone help with this?
(http://thumbnails4.imagebam.com/1227/de84ea12269194.gif) (http://www.imagebam.com/image/de84ea12269194)
Title: foo_winamp_spam 0.9.8
Post by: skelly831 on 2008-08-31 17:40:34
thanks for the plugin, but for some reason it shows " - winamp" at the end of every track that i play.
can anyone help with this?

foobar2000 preferences ->  Winamp API Emulator -> delete " - Winamp" from the format string 
Title: foo_winamp_spam 0.9.8
Post by: dannymichel on 2008-09-01 02:30:53
thanks for the plugin, but for some reason it shows " - winamp" at the end of every track that i play.
can anyone help with this?

foobar2000 preferences ->  Winamp API Emulator -> delete " - Winamp" from the format string 

thanks.
i wasnt aware u could configure it in preferences
Title: foo_winamp_spam 0.9.8
Post by: selyb on 2008-10-03 00:43:33

foobar2000 preferences ->  Winamp API Emulator -> delete " - Winamp" from the format string 

thanks.
i wasnt aware u could configure it in preferences


I believe I added that behavior in only the last version

The two ways that I know programs look for the Winamp window (or fake Winamp window in this case) is 1) search for window class "Winamp v1.x" or 2) search for window title ending with "- Winamp"

What this means is that if the program you use looks for the window title with "- Winamp" and you have removed that from the format string then your program will not find the window
Title: foo_winamp_spam 0.9.8
Post by: .misiek on 2009-02-01 21:34:52
Is there any chance to support non latin signs? For instance sth like that: "Ничего Хорошего" ?
Title: foo_winamp_spam 0.9.8
Post by: kode54 on 2009-02-01 23:52:50
I think that would either depend on the software using the API calling the Unicode functions, or your system using the correct default codepage.
Title: foo_winamp_spam 0.9.8
Post by: Yirkha on 2009-05-04 21:55:00
Just FYI, foo_winamp_spam is the leading crash cause for foobar2000 v0.9.6.5 and all its versions are currently on a good way to get banned in the next version. I've PM'd the author (selyb) about the bug and its solution a week ago, but got no reply yet.
In case this won't be resolved, here are components offering similar functionality in advance:
foo_winamp_ipc (http://www.hydrogenaudio.org/forums/index.php?showtopic=58729) (straightforward, but seems like it has quite limited command support),
foo_vis_shpeck (http://www.hydrogenaudio.org/forums/index.php?showtopic=59388) (ignore everything vis. related and set only main window and playlist title formatting string)
Title: foo_winamp_spam 0.9.8
Post by: Chronial on 2009-05-18 09:52:22
Could you send me some details about the crashes please?
Title: foo_winamp_spam 0.9.8
Post by: Yirkha on 2009-05-18 11:14:30
Why?
Calls metadb_handle->get_info_locked(info), does not check the return value, accesses random garbage because info stays uninitialized.
Title: foo_winamp_spam 0.9.8
Post by: R1CH on 2009-06-01 14:08:44
So it appears the plugin name was blacklisted, that took me quite a while to discover after updating foobar2000 and wondering why the hell my old 0.90 version no longer worked (which has never crashed on me BTW). Was this crash introduced in the forked version? If so, I guess it's my mistake for using an unrestricted source license.
Title: foo_winamp_spam 0.9.8
Post by: Chronial on 2009-06-01 20:28:00
No, you introduced this bug.
Quote
Calls metadb_handle->get_info_locked(info), does not check the return value, accesses random garbage because info stays uninitialized.

I just checked with my version and I am the one that continued development after you. The mentioned problem is in a part of code I never touched. So it's your bug .

I'd fix it, but I neither have the current version of foobar nor of the SDK on my machine.
Title: foo_winamp_spam 0.9.8
Post by: R1CH on 2009-06-01 23:47:52
No, you introduced this bug.
Quote
Calls metadb_handle->get_info_locked(info), does not check the return value, accesses random garbage because info stays uninitialized.

I just checked with my version and I am the one that continued development after you. The mentioned problem is in a part of code I never touched. So it's your bug .

I'd fix it, but I neither have the current version of foobar nor of the SDK on my machine.

Under what circumstances would foobar2000 not provide metainfo?
Title: foo_winamp_spam 0.9.8
Post by: vip on 2009-06-02 01:08:05
So, you gonna try and fix it R1CH?
Title: foo_winamp_spam 0.9.8
Post by: Chronial on 2009-06-02 23:33:59
Quote
Under what circumstances would foobar2000 not provide metainfo?

Data not yet loaded. My guess goes to multithreading race condition.

If someone want's to fix this (a child's play), here's my last version of the source-code:
foo_winamp_spam 0.96 source (http://si.visiondesigns.de/img/b250ed38.zip)

It's not the most current one - selyb has the most current one, but he seems not be reading this. If you want to contact him, that's his email: (http://home.comcast.net/~selyb/addy.png)
Title: foo_winamp_spam 0.9.8
Post by: kheops on 2009-06-03 11:10:01
Just FYI, foo_winamp_spam is the leading crash cause for foobar2000 v0.9.6.5 and all its versions are currently on a good way to get banned in the next version. I've PM'd the author (selyb) about the bug and its solution a week ago, but got no reply yet.
In case this won't be resolved, here are components offering similar functionality in advance:
foo_winamp_ipc (http://www.hydrogenaudio.org/forums/index.php?showtopic=58729) (straightforward, but seems like it has quite limited command support),
foo_vis_shpeck (http://www.hydrogenaudio.org/forums/index.php?showtopic=59388) (ignore everything vis. related and set only main window and playlist title formatting string)

this one http://www.hydrogenaudio.org/forums/index....showtopic=58729 (http://www.hydrogenaudio.org/forums/index.php?showtopic=58729) worked like a charm, didn't have to change my gaim/pidgin conf a bit
many thanks Yirkha
Title: foo_winamp_spam 0.9.8
Post by: vip on 2009-06-04 23:59:06
My deal is, foo_winamp_spam was what I used in mIRC along with this code.  Will foo_winamp_ipc work with the code as it is ... I don't know mIRC scripting, so I wouldn't be able to fix it

Code: [Select]
/spam {

  set %title $dll(r1dll.dll, GetCurrentWinampSong, 0)
  if (%title == 0) {
/echo $active *** No supported audio player found!
return
  }

  set %kbps $dll(r1dll.dll, GetCurrentWinampSongKbps, 0)
  set %khz $dll(r1dll.dll, GetCurrentWinampSongKHz, 0)
  set %totaltime $dll(r1dll.dll, GetCurrentWinampSongTotalTime, 0)
  set %elapsedtime $dll(r1dll.dll, GetCurrentWinampSongElapsedTime, 0)
  set %channels $dll(r1dll.dll, GetCurrentWinampSongChannels, 0)
  set %filename $dll(r1dll.dll, GetCurrentWinampSongFileName, 0)

  set %t_mins 0
  set %e_mins 0

  set %t_secs %totaltime
  if (%totaltime == -1) {
set %fileformat %filename
goto totalloop
  }

  set %filesize 0

  if (%filename != $null) {
set %filesize $file(%filename).size
set %filesize $round($calc(%filesize / 1024 / 1024),2)
set %fileformat $upper($gettok(%filename,-1, 46))
  }

  :totalloop
  if (%t_secs < 60) {
goto endtotalloop
  }
  inc %t_mins
  dec %t_secs 60
  goto totalloop
  :endtotalloop

  set %e_secs %elapsedtime
  :elapsedloop
  if (%e_secs < 60) {
goto endelapsedloop
  }
  inc %e_mins
  dec %e_secs 60
  goto elapsedloop
  :endelapsedloop

  if (%t_secs < 10) {
set %filler2 0
  }
  if (%e_secs < 10) {
set %filler 0
  }
  if (%t_secs <= 0) {
set %total_string
if (%fileformat == $null) {
  set %file_string Streaming@ $+ %kbps $+ kbps
  goto ihatemircselse
}
if (%kbps == 0) {
  set %file_string Streaming: %filename
  goto ihatemircselse
}
set %file_string Streaming: %fileformat @ $+ %kbps $+ kbps
:ihatemircselse
goto noset
  }

  set %total_string / $+ %t_mins $+ : $+ %filler2 $+ %t_secs
  if (%filesize != 0) {
set %file_string %fileformat $+ @ $+ %kbps $+ kbps, %filesize $+ mb
goto noset
  }
  set %file_string %fileformat $+ @ $+ %kbps $+ kbps
  :noset
  if (%foobar == 1) {
/describe $active is playing %title [foobar2k]
goto duns
  }
  /describe $active is playing %title ( $+ %file_string $+ , %e_mins $+ : $+ %filler $+ %e_secs $+ %total_string $+ )
  :duns
  unset %filesize
  unset %file_string
  unset %total_string
  unset %filename
  unset %fileformat
  unset %filler2
  unset %filler
  unset %e_mins
  unset %e_secs
  unset %title
  unset %kbps
  unset %khz
  unset %t_mins
  unset %t_secs
  unset %elapsedtime
  unset %totaltime
  unset %channels
}
[!--sizeo:1--][span style=\"font-size:8pt;line-height:100%\"][!--/sizeo--]Moderation: Removed full quote, added codebox.[/size]
Title: foo_winamp_spam 0.9.8
Post by: m-z on 2009-06-05 00:54:40
Will foo_winamp_ipc work with the code as it is ... I don't know mIRC scripting, so I wouldn't be able to fix it

Why don't you try it yourself and see with your own eyes? The code you pasted there uses an external DLL which no one could know how does it interact with Winamp... but it most probably will work with foo_winamp_ipc, so just try it.
Title: foo_winamp_spam 0.9.8
Post by: vip on 2009-06-05 17:40:52
Many thanks!  I was unaware things like that would work with other components.  Wasn't sure if code was set to work with the said component!
Title: foo_winamp_spam 0.9.8
Post by: Chewtoi on 2009-06-16 18:21:19
Hi!

As it is now, foo_winamp_spam.dll delivers the title of the track with the index (item) number as the base (meaning: You can edit everything in the string that's deliverd EXCEPT the index number).
This is sort of annying since it delivers a false value of the indexnumber. Currently it's TracktIndexNumber-2. (736 becomes 734. And it also shows 0 when you select a new track)

If possible, can someone who knows how to fix this either correct this in the .dll or make it possible to remove the index number aswell? (Or why not both?)
It would be much appreciated.
It's a very nice plugin and basically the only one we got that's worth to use for Rainmeter.
Title: foo_winamp_spam 0.9.8
Post by: bwat47 on 2009-06-22 19:43:11
Just FYI, foo_winamp_spam is the leading crash cause for foobar2000 v0.9.6.5 and all its versions are currently on a good way to get banned in the next version. I've PM'd the author (selyb) about the bug and its solution a week ago, but got no reply yet.
In case this won't be resolved, here are components offering similar functionality in advance:
foo_winamp_ipc (http://www.hydrogenaudio.org/forums/index.php?showtopic=58729) (straightforward, but seems like it has quite limited command support),
foo_vis_shpeck (http://www.hydrogenaudio.org/forums/index.php?showtopic=59388) (ignore everything vis. related and set only main window and playlist title formatting string)

IPC didn't work, but the shpeck works flawlessly, didnt have to configure anything. (using foobar 0.9.6.8 and digsby)
Title: foo_winamp_spam 0.9.8
Post by: mathieumg on 2009-07-07 23:26:55
foo_winamp_spam, foo_winamp_ipc and foo_vis_shpeck all work but they all make my foobar crash after a while (memory allocation problems etc.) When I remove them, the problem is gone.

I'm using fb2k 0.9.6.8 and I am also using foo_audioscrobbler and foo_wlm.
Title: foo_winamp_spam 0.9.8
Post by: JimmyZ on 2009-07-12 18:49:18
pity it doesn't work now, is there anyway to support GTalk status except AIMP?
Title: foo_winamp_spam 0.9.8
Post by: rapchee on 2009-07-30 23:12:03
i used a bit older foo_winamp_spam, and now that i upgraded to latest (0.9.6.8), it stopped working. any chance of upgrading it?
Title: foo_winamp_spam 0.9.8
Post by: Chiram on 2009-08-14 13:50:31
Maybe wrong point to ask but...
I tried a bit with foo_pod and installed an old version of foobar for it... (well wont work, but thats an other topic )
Now foo_winamp_spam wont be actived by the new foobar version i installed afterwards... I installed it serveral times and copied the dll into the components folder but he wont list it in the program and so i wont work anymore :/
Any suggestions?
Title: foo_winamp_spam 0.9.8
Post by: igndenok on 2009-08-14 14:29:48
maybe, it was included in (update) component blacklist by Peter. I didn't see foo_winamp_spam at http://www.foobar2000.org/components (http://www.foobar2000.org/components)
maybe you can try foo_winamp_ipc ???
Title: foo_winamp_spam 0.9.8
Post by: Chiram on 2009-08-14 14:37:35
the foo_winamp_ipc works, thanks  ...
Dont know, seems so that it wont run with the newest foobar version (the winamp_spam)
Title: foo_winamp_spam 0.9.8
Post by: R1CH on 2009-09-02 22:04:54
Due to popular demand here is a fixed version of 0.90 (my last release), keep in mind that this does not include any of the enhancements made since then due to no source code being available for the other versions.

http://r-1.ch/foo_winamp_spam-0.90fix.zip (http://r-1.ch/foo_winamp_spam-0.90fix.zip)
Title: foo_winamp_spam 0.9.8
Post by: mathieumg on 2009-09-02 22:17:30
Will this work even if it's fixed given that it was blacklisted?
Title: foo_winamp_spam 0.9.8
Post by: shakey_snake on 2009-09-02 22:34:22
yes. Have you tried it?
Title: foo_winamp_spam 0.9.8
Post by: rapchee on 2009-09-02 23:21:58
yes. Have you tried it?

\o/ thanks a lot it works for me. winap_ipc gives a bit less functionality so i missed this a lot. thank a lot again!
Title: foo_winamp_spam 0.9.8
Post by: Chronial on 2009-09-02 23:34:59
Source of 0.96:
http://chron.visiondesigns.de/foobar2000/f...spam_source.zip (http://chron.visiondesigns.de/foobar2000/foo_winamp_spam_source.zip)
Title: foo_winamp_spam 0.9.8
Post by: mathieumg on 2009-09-03 00:54:14
Quote
Failed to load DLL: foo_winamp_spam.dll
Reason: This component is not compatible with this version of Windows and needs to be recompiled with a newer version of the foobar2000 SDK; please contact the author of this component to obtain an updated version of this component.


Vista Ultimate x64 SP2 here. fb2k 0.9.6.8
Title: foo_winamp_spam 0.9.8
Post by: JimmyZ on 2009-09-20 06:41:08
Quote
Failed to load DLL: foo_winamp_spam.dll
Reason: This component is not compatible with this version of Windows and needs to be recompiled with a newer version of the foobar2000 SDK; please contact the author of this component to obtain an updated version of this component.


Vista Ultimate x64 SP2 here. fb2k 0.9.6.8


same here, Win 7 Ultimate x64, fb2k 0.9.6.9
Title: foo_winamp_spam 0.9.8
Post by: rapchee on 2009-09-20 09:40:14
Quote
Failed to load DLL: foo_winamp_spam.dll
Reason: This component is not compatible with this version of Windows and needs to be recompiled with a newer version of the foobar2000 SDK; please contact the author of this component to obtain an updated version of this component.


Vista Ultimate x64 SP2 here. fb2k 0.9.6.8


same here, Win 7 Ultimate x64, fb2k 0.9.6.9


oh i know whats the problem! ur both using the wrong OS! XD sorry.

maybe try compatibility mode? the newer ones have that too dont they?
Title: foo_winamp_spam 0.9.8
Post by: Yirkha on 2009-09-20 11:54:42
I wonder why you just can't read at least a few last posts in the topic before replying. All the aspects like what, why, when and what to do have been discussed here already.
Title: foo_winamp_spam 0.9.8
Post by: JimmyZ on 2009-09-22 10:11:18
I wonder why you just can't read at least a few last posts in the topic before replying. All the aspects like what, why, when and what to do have been discussed here already.


i guess you're the one who is missing something and insult others, including me.

Due to popular demand here is a fixed version of 0.90 (my last release), keep in mind that this does not include any of the enhancements made since then due to no source code being available for the other versions.

http://r-1.ch/foo_winamp_spam-0.90fix.zip (http://r-1.ch/foo_winamp_spam-0.90fix.zip)

Title: foo_winamp_spam 0.9.8
Post by: Yirkha on 2009-09-22 22:43:13
I apologize. Of course you wouldn't get a "invalid SDK version message" with the old banned version.

Maybe you should have stated which version you were using at the beginning, though. It was not too clear that you actually wanted R1CH to upgrade his fb2k SDK by that simple statement.
Title: foo_winamp_spam 0.9.8
Post by: JimmyZ on 2009-09-23 07:42:13
I apologize. Of course you wouldn't get a "invalid SDK version message" with the old banned version.

Maybe you should have stated which version you were using at the beginning, though. It was not too clear that you actually wanted R1CH to upgrade his fb2k SDK by that simple statement.


ok, i'm sorry too, for not making myself clear enough.
Title: foo_winamp_spam 0.9.8
Post by: Overlord on 2009-10-06 14:02:06
Source of 0.96:
http://chron.visiondesigns.de/foobar2000/f...spam_source.zip (http://chron.visiondesigns.de/foobar2000/foo_winamp_spam_source.zip)

Is it possible to compile this so it runs on the latest version of foobar?
Title: foo_winamp_spam 0.9.8
Post by: Chronial on 2009-10-06 19:12:49
Yes, of course - I was wanting to do that, but actually this version runs on my PC with foobar 9.6.9
Title: foo_winamp_spam 0.9.8
Post by: Overlord on 2009-10-07 23:41:37
The only problem is the newer variant can register the time down to the millisecond, whereas R1CH's does not - this makes making lyric files a lot harder.
Title: foo_winamp_spam 0.9.8
Post by: oldboy88 on 2009-10-26 19:07:27
working great on my 2x16 Display in combination with LCD Smartie.
Thanks!

[img=http://img5.imagebanana.com/img/fbnl5hxl/thumb/DSC08042.JPG] (http://img5.imagebanana.com/view/fbnl5hxl/DSC08042.JPG)

One Problem left, it seems that the LCD Smartie tool doesn´t recognize if foobar -> Winamp is inactive or active,
when i manualy start the screen running foobar it just runs fine, but i want LCD Smartie to display a different Screen when foobar -> Winamp is inactive.

Is this Problem connected with LCD Smartie?
Title: foo_winamp_spam 0.9.8
Post by: Lonk NY on 2010-09-13 02:28:14
One Problem left, it seems that the LCD Smartie tool doesn´t recognize if foobar -> Winamp is inactive or active,
when i manualy start the screen running foobar it just runs fine, but i want LCD Smartie to display a different Screen when foobar -> Winamp is inactive.

Did you ever figure this one out? I'm having the exact same issue w/LCD Smartie... I think it's the best LCD software of the bunch I've tried, but this issue definitely frustrates the hell out of me... lemme know if you got anywhere w/it, thx!
Title: foo_winamp_spam 0.9.8
Post by: Chronial on 2010-09-13 09:22:29
Ask in their support forum how they detect if winamp is running and report it back here.

maybe someone can help you then
Title: foo_winamp_spam 0.9.8
Post by: selyb on 2013-01-04 09:48:20
I know I'm really late to notice the comments and it's bad netiquette and all but I'm compelled to mention that the source code for 0.9.8 has been available from the link in the original post since I abandoned this which was before the accusations of it not being available.