Hello,
love the station module, I have been for some time trying to adapt your module to support a stations with both an am and fm band (ie 2 schedules, 2 listen links, 2 now playing). I have hacked (because I can't really code) to the point where I need just a second schedule to be complete (I also realize that is the most difficult part) I am an amature but will keep trying just though I'd put it out there.

Thanks,
joe

Comments

drewish’s picture

humm, that would be a cool feature but it'd be quite a bit of work (as it sounds like you've found) to go from the assumption that there's a single station to many stations. i'll keep it in mind in terms of directions as i work on some of the bigger changes i've got planned but i can't really promise that it'll happen any time soon.

drewish’s picture

Title: Add support to station module for both an AM and FM station » Allow multiple schedules
Version: 4.7.x-1.x-dev » 5.x-2.x-dev
Component: Code - Schedule » Schedule

This probably won't happen until after the upgrade to 5.0.

joeedel’s picture

I'm no programmer but I would be willing to support in any way that I can. I am now taking the time to learn the drupal api's and such so we will see.

drewish’s picture

Status: Active » Needs work
StatusFileSize
new36.76 KB

here's a patch that starts it off. it changes the database structure to accommodate multiple schedules so back before testing it.

joeedel’s picture

Thanks, will test and see if I can help

Joe

drewish’s picture

StatusFileSize
new41.27 KB

minor updates

drewish’s picture

marked: http://drupal.org/node/139690 as a duplicate

droople’s picture

Hi

Could you please consider continuing working on this feature,

I want to do a radio station directory in Drupal and this could be good, sorry for the duplicate thread on the station project

thanks

drewish’s picture

StatusFileSize
new42.19 KB

picking this up again. made some changes. now schedules are nodes. one is created automatically and assigned as the default. the editing is all done under the node/*/schedule tab. there's probably still a ton of bugs in this but i see this as the big feature for a 5.x-2.x branch.

drewish’s picture

Status: Needs work » Fixed

i went ahead and committed this to head. i'm sure it needs some more work but i'll just do patches.

Anonymous’s picture

Status: Fixed » Closed (fixed)