Drupal 7 station after the cron warnings
hello I have days trying to take walk the radio module, not sure if this topic goes here, but hopefully someone else will have happened in this way and I can give a direction to run cron on my Drupal installation I appear the following warnings:
Notice: Trying to get property of non-object in station_schedule_program_get_at() (line 936 of /htdocs/sites/all/modules/station/schedule/station_schedule.module).
The specified file sites/all/modules/station/archive/import/1365465600.mp3 could not be deleted, because it is not a valid URI. More information is available in the system log.
Using audio filename to sort a view
Hi i'm using station module with audio on D6. For one of the audio views, I want to use the audio filename ($node->audio['file']->filename ) to sort the audio... The filename is not exposed in Views. Any help is appreciated.
Station module archives : Changing path from program id to program title in station schedule
The station_schedule.module places a link to previously broadcast audio files on the program pages using the following lines (about line 568-579)
----------starts -------
/**
* Load listen links for a program.
* @param $program_nid Node id of the program.
* @param $short bool true for short version of links
/
function station_schedule_archive_links($program_nid, $short = FALSE) {
$archive_url = station_get_archive_url();
$may_archive = db_result(db_query('SELECT COUNT() FROM {station_schedule_item} s WHERE s.program_nid = %d AND s.may_archive = 1', $program_nid));
Sandusky Radio: 11 Stations, 1 CMS - Drupal Case Study
I just saw this Drupal Case Study about Sandusky Radio: 11 Stations, 1 CMS on Drupal.org and thought you all might be interested. What I find especially interesting is this:
Read moreThe center of what a radio station site does is the ability to display what’s On Air now and what is next on the playlist. Bluespark tightly integrated each Drupal site with the radio station’s existing playlist system to pull that information in as well as allow content managers to set up show schedules.
How to create a recently played list of songs
Hi everyone,
I'm working on a station site for our college radio station, and wanted to share how I created a View that lists recently played songs, with the most recently played on top (trying to mimic something like on (http://thecurrent.org). You could also modify this to make a "now playing" block that shows the first song in the list, aka the song playing right now.
To drupal power developers, this may seem obvious, but I'm new to drupal and thinking that anyone else with similar experience to mine might find this helpful
Basic Settings
Style: Unformatted
Beginner Question: How can I alter the looks of my Station Schedule?
Hi!
This is my first post on this site, so I hope this is the right place to ask questions. Basically I have a drupal 6 site and added the station module. I now want to alter the looks of the station schedule table to fit the design of the website. I could not really wrap my head around the things I found via google and I'm not too familiar with drupal theming in general.
I would really appreciate it, if someone could give me short instructions how i can add css-classes to the different table elements of the station schedule.
best regards
Günther
D7 directions: Community Media?
The D7 Community Media project, http://groups.drupal.org/community-media, (previously Open Media Project in D6, http://groups.drupal.org/open-media-project) is an end-to-end suite of modules for managing Public Access TV station assets relevant to producers: shows, airings, scheduling, video media assets, transcoding, playback server integration, media archiving, producer projects, physical and studio inventories, and continuing education classes.
Read moreStation Schedule Getting rid of extra white space.
I have been entering my schedule into the station module and I would like to put forth an idea to get rid of extra white space within the hour blocks.
Currently it appears that when the schedule is built instead of building one row at a time(one hour time slot for each day of the week) and ordering the data that way it is called up one column at a time (one hour after another through the whole day).
Currently it would call up the first day midnight to 1am, then 1am to 2am and keep working through the week in this way.
Read moreCannot change the position of the Schedule (Station Program module form) on program pages
I wanted to move the schedule block further down the page on the individual program's pages but even though I move it down and click save it always stays at the top.
I am trying re-order the schedule in: Home>Administer>Content Management>Program>Manage Fields
Is there another place where this can be done or is the schedule - Station Program Module Form not honoring this re-ordering?
I wanted to ask here before posting a bug report, not that it is a configuration thing that I somehow missed.
Thanks for any help!
Frederick
Storing Archive files on a different server
Ok, so here's my dilemma. I have my server running my Drupal instance. It works quite well, I'm happy with it. However, I'm limited to 24GB of disk space. I have another hosting plan, free of charge, on another host that may or may not start with Dr and end with eamhost that provides unlimited disk space.
Read more
