I need a drupal module that would create a music library. The script will scan a music folder every few minutes and automatically add new artists to the library.
I will upload Albums to the /music/ folder. All the Albums will have the same structure.
/music/
/music/Artist Name/
/music/Artist Name/CD_Cover.jpg
/music/Artist Name/The_First_Track.mp3
/music/Artist Name/The_Second_Track.mp3
When people go to the music page. They will see the a List of Artists from the names of the folders in the music folder. When they click on the artist. They will see the CD_Cover.jpg from the folder. They will also see the list of tracks from the artist folder. When they click on the song. A flash player will play it. How much will it cost for someone to make this.