Hi everyone,

I'm new to drupal, but have layed some groundwork for a site that I am trying to develop. I am running 5.x

The idea for the site is audio tours of a city. I want users to be able to select a neighborhood and a type of tour(which i think i have worked out correctly using categories/taxonomy), and then a playlistlist of mp3 files would be returned with a corresponding google map. Each mp3 is linked to a location(address) for a different stop on the tour, and therefore would have its own marker on the map.

I have gotten the gmap and location modules to work. I am also using the audio module. I was able upload mp3s and link the locations to spots on the map.

Here are a few questions though:

1. I've assumed the best way to do this, is to create an rss feed for each category, and display the google map for that feed. Is there a way that i can get the mp3 files in a playlist that shows only the files and not the entire node that they are in?

2. Can thats playlist that would be theoretically be a feed be downloaded as a whole?

3. How would i display the rss feed of those files with the google map api on the same page?

4. Is there a way to number the locations on the map to correspond with a playlist?

Here is a similar site to one that I am trying to create, although built with ASP. http://www.gophila.com/soundabout/

Thanks for your help!