Run pre-commit on legacy code
This commit is contained in:
parent
fea11ac752
commit
83b7e4162e
|
@ -2,4 +2,3 @@ ALTER TABLE imported_podcast DROP COLUMN IF EXISTS album_override;
|
|||
ALTER TABLE third_party_track_references ALTER COLUMN file_id DROP DEFAULT;
|
||||
ALTER TABLE third_party_track_references ALTER COLUMN file_id SET NOT NULL;
|
||||
ALTER TABLE cc_show DROP COLUMN IF EXISTS autoplaylist_repeat;
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
ALTER TABLE cc_service_register ALTER COLUMN ip TYPE character varying(18);
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
ALTER TABLE podcast_episodes DROP COLUMN IF EXISTS episode_title;
|
||||
ALTER TABLE podcast_episodes DROP COLUMN IF EXISTS episode_description;
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
ALTER TABLE podcast_episodes ADD COLUMN episode_title VARCHAR(4096);
|
||||
ALTER TABLE podcast_episodes ADD COLUMN episode_description VARCHAR(4096);
|
||||
|
||||
|
|
|
@ -23,4 +23,3 @@ INSERT INTO cc_track_types VALUES (9, 'NWS', 'News', 'This is used for noteworth
|
|||
INSERT INTO cc_track_types VALUES (10, 'COM', 'Commercial', 'This is used for commerical advertising.', true);
|
||||
INSERT INTO cc_track_types VALUES (11, 'ITV', 'Interview', 'This is used for radio interviews', true);
|
||||
INSERT INTO cc_track_types VALUES (12, 'VTR', 'Voice Tracking', 'Also referred as robojock or taped. Make announcements without actually being in the station.', true);
|
||||
|
||||
|
|
|
@ -207,4 +207,3 @@
|
|||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
|
@ -1005,4 +1005,3 @@ abstract class BaseCcAccessPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcAccessPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -747,4 +747,3 @@ abstract class BaseCcBackupPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcBackupPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1035,4 +1035,3 @@ abstract class BaseCcBlockPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcBlockPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1429,4 +1429,3 @@ abstract class BaseCcBlockcontentsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcBlockcontentsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1021,4 +1021,3 @@ abstract class BaseCcBlockcriteriaPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcBlockcriteriaPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -754,4 +754,3 @@ abstract class BaseCcCountryPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcCountryPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1362,4 +1362,3 @@ abstract class BaseCcFileTagPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcFileTagPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -2042,4 +2042,3 @@ abstract class BaseCcFilesPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcFilesPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1399,4 +1399,3 @@ abstract class BaseCcListenerCountPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcListenerCountPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -768,4 +768,3 @@ abstract class BaseCcLiveLogPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcLiveLogPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -763,4 +763,3 @@ abstract class BaseCcLocalePeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcLocalePeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -754,4 +754,3 @@ abstract class BaseCcLoginAttemptsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcLoginAttemptsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -761,4 +761,3 @@ abstract class BaseCcMountNamePeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcMountNamePeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -773,4 +773,3 @@ abstract class BaseCcMusicDirsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcMusicDirsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1007,4 +1007,3 @@ abstract class BaseCcPermsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPermsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1027,4 +1027,3 @@ abstract class BaseCcPlaylistPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlaylistPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1790,4 +1790,3 @@ abstract class BaseCcPlaylistcontentsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlaylistcontentsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -995,4 +995,3 @@ abstract class BaseCcPlaylistcriteriaPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlaylistcriteriaPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1006,4 +1006,3 @@ abstract class BaseCcPlayoutHistoryMetaDataPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlayoutHistoryMetaDataPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1407,4 +1407,3 @@ abstract class BaseCcPlayoutHistoryPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlayoutHistoryPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1021,4 +1021,3 @@ abstract class BaseCcPlayoutHistoryTemplateFieldPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlayoutHistoryTemplateFieldPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -766,4 +766,3 @@ abstract class BaseCcPlayoutHistoryTemplatePeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlayoutHistoryTemplatePeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -990,4 +990,3 @@ abstract class BaseCcPlayoutHistoryTemplateTagPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPlayoutHistoryTemplateTagPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1006,4 +1006,3 @@ abstract class BaseCcPrefPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcPrefPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1803,4 +1803,3 @@ abstract class BaseCcSchedulePeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcSchedulePeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -754,4 +754,3 @@ abstract class BaseCcServiceRegisterPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcServiceRegisterPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1002,4 +1002,3 @@ abstract class BaseCcSessPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcSessPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1041,4 +1041,3 @@ abstract class BaseCcShowDaysPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcShowDaysPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1394,4 +1394,3 @@ abstract class BaseCcShowHostsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcShowHostsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1609,4 +1609,3 @@ abstract class BaseCcShowInstancesPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcShowInstancesPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1083,4 +1083,3 @@ abstract class BaseCcShowPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcShowPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1006,4 +1006,3 @@ abstract class BaseCcShowRebroadcastPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcShowRebroadcastPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -980,4 +980,3 @@ abstract class BaseCcShowSchedulePeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcShowSchedulePeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -759,4 +759,3 @@ abstract class BaseCcStreamSettingPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcStreamSettingPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -837,4 +837,3 @@ abstract class BaseCcSubjsPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcSubjsPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1011,4 +1011,3 @@ abstract class BaseCcSubjsTokenPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcSubjsTokenPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -750,4 +750,3 @@ abstract class BaseCcTagPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcTagPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -761,4 +761,3 @@ abstract class BaseCcTimestampPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcTimestampPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -777,4 +777,3 @@ abstract class BaseCcTracktypesPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcTracktypesPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -846,4 +846,3 @@ abstract class BaseCcTransPeer {
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcTransPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1006,4 +1006,3 @@ abstract class BaseCcWebstreamMetadataPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcWebstreamMetadataPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -801,4 +801,3 @@ abstract class BaseCcWebstreamPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCcWebstreamPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1016,4 +1016,3 @@ abstract class BaseCeleryTasksPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCeleryTasksPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1006,4 +1006,3 @@ abstract class BaseCloudFilePeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseCloudFilePeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1011,4 +1011,3 @@ abstract class BaseImportedPodcastPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseImportedPodcastPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1419,4 +1419,3 @@ abstract class BasePodcastEpisodesPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BasePodcastEpisodesPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1070,4 +1070,3 @@ abstract class BasePodcastPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BasePodcastPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -996,4 +996,3 @@ abstract class BaseStationPodcastPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseStationPodcastPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -1019,4 +1019,3 @@ abstract class BaseThirdPartyTrackReferencesPeer
|
|||
// This is the static code needed to register the TableMap for this table with the main Propel class.
|
||||
//
|
||||
BaseThirdPartyTrackReferencesPeer::buildTableMap();
|
||||
|
||||
|
|
|
@ -23,4 +23,3 @@
|
|||
<dcterms:extent>01:30:11.500000</dcterms:extent>
|
||||
</metadata>
|
||||
</playlist>
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@ echo sprintf(_("For more detailed help, read the %suser manual%s."),
|
|||
?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@
|
|||
</fieldset>
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -87,4 +87,3 @@
|
|||
</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -43,4 +43,3 @@
|
|||
</dl>
|
||||
</form>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -52,4 +52,3 @@
|
|||
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -48,4 +48,3 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
DROP FUNCTION calculate_position() CASCADE;
|
||||
|
||||
--remove this trigger for group adds/delete
|
||||
|
||||
|
|
|
@ -216,4 +216,3 @@ table.dataTable th:active {
|
|||
.dataTables_scrollBody {
|
||||
*margin-top: -1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -240,4 +240,3 @@ table.dataTable th:active {
|
|||
.dataTables_scrollBody {
|
||||
*margin-top: -1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -224,4 +224,3 @@ background: rgba(53, 53, 53, 1.0);
|
|||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -174,5 +174,3 @@ body {
|
|||
width: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -623,5 +623,3 @@ table.fc-border-separate {
|
|||
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
|
||||
_overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -29,4 +29,3 @@
|
|||
width: auto;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
|
|
@ -74,7 +74,3 @@ table#player_compatibility_chart{
|
|||
color: #1f1f1f;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -201,4 +201,3 @@ way to fit your requirements.
|
|||
color:#fff;
|
||||
border-color:#202020;
|
||||
}
|
||||
|
||||
|
|
|
@ -554,4 +554,3 @@
|
|||
filter: none;
|
||||
-ms-filter: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -305,4 +305,3 @@ tr.ui-state-error > td {
|
|||
tr.ui-state-highlight > td {
|
||||
color: #65a539;
|
||||
}
|
||||
|
||||
|
|
|
@ -86,4 +86,3 @@ var AIRTIME = (function(AIRTIME) {
|
|||
return AIRTIME;
|
||||
|
||||
}(AIRTIME || {}));
|
||||
|
||||
|
|
|
@ -230,4 +230,3 @@ function isInView(el) {
|
|||
rect.right <= (window.innerWidth || document.documentElement.clientWidth) /*or $(window).width() */
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -91,4 +91,3 @@ $(document).ready(function() {
|
|||
clearTimeout(typingTimer);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -17,4 +17,3 @@ function playerhtml5_insert(settings)
|
|||
+'Ihr Browser unterstützt das Element <code>audio</code> nicht.'
|
||||
+'<\/audio><\/div>';
|
||||
}
|
||||
|
||||
|
|
|
@ -496,4 +496,3 @@ $(document).ready(function() {
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -537,5 +537,3 @@ var AIRTIME = (function(AIRTIME) {
|
|||
return AIRTIME;
|
||||
|
||||
}(AIRTIME || {}));
|
||||
|
||||
|
||||
|
|
|
@ -20,4 +20,3 @@ denise@denise-DX4860:~/airtime/legacy/public/js/contextmenu$ diff -u jquery.cont
|
|||
},
|
||||
// key handled :hover
|
||||
keyStop: function(e, opt) {
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ The new _fnDomBaseButton looks like this:
|
|||
|
||||
return nButton;
|
||||
},
|
||||
|
|
@ -48,4 +48,3 @@ denise@denise-DX4860:~/airtime/legacy/public/js/fullcalendar$ diff -u fullcalend
|
|||
adjustDateToServerDate() function is defined in "js/airtime/common/common.js"
|
||||
|
||||
Please make this change before updating!!!
|
||||
|
||||
|
|
|
@ -504,4 +504,3 @@ div.jp-now-playing {
|
|||
div.jp-now-playing span {
|
||||
color: #898989;
|
||||
}
|
||||
|
||||
|
|
|
@ -559,4 +559,3 @@ AudioControls.prototype.onAudioUpdate = function(args) {
|
|||
this.ctrls["audio_pos"].innerHTML = this.cueFormatters(this.timeFormat)(args.seconds);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -69,4 +69,3 @@ Curves.createLogarithmicBuffer = function createLogarithmicBuffer(length, base,
|
|||
|
||||
return curve;
|
||||
};
|
||||
|
||||
|
|
|
@ -376,4 +376,3 @@ PlaylistEditor.prototype.restore = function() {
|
|||
this.trackContainer.innerHTML='';
|
||||
this.init(state);
|
||||
};
|
||||
|
||||
|
|
|
@ -159,4 +159,3 @@ AudioPlayout.prototype.stop = function(when) {
|
|||
|
||||
this.source && this.source.stop(when || 0);
|
||||
};
|
||||
|
||||
|
|
|
@ -167,4 +167,3 @@ TimeScale.prototype.onResolutionChange = function() {
|
|||
|
||||
this.drawScale(scrollX);
|
||||
};
|
||||
|
||||
|
|
|
@ -898,4 +898,3 @@ TrackEditor.prototype.getTrackDetails = function() {
|
|||
|
||||
return d;
|
||||
};
|
||||
|
||||
|
|
|
@ -447,4 +447,3 @@ WaveformDrawer.prototype.drawFades = function(fades) {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1,179 +1,166 @@
|
|||
|
||||
cc_music_dirs:
|
||||
-
|
||||
id: '1'
|
||||
directory: '/tmp/libretime-test'
|
||||
type: 'stor'
|
||||
exists: 't'
|
||||
watched: 't'
|
||||
|
||||
- id: "1"
|
||||
directory: "/tmp/libretime-test"
|
||||
type: "stor"
|
||||
exists: "t"
|
||||
watched: "t"
|
||||
|
||||
cc_files:
|
||||
-
|
||||
id: '1'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/oneminute.mp3'
|
||||
mtime: '2017-08-06 04:27:36'
|
||||
utime: '2017-08-06 04:26:47'
|
||||
track_title: 'oneminute.mp3'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:01:00'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '2586748'
|
||||
- id: "1"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/oneminute.mp3"
|
||||
mtime: "2017-08-06 04:27:36"
|
||||
utime: "2017-08-06 04:26:47"
|
||||
track_title: "oneminute.mp3"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:01:00"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "2586748"
|
||||
|
||||
-
|
||||
id: '2'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/fiveminute.mp3'
|
||||
mtime: '2017-08-06 04:28:36'
|
||||
utime: '2017-08-06 04:27:47'
|
||||
track_title: 'fiveminute.mp3'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:05:00'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '5126748'
|
||||
- id: "2"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/fiveminute.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
track_title: "fiveminute.mp3"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:05:00"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "5126748"
|
||||
|
||||
-
|
||||
id: '3'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/track1.mp3'
|
||||
mtime: '2017-08-06 04:28:36'
|
||||
utime: '2017-08-06 04:27:47'
|
||||
track_title: 'track1'
|
||||
album_title: 'album1'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:01:30'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '5126748'
|
||||
- id: "3"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track1.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
track_title: "track1"
|
||||
album_title: "album1"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:01:30"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "5126748"
|
||||
|
||||
-
|
||||
id: '4'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/track2.mp3'
|
||||
mtime: '2017-08-06 04:28:36'
|
||||
utime: '2017-08-06 04:27:47'
|
||||
track_title: 'track2'
|
||||
album_title: 'album1'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:01:30'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '5126748'
|
||||
- id: "4"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track2.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
track_title: "track2"
|
||||
album_title: "album1"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:01:30"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "5126748"
|
||||
|
||||
-
|
||||
id: '5'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/track3.mp3'
|
||||
mtime: '2017-08-06 04:28:36'
|
||||
utime: '2017-08-06 04:27:47'
|
||||
track_title: 'track3'
|
||||
album_title: 'album1'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:01:30'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '5126748'
|
||||
- id: "5"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track3.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
track_title: "track3"
|
||||
album_title: "album1"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:01:30"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "5126748"
|
||||
|
||||
- id: "6"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track1-2.mp3"
|
||||
mtime: "2017-08-06 05:28:36"
|
||||
utime: "2017-08-16 04:27:47"
|
||||
track_title: "track1"
|
||||
album_title: "album2"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:01:30"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "5126748"
|
||||
|
||||
|
||||
-
|
||||
id: '6'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/track1-2.mp3'
|
||||
mtime: '2017-08-06 05:28:36'
|
||||
utime: '2017-08-16 04:27:47'
|
||||
track_title: 'track1'
|
||||
album_title: 'album2'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:01:30'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '5126748'
|
||||
|
||||
|
||||
-
|
||||
id: '7'
|
||||
mime: 'audio/mp3'
|
||||
ftype: 'audioclip'
|
||||
directory: '1'
|
||||
filepath: 'imported/1/track2-2.mp3'
|
||||
mtime: '2017-08-06 04:28:36'
|
||||
utime: '2017-08-06 04:27:47'
|
||||
track_title: 'track2'
|
||||
album_title: 'album2'
|
||||
bit_rate: '320000'
|
||||
sample_rate: '44100'
|
||||
length: '00:01:30'
|
||||
channels: '2'
|
||||
genre: 'test'
|
||||
label: 'nada'
|
||||
owner_id: '1'
|
||||
file_exists: 't'
|
||||
hidden: 'f'
|
||||
silan_check: 'f'
|
||||
is_scheduled: 'f'
|
||||
is_playlist: 'f'
|
||||
filesize: '5126748'
|
||||
- id: "7"
|
||||
mime: "audio/mp3"
|
||||
ftype: "audioclip"
|
||||
directory: "1"
|
||||
filepath: "imported/1/track2-2.mp3"
|
||||
mtime: "2017-08-06 04:28:36"
|
||||
utime: "2017-08-06 04:27:47"
|
||||
track_title: "track2"
|
||||
album_title: "album2"
|
||||
bit_rate: "320000"
|
||||
sample_rate: "44100"
|
||||
length: "00:01:30"
|
||||
channels: "2"
|
||||
genre: "test"
|
||||
label: "nada"
|
||||
owner_id: "1"
|
||||
file_exists: "t"
|
||||
hidden: "f"
|
||||
silan_check: "f"
|
||||
is_scheduled: "f"
|
||||
is_playlist: "f"
|
||||
filesize: "5126748"
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
cc_pref:
|
||||
-
|
||||
id: '1'
|
||||
- id: "1"
|
||||
subjid: null
|
||||
keystr: shows_populated_until
|
||||
valstr: '2014-02-01 00:00:00'
|
||||
-
|
||||
id: '2'
|
||||
valstr: "2014-02-01 00:00:00"
|
||||
- id: "2"
|
||||
subjid: null
|
||||
keystr: timezone
|
||||
valstr: UTC
|
||||
|
|
|
@ -1,270 +1,234 @@
|
|||
cc_show:
|
||||
-
|
||||
id: '1'
|
||||
name: 'test show'
|
||||
- id: "1"
|
||||
name: "test show"
|
||||
url: null
|
||||
genre: null
|
||||
description: null
|
||||
color: ffffff
|
||||
background_color: '364492'
|
||||
background_color: "364492"
|
||||
live_stream_using_airtime_auth: false
|
||||
live_stream_using_custom_auth: false
|
||||
live_stream_user: null
|
||||
live_stream_pass: null
|
||||
linked: false
|
||||
is_linkable: true
|
||||
image_path: ''
|
||||
image_path: ""
|
||||
has_autoplaylist: false
|
||||
autoplaylist_id: null
|
||||
autoplaylist_repeat: false
|
||||
cc_show_days:
|
||||
-
|
||||
id: '1'
|
||||
first_show: '2014-01-05'
|
||||
- id: "1"
|
||||
first_show: "2014-01-05"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '0'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-02'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
-
|
||||
id: '2'
|
||||
first_show: '2014-01-06'
|
||||
duration: "01:00"
|
||||
day: "0"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-02"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
- id: "2"
|
||||
first_show: "2014-01-06"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '1'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-03'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
-
|
||||
id: '3'
|
||||
first_show: '2014-01-07'
|
||||
duration: "01:00"
|
||||
day: "1"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-03"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
- id: "3"
|
||||
first_show: "2014-01-07"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '2'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-04'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
-
|
||||
id: '4'
|
||||
first_show: '2014-01-08'
|
||||
duration: "01:00"
|
||||
day: "2"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-04"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
- id: "4"
|
||||
first_show: "2014-01-08"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '3'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-05'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
-
|
||||
id: '5'
|
||||
first_show: '2014-01-09'
|
||||
duration: "01:00"
|
||||
day: "3"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-05"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
- id: "5"
|
||||
first_show: "2014-01-09"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '4'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-06'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
-
|
||||
id: '6'
|
||||
first_show: '2014-01-10'
|
||||
duration: "01:00"
|
||||
day: "4"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-06"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
- id: "6"
|
||||
first_show: "2014-01-10"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '5'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-07'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
-
|
||||
id: '7'
|
||||
first_show: '2014-01-11'
|
||||
duration: "01:00"
|
||||
day: "5"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-07"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
- id: "7"
|
||||
first_show: "2014-01-11"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '6'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2014-02-01'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
duration: "01:00"
|
||||
day: "6"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2014-02-01"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
cc_show_instances:
|
||||
-
|
||||
id: '1'
|
||||
starts: '2014-01-05 00:00:00'
|
||||
ends: '2014-01-05 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "1"
|
||||
starts: "2014-01-05 00:00:00"
|
||||
ends: "2014-01-05 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '2'
|
||||
starts: '2014-01-12 00:00:00'
|
||||
ends: '2014-01-12 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "2"
|
||||
starts: "2014-01-12 00:00:00"
|
||||
ends: "2014-01-12 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '3'
|
||||
starts: '2014-01-19 00:00:00'
|
||||
ends: '2014-01-19 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "3"
|
||||
starts: "2014-01-19 00:00:00"
|
||||
ends: "2014-01-19 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '4'
|
||||
starts: '2014-01-26 00:00:00'
|
||||
ends: '2014-01-26 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "4"
|
||||
starts: "2014-01-26 00:00:00"
|
||||
ends: "2014-01-26 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '5'
|
||||
starts: '2014-01-06 00:00:00'
|
||||
ends: '2014-01-06 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "5"
|
||||
starts: "2014-01-06 00:00:00"
|
||||
ends: "2014-01-06 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '6'
|
||||
starts: '2014-01-13 00:00:00'
|
||||
ends: '2014-01-13 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "6"
|
||||
starts: "2014-01-13 00:00:00"
|
||||
ends: "2014-01-13 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '7'
|
||||
starts: '2014-01-20 00:00:00'
|
||||
ends: '2014-01-20 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "7"
|
||||
starts: "2014-01-20 00:00:00"
|
||||
ends: "2014-01-20 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '8'
|
||||
starts: '2014-01-27 00:00:00'
|
||||
ends: '2014-01-27 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "8"
|
||||
starts: "2014-01-27 00:00:00"
|
||||
ends: "2014-01-27 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '9'
|
||||
starts: '2014-01-07 00:00:00'
|
||||
ends: '2014-01-07 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "9"
|
||||
starts: "2014-01-07 00:00:00"
|
||||
ends: "2014-01-07 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '10'
|
||||
starts: '2014-01-14 00:00:00'
|
||||
ends: '2014-01-14 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "10"
|
||||
starts: "2014-01-14 00:00:00"
|
||||
ends: "2014-01-14 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '11'
|
||||
starts: '2014-01-21 00:00:00'
|
||||
ends: '2014-01-21 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "11"
|
||||
starts: "2014-01-21 00:00:00"
|
||||
ends: "2014-01-21 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '12'
|
||||
starts: '2014-01-28 00:00:00'
|
||||
ends: '2014-01-28 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "12"
|
||||
starts: "2014-01-28 00:00:00"
|
||||
ends: "2014-01-28 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '13'
|
||||
starts: '2014-01-08 00:00:00'
|
||||
ends: '2014-01-08 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "13"
|
||||
starts: "2014-01-08 00:00:00"
|
||||
ends: "2014-01-08 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '14'
|
||||
starts: '2014-01-15 00:00:00'
|
||||
ends: '2014-01-15 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "14"
|
||||
starts: "2014-01-15 00:00:00"
|
||||
ends: "2014-01-15 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '15'
|
||||
starts: '2014-01-22 00:00:00'
|
||||
ends: '2014-01-22 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "15"
|
||||
starts: "2014-01-22 00:00:00"
|
||||
ends: "2014-01-22 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '16'
|
||||
starts: '2014-01-29 00:00:00'
|
||||
ends: '2014-01-29 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "16"
|
||||
starts: "2014-01-29 00:00:00"
|
||||
ends: "2014-01-29 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '17'
|
||||
starts: '2014-01-09 00:00:00'
|
||||
ends: '2014-01-09 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "17"
|
||||
starts: "2014-01-09 00:00:00"
|
||||
ends: "2014-01-09 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '18'
|
||||
starts: '2014-01-16 00:00:00'
|
||||
ends: '2014-01-16 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "18"
|
||||
starts: "2014-01-16 00:00:00"
|
||||
ends: "2014-01-16 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '19'
|
||||
starts: '2014-01-23 00:00:00'
|
||||
ends: '2014-01-23 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "19"
|
||||
starts: "2014-01-23 00:00:00"
|
||||
ends: "2014-01-23 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '20'
|
||||
starts: '2014-01-30 00:00:00'
|
||||
ends: '2014-01-30 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "20"
|
||||
starts: "2014-01-30 00:00:00"
|
||||
ends: "2014-01-30 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '21'
|
||||
starts: '2014-01-10 00:00:00'
|
||||
ends: '2014-01-10 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "21"
|
||||
starts: "2014-01-10 00:00:00"
|
||||
ends: "2014-01-10 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '22'
|
||||
starts: '2014-01-17 00:00:00'
|
||||
ends: '2014-01-17 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "22"
|
||||
starts: "2014-01-17 00:00:00"
|
||||
ends: "2014-01-17 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '23'
|
||||
starts: '2014-01-24 00:00:00'
|
||||
ends: '2014-01-24 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "23"
|
||||
starts: "2014-01-24 00:00:00"
|
||||
ends: "2014-01-24 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '24'
|
||||
starts: '2014-01-31 00:00:00'
|
||||
ends: '2014-01-31 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "24"
|
||||
starts: "2014-01-31 00:00:00"
|
||||
ends: "2014-01-31 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '25'
|
||||
starts: '2014-01-11 00:00:00'
|
||||
ends: '2014-01-11 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "25"
|
||||
starts: "2014-01-11 00:00:00"
|
||||
ends: "2014-01-11 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '26'
|
||||
starts: '2014-01-18 00:00:00'
|
||||
ends: '2014-01-18 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "26"
|
||||
starts: "2014-01-18 00:00:00"
|
||||
ends: "2014-01-18 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
-
|
||||
id: '27'
|
||||
starts: '2014-01-25 00:00:00'
|
||||
ends: '2014-01-25 01:00:00'
|
||||
show_id: '1'
|
||||
- id: "27"
|
||||
starts: "2014-01-25 00:00:00"
|
||||
ends: "2014-01-25 01:00:00"
|
||||
show_id: "1"
|
||||
modified_instance: false
|
||||
cc_show_rebroadcast:
|
||||
cc_show_hosts:
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
cc_pref:
|
||||
-
|
||||
id: '1'
|
||||
- id: "1"
|
||||
subjid: null
|
||||
keystr: shows_populated_until
|
||||
valstr: '2044-02-07 00:00:00'
|
||||
-
|
||||
id: '2'
|
||||
valstr: "2044-02-07 00:00:00"
|
||||
- id: "2"
|
||||
subjid: null
|
||||
keystr: timezone
|
||||
valstr: UTC
|
||||
|
|
|
@ -1,19 +1,18 @@
|
|||
cc_show:
|
||||
-
|
||||
id: '1'
|
||||
name: 'test show'
|
||||
- id: "1"
|
||||
name: "test show"
|
||||
url: null
|
||||
genre: null
|
||||
description: null
|
||||
color: ffffff
|
||||
background_color: '364492'
|
||||
background_color: "364492"
|
||||
live_stream_using_airtime_auth: false
|
||||
live_stream_using_custom_auth: false
|
||||
live_stream_user: null
|
||||
live_stream_pass: null
|
||||
linked: false
|
||||
is_linkable: true
|
||||
image_path: ''
|
||||
image_path: ""
|
||||
has_autoplaylist: false
|
||||
autoplaylist_id: null
|
||||
autoplaylist_repeat: false
|
||||
|
|
|
@ -1,79 +1,72 @@
|
|||
cc_show:
|
||||
-
|
||||
id: '1'
|
||||
name: 'test show'
|
||||
- id: "1"
|
||||
name: "test show"
|
||||
url: null
|
||||
genre: null
|
||||
description: null
|
||||
color: ffffff
|
||||
background_color: '364492'
|
||||
background_color: "364492"
|
||||
live_stream_using_airtime_auth: false
|
||||
live_stream_using_custom_auth: false
|
||||
live_stream_user: null
|
||||
live_stream_pass: null
|
||||
linked: true
|
||||
is_linkable: true
|
||||
image_path: ''
|
||||
image_path: ""
|
||||
has_autoplaylist: false
|
||||
autoplaylist_id: null
|
||||
autoplaylist_repeat: false
|
||||
cc_show_days:
|
||||
-
|
||||
id: '2'
|
||||
first_show: '2044-01-30'
|
||||
- id: "2"
|
||||
first_show: "2044-01-30"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '6'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2044-02-13'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
duration: "01:00"
|
||||
day: "6"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2044-02-13"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
cc_show_instances:
|
||||
-
|
||||
id: '3'
|
||||
starts: '2044-01-30 00:00:00'
|
||||
ends: '2044-01-30 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "3"
|
||||
starts: "2044-01-30 00:00:00"
|
||||
ends: "2044-01-30 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '4'
|
||||
starts: '2044-02-06 00:00:00'
|
||||
ends: '2044-02-06 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "4"
|
||||
starts: "2044-02-06 00:00:00"
|
||||
ends: "2044-02-06 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
cc_schedule:
|
||||
-
|
||||
id: '3'
|
||||
starts: '2044-01-30 00:00:00'
|
||||
ends: '2044-01-30 00:04:32'
|
||||
file_id: '1'
|
||||
clip_length: '00:04:32'
|
||||
fade_in: '00:00:00.5'
|
||||
fade_out: '00:00:00.5'
|
||||
cue_in: '00:00:00'
|
||||
cue_out: '00:04:32'
|
||||
instance_id: '3'
|
||||
playout_status: '1'
|
||||
-
|
||||
id: '4'
|
||||
starts: '2044-02-06 00:00:00'
|
||||
ends: '2044-02-06 00:04:32'
|
||||
file_id: '1'
|
||||
clip_length: '00:04:32'
|
||||
fade_in: '00:00:00.5'
|
||||
fade_out: '00:00:00.5'
|
||||
cue_in: '00:00:00'
|
||||
cue_out: '00:04:32'
|
||||
instance_id: '4'
|
||||
playout_status: '1'
|
||||
- id: "3"
|
||||
starts: "2044-01-30 00:00:00"
|
||||
ends: "2044-01-30 00:04:32"
|
||||
file_id: "1"
|
||||
clip_length: "00:04:32"
|
||||
fade_in: "00:00:00.5"
|
||||
fade_out: "00:00:00.5"
|
||||
cue_in: "00:00:00"
|
||||
cue_out: "00:04:32"
|
||||
instance_id: "3"
|
||||
playout_status: "1"
|
||||
- id: "4"
|
||||
starts: "2044-02-06 00:00:00"
|
||||
ends: "2044-02-06 00:04:32"
|
||||
file_id: "1"
|
||||
clip_length: "00:04:32"
|
||||
fade_in: "00:00:00.5"
|
||||
fade_out: "00:00:00.5"
|
||||
cue_in: "00:00:00"
|
||||
cue_out: "00:04:32"
|
||||
instance_id: "4"
|
||||
playout_status: "1"
|
||||
cc_show_rebroadcast:
|
||||
cc_show_hosts:
|
||||
|
||||
|
|
|
@ -1,63 +1,57 @@
|
|||
cc_show:
|
||||
-
|
||||
id: '1'
|
||||
name: 'test show'
|
||||
- id: "1"
|
||||
name: "test show"
|
||||
url: null
|
||||
genre: null
|
||||
description: null
|
||||
color: ffffff
|
||||
background_color: '364492'
|
||||
background_color: "364492"
|
||||
live_stream_using_airtime_auth: false
|
||||
live_stream_using_custom_auth: false
|
||||
live_stream_user: null
|
||||
live_stream_pass: null
|
||||
linked: false
|
||||
is_linkable: true
|
||||
image_path: ''
|
||||
image_path: ""
|
||||
has_autoplaylist: false
|
||||
autoplaylist_id: null
|
||||
autoplaylist_repeat: false
|
||||
cc_show_days:
|
||||
-
|
||||
id: '1'
|
||||
first_show: '2044-01-01'
|
||||
- id: "1"
|
||||
first_show: "2044-01-01"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '5'
|
||||
repeat_type: '1'
|
||||
next_pop_date: '2044-02-12'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
duration: "01:00"
|
||||
day: "5"
|
||||
repeat_type: "1"
|
||||
next_pop_date: "2044-02-12"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
cc_show_instances:
|
||||
-
|
||||
id: '1'
|
||||
starts: '2044-01-01 00:00:00'
|
||||
ends: '2044-01-01 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "1"
|
||||
starts: "2044-01-01 00:00:00"
|
||||
ends: "2044-01-01 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '2'
|
||||
starts: '2044-01-15 00:00:00'
|
||||
ends: '2044-01-15 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "2"
|
||||
starts: "2044-01-15 00:00:00"
|
||||
ends: "2044-01-15 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '3'
|
||||
starts: '2044-01-29 00:00:00'
|
||||
ends: '2044-01-29 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "3"
|
||||
starts: "2044-01-29 00:00:00"
|
||||
ends: "2044-01-29 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
cc_show_rebroadcast:
|
||||
cc_show_hosts:
|
||||
|
||||
|
|
|
@ -1,90 +1,81 @@
|
|||
cc_show:
|
||||
-
|
||||
id: '1'
|
||||
name: 'test show'
|
||||
- id: "1"
|
||||
name: "test show"
|
||||
url: null
|
||||
genre: null
|
||||
description: null
|
||||
color: ffffff
|
||||
background_color: '364492'
|
||||
background_color: "364492"
|
||||
live_stream_using_airtime_auth: false
|
||||
live_stream_using_custom_auth: false
|
||||
live_stream_user: null
|
||||
live_stream_pass: null
|
||||
linked: true
|
||||
is_linkable: true
|
||||
image_path: ''
|
||||
image_path: ""
|
||||
has_autoplaylist: false
|
||||
autoplaylist_id: null
|
||||
autoplaylist_repeat: false
|
||||
cc_show_days:
|
||||
-
|
||||
id: '1'
|
||||
first_show: '2044-01-01'
|
||||
- id: "1"
|
||||
first_show: "2044-01-01"
|
||||
last_show: null
|
||||
start_time: '00:00:00'
|
||||
start_time: "00:00:00"
|
||||
timezone: UTC
|
||||
duration: '01:00'
|
||||
day: '5'
|
||||
repeat_type: '0'
|
||||
next_pop_date: '2044-02-12'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
duration: "01:00"
|
||||
day: "5"
|
||||
repeat_type: "0"
|
||||
next_pop_date: "2044-02-12"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
cc_show_instances:
|
||||
-
|
||||
id: '1'
|
||||
starts: '2044-01-01 00:00:00'
|
||||
ends: '2044-01-01 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "1"
|
||||
starts: "2044-01-01 00:00:00"
|
||||
ends: "2044-01-01 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '2'
|
||||
starts: '2044-01-08 00:00:00'
|
||||
ends: '2044-01-08 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "2"
|
||||
starts: "2044-01-08 00:00:00"
|
||||
ends: "2044-01-08 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '3'
|
||||
starts: '2044-01-15 00:00:00'
|
||||
ends: '2044-01-15 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "3"
|
||||
starts: "2044-01-15 00:00:00"
|
||||
ends: "2044-01-15 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '4'
|
||||
starts: '2044-01-22 00:00:00'
|
||||
ends: '2044-01-22 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "4"
|
||||
starts: "2044-01-22 00:00:00"
|
||||
ends: "2044-01-22 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '5'
|
||||
starts: '2044-01-29 00:00:00'
|
||||
ends: '2044-01-29 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "5"
|
||||
starts: "2044-01-29 00:00:00"
|
||||
ends: "2044-01-29 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
-
|
||||
id: '6'
|
||||
starts: '2044-02-05 00:00:00'
|
||||
ends: '2044-02-05 01:00:00'
|
||||
show_id: '1'
|
||||
record: '0'
|
||||
rebroadcast: '0'
|
||||
- id: "6"
|
||||
starts: "2044-02-05 00:00:00"
|
||||
ends: "2044-02-05 01:00:00"
|
||||
show_id: "1"
|
||||
record: "0"
|
||||
rebroadcast: "0"
|
||||
instance_id: null
|
||||
modified_instance: false
|
||||
cc_show_rebroadcast:
|
||||
cc_show_hosts:
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue