CC-84: Smart Playlists
- drag and drop playlist that contains block - audio preview of playlist that contains static block
This commit is contained in:
parent
7cde4ba2ba
commit
5becd70ab1
11 changed files with 244 additions and 87 deletions
|
@ -212,6 +212,7 @@
|
|||
<column name="playlist_id" phpName="DbPlaylistId" type="INTEGER" required="false"/>
|
||||
<column name="file_id" phpName="DbFileId" type="INTEGER" required="false"/>
|
||||
<column name="block_id" phpName="DbBlockId" type="INTEGER" required="false"/>
|
||||
<column name="stream_id" phpName="DbStreamId" type="INTEGER" required="false"/>
|
||||
<!-- What type of item is stored in the playlist.
|
||||
0: audiotrack
|
||||
1: webstream
|
||||
|
|
|
@ -289,6 +289,7 @@ CREATE TABLE "cc_playlistcontents"
|
|||
"playlist_id" INTEGER,
|
||||
"file_id" INTEGER,
|
||||
"block_id" INTEGER,
|
||||
"stream_id" INTEGER,
|
||||
"type" INT2 default 0 NOT NULL,
|
||||
"position" INTEGER,
|
||||
"cliplength" interval default '00:00:00',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue