Hello,
I am attempting to implement audio archiving for my drupal station website for a local college radio station. Audio seems to be working very well except for one big problem - the title tokens are not being properly interpreted. I have seen this issue mentioned before, but not for a drupal 6 instal. Every single audio node title is being posted as "[field_station_program-title] [audio-tag-title-raw]"
Tips? Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | station_archive_652874.patch | 1.56 KB | drewish |
Comments
Comment #1
jagarolik commentedComment #2
drewish commentedThe parameters to audio_api_insert() have changed since 5.x but it didn't get updated in the station_archive module. Committing this to HEAD.