Quote: Originally Posted by xGumbyx
So what you are saying is get our requests/wish lists in to you soon :P
Gumby
Yep!
I Hava a question regarding viewing by album art to everyone. To make this work fast and to keep things organized and keep the coding as simple and efficient as possible. The program must have the music files in a single location, and for the genre list view to work as well the music must be organized into folders that the installer creates, so here is the folder structure that it will create, then the user simply places their music in them accordingly.
C:\Media\Audio
-------------------Rock,Pop
---------------------------Album Folder (User Placed)
---------------------------Album Folder (User Placed)
---------------------------Album Folder (User Placed)
-------------------Alternative,Punk
-------------------Rap,Hip-Hop
-------------------Soul,R&B
-------------------Country
-------------------Jazz
-------------------Electronic,Dance
-------------------World,Reggae
-------------------Classical
-------------------Oldies
-------------------New Age
-------------------Christian,Gospel
-------------------Blues
-------------------Folk
-------------------Vocal,Easy Listening
-------------------Soundtracks,Musicals
-------------------Children
-------------------Comedy,Spoken Word
-------------------Latin
-------------------Holiday Music
-------------------Singles
The reason why I ask this is; the program goes out and opens every single file folder and looks for the folder.jpg file when the user clicks on one of these Genre Folders and then produces the list with album art in it. If it had to look at every single folder on the hard drive for the folder.jpg or look at every mp3 file, open the id3 tag to find the album cover it would take forever and a day, so I chose to organize it in these genre folders. It then records the path of all the albums that it found album art for within that genre and places it in a hidden list.
When the user clicks on one of the album covers, the mp3 files are shown in the list and the user can select what they want to listen to.
If they hit the View Albums button, the same Album cover list shows and the user can select a different album.
When the user hits the Change Genre button to go back to viewing just the Genre list, the hidden list is then wiped clear until the user hits another Genre in the list again.
How does everyone feel about how this works? Im kind of looking for a better way to represent the genres than the existing file list. The users have the option to use the Album cover list mode or the regular file list like it currently is.
Please give me all your feedback. Im interested in any input I can get. Thanks in advance!