title's just the filename, what about path?

Trey <[email protected]> Mon, 7 Oct 2002 17:39:57 -0500
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
Hello everyone,

When looking at the rss index, I see the title's are simple the
filenames.  I'm needing a little more information for the interface I
want to create.  My mp3s are organized in directories such as:
author/album/song.mp3.  So, I'm trying to find out how to find the path
of the files...  Do I have to edit the source code for mod_mp3 to make
the title be the full pathname, minus what MP3 is set to in the
configuration file?  For example, I have MP3 /home/mp3.  I have the
file: /home/mp3/tom_petty/echo/07-echo.mp3, and instead of the title
being 07-echo.mp3 (which seems to be the only information I can get from
mod_mp3)... I'd like to have the title be tom_petty/echo/07-echo.mp3.
Is there something available that I've missed that can provide me the
path information I'm looking for?

Trey

PS: Please Cc me on any replies. Thanks!