[livesupport-dev] playlist editing methods
  • There are new methods for playlists in PHP interface (GreenBox),
    it could help in PHP playlist editor:

    getPlaylistXml - Return playlist as XML string
    getPlaylistArray - Return playlist as hierarchical PHP hash-array
    lockPlaylistForEdit - Mark playlist as edited and return edit token
    releaseLockedPlaylist - Release token, regenerate playlist and clear edit flag.
    addAudioClipToPlaylist
    delAudioClipFromPlaylist
    revertEditedPlaylist - RollBack playlist changes to the locked state

    If there is useful to have methods for fadeInfo in PHP interface, it's possible,
    but, please, help me with structure of fadeInfo element in playlists - I haven't
    found it in docs.

    --
    Tomas Hlava
    th@red2head.com

    ------------------------------------------
    Posted to Phorum via PhorumMail
  • 1 Comment sorted by
  • Tomas Hlava wrote:
    > If there is useful to have methods for fadeInfo in PHP interface, it's possible,
    > but, please, help me with structure of fadeInfo element in playlists - I haven't
    > found it in docs.

    The fadeInfo format we used in the scheduler is described here:
    http://livesupport.campware.org/public_html/doc/doxygen/html/classLiveSupport_1_1Core_1_1FadeInfo.html

    Ferenc

    ------------------------------------------
    Posted to Phorum via PhorumMail