Author |
Message |
Forum: Feature Requests Topic: feature request |
Moonbase |
Posted: November 24th, 2008, 7:18 pm
|
|
Replies: 10 Views: 9906
|
I also agree very much with the »check events« suggestion—could really save some setup work. |
|
 |
Forum: SAM Broadcaster Topic: SAM won't play station ID's |
Moonbase |
Posted: November 17th, 2008, 9:11 pm
|
|
Replies: 7 Views: 15034
|
Switching off Gap Killer and disable Fades and XFade on the Station IDs usually helps. I even »prefill« the ID3v2 Tags on Liners, Jingles and Drop-Ins with XFade &fie=0&foe=0&xf=0&ge=0 SongType J (or other appropriate letter) (This helps avoiding manual »Song Info« edits on material ... |
|
 |
Forum: PAL Topic: MP3 Streaming is "Stuttering" |
Moonbase |
Posted: November 17th, 2008, 8:56 pm
|
|
Replies: 16 Views: 11198
|
Then again, you can still use PAL’s WebToFile() to get the file(s) onto your local disc. Seems quite reliable here, but only for HTTP protocol: WebToFile('D:\Temp\NextShow.mp3', 'http://some.server.com/shows/show-20081118.mp3'); But I reckon you didn’t want to script, right? (Still the automated/sch... |
|
 |
Forum: Feature Requests Topic: Remote access via SAM Reporter to database |
Moonbase |
Posted: November 17th, 2008, 8:03 pm
|
|
Replies: 8 Views: 8159
|
Shouldn’t be much of a problem, though I never tried: Put the SAMReporter folder and all subfolders onto a PHP-enabled web server (check local php.ini for required settings) that has access to your SAM PC’s mySQL database, change SAMReporter/htdocs/config.local.php and SAMReporter/htdocs/dbconfig.xm... |
|
 |
Forum: Web Features Topic: Display SAM's Acutual PC time |
Moonbase |
Posted: November 17th, 2008, 7:44 pm
|
|
Replies: 3 Views: 3877
|
I’d suggest keeping all machines sync’ed using NTP stratum 2 (or 3) time server pools (should be exact enough). Since some PC clocks drift a lot , we recommend to our users to sync every hour, and actually distribute a small .reg file (for Windows) to them that sets the correct time servers ( not Wi... |
|
 |
Forum: Feature Requests Topic: Internationalization issues (BPM, SAM Reporter) |
Moonbase |
Posted: November 16th, 2008, 8:54 am
|
|
Replies: 0 Views: 3962
|
Since this is a »Feature Requests« thread, I’d like to mention the following and hope it’ll be fixed soon: 1. When reading/writing MP3 ID3 tags, SAM stores the BPM value in the »XFade« tag, within the »&bmp=« field. Unfortunately, the decimal point character out of Windows' Regional Settings is ... |
|
 |
Forum: PAL Topic: Queue.LastInQueue ? |
Moonbase |
Posted: November 13th, 2008, 2:09 pm
|
|
Replies: 10 Views: 8483
|
Steve, my PAL hero  Always a way to optimize things. Great code. |
|
 |
Forum: PAL Topic: How to disable gap killer via PAL script ? |
Moonbase |
Posted: November 13th, 2008, 2:05 pm
|
|
Replies: 6 Views: 5626
|
And I hope for more support of the Tags that are defined for some things … It’s actually some work fiddling around with »XFade« in Mp3tag, but fortunately we have RegExp.  |
|
 |
Forum: PAL Topic: PAL:- Inject dedication info into Mp3 title stream |
Moonbase |
Posted: November 13th, 2008, 1:25 pm
|
|
Replies: 67 Views: 56217
|
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. |
|
 |
Forum: PAL Topic: PAL:- Inject dedication info into Mp3 title stream |
Moonbase |
Posted: November 13th, 2008, 12:47 pm
|
|
Replies: 67 Views: 56217
|
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 addStr := ' [Hörerwunsch'; // ' [Request' and addStr := addStr + ' von ' + requestBy; // ' by ' to addStr := ' [Request'; // ' [Re... |
|
 |
Forum: PAL Topic: How to disable gap killer via PAL script ? |
Moonbase |
Posted: November 13th, 2008, 12:25 pm
|
|
Replies: 6 Views: 5626
|
… and unfortunately XFade is language settings-dependant … so I had to convert 22,000 files to work on a German Windows! (The XFade &bmp= [sic] setting for BPM stores the decimal separator that is used in Windows’ regional settings, not a uniform ».«. This is why I had to re-tag all my files to ... |
|
 |
Forum: PAL Topic: Queue.LastInQueue ? |
Moonbase |
Posted: November 13th, 2008, 12:08 pm
|
|
Replies: 10 Views: 8483
|
You might want to use something like the code snippet below. Just bear in mind that the function »SongList« only returns the fields ID, songID, sortID, requestID, artist, title, and duration in the TDataSet returned. PAL.LockExecution; var Q, QInfo: TDataSet; if (not Queue.IsEmpty) then begin // Que... |
|
 |
Forum: PAL Topic: USA News Help |
Moonbase |
Posted: November 12th, 2008, 8:06 pm
|
|
Replies: 4 Views: 4570
|
Do you need to keep the file? I usually just stream it down directly from the newscaster, like this: // Sky News.PAL - U.K. news at full hour PAL.Loop := True; PAL.WaitForTime('XX:59:53'); Queue.AddFile('M:\MP3\Other\Jingles\MCH\Moonbase - News 2.mp3', ipTop); Queue.AddURL('http://xxx.xyz.com/newspa... |
|
 |
Forum: PAL Topic: PAL:- Inject dedication info into Mp3 title stream |
Moonbase |
Posted: November 12th, 2008, 7:41 pm
|
|
Replies: 67 Views: 56217
|
I found some potential problems with my above code: ⋅ It draws info from »ActivePlayer.whatnot« and it can happen (though seldom) that the active player actually changes while we are in the routine. Boom! ⋅ The »character cleanup« routine had a bug when no dedication was made: A ... |
|
 |
Forum: PAL Topic: PAL:- Inject dedication info into Mp3 title stream |
Moonbase |
Posted: November 12th, 2008, 2:17 am
|
|
Replies: 67 Views: 56217
|
I recently found it necessary to add dedication info to some client's stream, so I've come up with yet another version of Xgeek's script. This one also tries to address the »control character/linefeed« problem and the damn shoutCAST »password shown« bug that they didn't fix since shoutCAST v1.9.2 … ... |
|
 |
Sort by: |