WebcamStudio / webcamstudio

This is only a testing ground code for WebcamStudio. You may find the official up-to-date code of the WebcamStudio Project on SourceForge here:
https://sourceforge.net/p/webcamstudio/code/HEAD/tree/
GNU General Public License v3.0
23 stars 3 forks source link

tags #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
please add

if (text.indexOf("#RHYTHMBOX:STREAMTITLE") != -1) {
retValue = retValue.replaceAll("#RHYTHMBOX:STREAMTITLE", 
rhythmbox.getCurrentSongProperties("rb:stream-song-title"));
}

because "rb:stream-song-title" contains the artist and title when you are 
listening to an internetradio

Original issue reported on code.google.com by johann....@gmail.com on 8 Jan 2011 at 12:54

GoogleCodeExporter commented 9 years ago
Thanks for the input.  I just added the modification to the source code.  This 
is a post-alpha modification, so it will not be in the current alpha package

Original comment by patrick.balleux on 10 Jan 2011 at 9:18