mlanypitts / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
0 stars 0 forks source link

tags #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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 8 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