Home › Forums › Breakaway Professional Products – [discontinued] › Title streaming with OTSAV and Breakaway
- This topic has 4 replies, 4 voices, and was last updated 12 years, 5 months ago by floatingshed.
-
AuthorPosts
-
January 28, 2009 at 7:55 am #217LeifKeymaster
Okay, I have a solution for title streaming with OTS!
I’ve written a Winamp DSP plugin whose only function is to write the name of the currently playing song to a file. 🙂
[attachment=1:1jugmesy]dsp_title_output.zip[/attachment:1jugmesy]
Unzip to C:OtsLabsWinampPlugins, and then load it into OTS as if it was shoutcast!
Check the ini file too. OTS doesn’t really behave like Winamp, and I couldn’t find where to customize the output, so I solved the problems programmatically instead.
;Songinfo_Output_Characters_To_Skip_After_Dot=13
…removes the tslabs.com/ mangled url from the beginning of the title.;Songinfo_Output_Characters_To_Trim_At_End=7
..cleans up the {(C)s} garbage characters from the end. I have no idea what that was supposed to be, but I wouldn’t want it in my stream. 😉Make sure to remove the semicolon from the beginning of the line, otherwise they won’t actually take effect. 🙂
Best,
///LeifJanuary 28, 2009 at 5:51 pm #6465RipleeMemberFantatstic !!! I can’t believe it !! You ROCK Leif!
I set this up as soon as I saw your post, and it’s working perfectly 😀I did need to remove stuff at the front of the stream, however the other one was cutting off 7 letters of the title, so I just commented it back out. Might be something to do with trial vs. registered…not sure, but who cares!
Thanks Again for such a great product and over the top support!!
January 28, 2009 at 8:01 pm #6466AnonymousGuest110% agree with the above comments from Riplee. If you dont want to save the outputs to a text file, you can also use the Grab Metadata from window title feature in Edcast, the window class is scwin, not forgetting to fill out the truncate everything before and after boxes…. 😉
January 29, 2009 at 4:28 am #6467LeifKeymasterYou’re most welcome, Riplee, and thank you for the compliment 🙂.
///Leif
June 22, 2012 at 2:26 am #6468floatingshedMemberI am using the files attached here to get the ots song data and I’m inserting it directly into the metadata section of edcast. It is working really well.
There are some items in my ots playlist that I would prefer not to be displayed. If I were to prefix the artist data with # is there some additional code I could put in the dsp_title_output.ini to prevent that item being displayed? Better still display some pre-determined static text, station name etc.Any help much appreciated.
Thanks.
[quote author=”Leif”]Okay, I have a solution for title streaming with OTS!
I’ve written a Winamp DSP plugin whose only function is to write the name of the currently playing song to a file. 🙂
[attachment=1:3h753c4h]dsp_title_output.zip[/attachment:3h753c4h]
Unzip to C:OtsLabsWinampPlugins, and then load it into OTS as if it was shoutcast!
Check the ini file too. OTS doesn’t really behave like Winamp, and I couldn’t find where to customize the output, so I solved the problems programmatically instead.
;Songinfo_Output_Characters_To_Skip_After_Dot=13
…removes the tslabs.com/ mangled url from the beginning of the title.;Songinfo_Output_Characters_To_Trim_At_End=7
..cleans up the {(C)s} garbage characters from the end. I have no idea what that was supposed to be, but I wouldn’t want it in my stream. 😉Make sure to remove the semicolon from the beginning of the line, otherwise they won’t actually take effect. 🙂
Best,
///Leif[/quote] -
AuthorPosts
- The forum ‘Breakaway Professional Products – [discontinued]’ is closed to new topics and replies.