Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.22 KB

KCTS 9 TV Schedule

This repository contains the custom module KCTS 9 TV Schedule as developed by KCTS 9 for the kcts9.org website.

AS-IS

This is module is not complete as it does not include full configuration elements necessary for use. The module expects one content type -- "schedule_item" -- and one taxonomy vocabulary -- "channel" -- to exist in order to function. Example configuration files are provided in the example-config folder, but they may not be complete.

Functionality

The primary functionality for syncing of content from TVSS can be found in the ScheduleItemManager and ChannelManager classes.

Note: some related hooks/functions/classes/etc. for the full functionality of the kcts9.org TV schedule may not be included here.

Dependencies

The KCTS 9 Media Manager module is an enforced dependency for this module.

Although it is not explicitly defined by the module configuration, this module requires the openpublicmedia/pbs-tv-schedules-service-php library.