Padraig Swordthain
The Thin Mick
Join date: 7 Jan 2009
Posts: 11
|
10-29-2009 09:44
So, I built myself a radio, from spare parts, and it works great -- changes the station, tracks the currently playing song (in most cases) -- but I'd like it to accurately track the now playing in multiple locations, because we own like an eighth of a sim, and it's built up to 750m. I don't want to have to go to the DJ booth to find out what I'm listening to, because, well, I'm lazy.
Question is: is there a way to query for the parcel's music URL?
I'd *like* to be able to feed that into the now playing script, instead of querying the station changer script for the last station set.
_____________________
Incidental Radio :: Because nothing is by design
|
Pedro McMillan
SLOODLE Developer
Join date: 28 Jul 2007
Posts: 231
|
10-29-2009 09:53
According to lslwiki.net, "there is currently no way to get the current music URL with a script". That's from this page: http://www.lslwiki.net/lslwiki/wakka.php?wakka=llSetParcelMusicURLYou can query the URL of a video stream though, using llParcelMediaQuery, and I think you can actually play an audio stream through the video media channel... so that might be a viable alternative for you.
|
Padraig Swordthain
The Thin Mick
Join date: 7 Jan 2009
Posts: 11
|
10-29-2009 10:01
Danke. I'll have to see what I can do in the way of dirty hacks with parcel media...
_____________________
Incidental Radio :: Because nothing is by design
|