trust me no offense was taken. i alwasy appreciate constructive criticism or just plain criticism, as it will help me in the long run the product better.
ok to the problem. this has been something i have been running into myself. to clairfy, you are able to navigate to the
music folder directly, inside the app itself, correct? and after double clicking the folder that contains your music nothing appears. if this is the case then this an issue with my app not getting the correct file paths, and somehting that i am currently working on. if this is not the case there are a few things you can try to get it up and running.
first off look in you documents folder. if NASair was able to locate your music it should have written out an XML file named TuneLibraryXML.xml. if this file is there try opening it up with any text editor and looking through the file. if everything is correct inside the file you should see something like this:
<Library>
<Artist ArtistName="Artist">
<Album AlbumName="Album">
<Song SongName="songName.mp3" SongPath="path/to/your/music/folder/songName.mp3" SongType="mp3"/>
</Album>
</Artist>
</Library>
obviously this would be much much longer depending on your music collection, but this is the basic layout of the xml. if you see the <Library> node repeated over and over, then please let me know as this is a problem with the way NASair writes out the file (hopefully this is not the case).
Bookmarks