Hello all,
I've been using the station module on a drupal 5.x installation for a new radio station website.
Here are the issues i'm facing:
1. I need to take all the mp3 files with no id3 tags written and import them to Drupal.
All of the needed data are included in the filename, e.g. 'YYYY.MM.DD ,
.mp3'
Is there any way to do such a thing (drupal-wise)?
2.Is it possible for the audio module to just read the filename (with some regexp probably) and produce the necessary fields?
I guess i should use an external application (some kind of a batch id3 editor) in order to produce id3 tags and then import them to drupal? Any other ideas?
And last but not least:
3.I've been asked to make the files searchable by date (the one included in the filename - YYYY.MM.DD). Is this feasible?
If not, does anybody know any other CMS with modules which can do that?
I'd appreciate any ideas/suggestions as i'm currently in dire straits...