Logo
It is currently September 6th, 2010, 10:42 am

All times are UTC - 6 hours [ DST ]


Forum rules


In order to provide you with the best support possible please read the following topics before posting:
Forum Rules can be found here. Ignorance is not bliss.



Post new topic Reply to topic  [ 65 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject: Re: PAL:- Inject dedication info into Mp3 title stream
PostPosted: November 13th, 2008, 12:47 pm 
Offline
Junior User
Junior User
User avatar

Joined: October 4th, 2008, 12:35 pm
Posts: 39
Location: Kaufbeuren, Germany
Yeah, sorry, I left the code »as-is« (i.e., German), in order not to introduce some typos. Lines #47 & 51 are the key (it's in the comment at the right even):

Change
Code:
    addStr := ' [Hörerwunsch'; // ' [Request'
and
Code:
      addStr := addStr + ' von ' + requestBy; // ' by '

to
Code:
    addStr := ' [Request'; // ' [Request'
and
Code:
      addStr := addStr + ' by ' + requestBy; // ' by '

and you’re all set :wink:

_________________
Moonbase: The Problem Solver
I will not give any support for unlicensed or pirated software.


Top
 Profile E-mail  
 
 Post subject: Re: PAL:- Inject dedication info into Mp3 title stream
PostPosted: November 13th, 2008, 12:57 pm 
Offline
Senior User
Senior User
User avatar

Joined: May 31st, 2007, 4:13 pm
Posts: 171
Yes, got it last night, thanks.



The pal has been working error free since then, no problems to report at all.




Many thanks

_________________
www.RockRadio1.Com


Top
 Profile  
 
 Post subject: Re: PAL:- Inject dedication info into Mp3 title stream
PostPosted: November 13th, 2008, 1:25 pm 
Offline
Junior User
Junior User
User avatar

Joined: October 4th, 2008, 12:35 pm
Posts: 39
Location: Kaufbeuren, Germany
You’re very welcome, thanks for the feedback!

I usually also try to test things under »stress conditions« but of course one can’t test for each and every kind of setup. So it’s always great to get some feedback.

_________________
Moonbase: The Problem Solver
I will not give any support for unlicensed or pirated software.


Top
 Profile E-mail  
 
 Post subject: Re: PAL:- Inject dedication info into Mp3 title stream
PostPosted: November 13th, 2008, 1:31 pm 
Offline
Cygnus X-1
Cygnus X-1
User avatar

Joined: March 11th, 2003, 1:34 pm
Posts: 9656
Location: Maui, HI
Moonbase wrote:
of course one can’t test for each and every kind of setup. So it’s always great to get some feedback.

Words of wisdom.

_________________
- Steve Kunitzer
- SVS (Spacial Volunteer Support) / Forum Administrator

Image
Image


Top
 Profile  
 
 Post subject: Re: PAL:- Inject dedication info into Mp3 title stream
PostPosted: August 2nd, 2010, 10:45 am 
Offline
New User
New User

Joined: August 1st, 2010, 9:25 am
Posts: 4
hi there... how can i add to this script something like in php

Code:
while ($s = mysql_fetch_array( mysq_query("SELECT * FROM requestlist WHERE songID = ActivePlayer.GetSongInfo['ID'] LIMIT 10 ") ))

echo $s['name'].": ".$s['msg']."<br />";


output will be Name: Message x 10

to show multiple names/messages on requests in PAL window


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 65 posts ]  Go to page Previous  1, 2, 3, 4, 5

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group