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 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.