Difference between revisions of "LlGetParcelMusicURL"

From Second Life Wiki
Jump to navigation Jump to search
m
(tests ok if land owner and prim owner match)
Line 1: Line 1:
{{LSL_Function|func_id=
{{LSL_Function|func_id=
|mode=pre-release|func_sleep|func_energy
|func_sleep|func_energy
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|return_text=containing the parcel [[Streaming Music|streaming audio]] URL.
|return_text=containing the parcel [[Streaming Music|streaming audio]] URL.
|return_type=string
|return_type=string
|func_footnote=The object owner must also be the land owner. If the land is deeded to a group the object will need to be deeded to the same group for this function to work.
|func_desc|spec|caveats|examples|helpers|related|also
|func_desc|spec|caveats|examples|helpers|related|also
|deepnotes=*With this function, music display boards can learn the URL that the parcel is tuned to.
|deepnotes=*With this function, music display boards can learn the URL that the parcel is tuned to.
|history=
|history=
*Suggested: {{Jira|SCR-31}}
*Suggested: {{Jira|SCR-31}}
*Server release notes for 11.12.03.246118 on the main channel indicate that this function was added.  Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.
*Server release notes for [[Release_Notes/Second_Life_Server/11#11.12.03.246118|11.12.03.246118]] on the main channel indicate that this function was added.  Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.
* Tests OK on main channel as of January 22 2012
|cat1=Parcel
|cat1=Parcel
|cat2=Sound
|cat2=Sound
|cat3=Media}}
|cat3=Media}}

Revision as of 21:11, 22 January 2012

Summary

Function: string llGetParcelMusicURL( );

Returns a string containing the parcel streaming audio URL.

The object owner must also be the land owner. If the land is deeded to a group the object will need to be deeded to the same group for this function to work.

Examples

Deep Notes

  • With this function, music display boards can learn the URL that the parcel is tuned to.

History

  • Suggested: SCR-31
  • Server release notes for 11.12.03.246118 on the main channel indicate that this function was added. Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.
  • Tests OK on main channel as of January 22 2012

Search JIRA for related Issues

Signature

function string llGetParcelMusicURL();