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