The ability to link a picture to the program, which would be shown in a block to start and ideally the ability to hook it on the site anywhere which could be the DJ live or related show flyer at that particular time according to the schedule.

Comments

neo5287’s picture

More info similar to this - http://drupal.org/node/1626700

gnal’s picture

You can add an image field on the program content type and then create a view that filters on program type and schedule time. You will need to add a relation to "Program Scheduling" to be able to filter by time. See the
station_schedule_programs view that the module provides.

donbon’s picture

Issue summary: View changes

I can confirm gnal's comment. Was able to add image field to content type, and filter criteria:

 (Program's scheduling) Station Schedule Item: Start (<= Now)
(Program's scheduling) Station Schedule Item: Finish (>= Now)

Like gnal says, you must first add a relation to "Program Scheduling" in the "Advanced" section of the view.