I remember reading something in beta drop5 that sc_trans2 could or would support remote url's in the playlist. Now running drop40 I do not see that this is an option.
there are applications like SAM broadcaster that do this very thing in your playlist you can point to a remote URL of a mp3 . not that SAM and sc_trans need to be exactly the same since SAM is over $300 and bloated for what it does
Two methods documented for remote scripts
It would be awesome if you could point to url using something like
#!URL http://www.archive.org/download/Isci...22009_64kb.mp3
or
#!curl get
#!php get http://www.archive.org/download/Isci...22009_64kb.mp3
or even having
#playlist
c:\music\foo.mp3
c:\music\bar.mp3
#and so on.
More , sorry. This doesn't seem to be documented well at all .
#!php call track script
#!php call commercial scrip
I assume this would really translate to #!php c:\scripts\php\trackscript.php or similar??
if it returns c:\music\foobar.mp3 1 , I assume this coming soon would tell sc_trans that c:\music\foobar.mp3 is really NEXT, whereas foobar.mp3 3, the coming soon is 3 tracks later ??
feedback is greatly needed.
there are applications like SAM broadcaster that do this very thing in your playlist you can point to a remote URL of a mp3 . not that SAM and sc_trans need to be exactly the same since SAM is over $300 and bloated for what it does

Two methods documented for remote scripts
assuming songfromDB.pl returns c:\barfoo.mp3 1, then barfoo.mp3 is played NEXT?code:
/music/foo.mp3
#!/bin/perl /home/user/songfromDB.pl
/music/bar.mp3
...snip..
#!php call track script
#!php call commercial script
It would be awesome if you could point to url using something like
#!URL http://www.archive.org/download/Isci...22009_64kb.mp3
or
#!curl get
#!php get http://www.archive.org/download/Isci...22009_64kb.mp3
or even having
#playlist
c:\music\foo.mp3
c:\music\bar.mp3
#and so on.
More , sorry. This doesn't seem to be documented well at all .
#!php call track script
#!php call commercial scrip
I assume this would really translate to #!php c:\scripts\php\trackscript.php or similar??
if it returns c:\music\foobar.mp3 1 , I assume this coming soon would tell sc_trans that c:\music\foobar.mp3 is really NEXT, whereas foobar.mp3 3, the coming soon is 3 tracks later ??
feedback is greatly needed.

Comment