
1. Buffalo Linkstation NAS works with the Pinnacle Soundbridge once the PC Cast has sharing enabled. All songs are located and can be browsed by album, genre, and folder. This works without the need to have my PC switched on.
2. Soundbridge will only play Playlists created in WMP 11 if the songs are stored on the PC (although WMP 11 will play them off the NAS)
3. To create working Playlists on the Bufffalo NAS they must be stored as m3u files with the following format:
a) The Playlist must be saved in the My Music folder assuming the NAS has the following directory structure:
Share/My Music/Artist/Album/Song.mp3
b) The m3u file format is as follows:
#EXTM3U
/Artist/Album/Song1.mp3
/Artist/Album/Song2.mp3
/Artist/Album/Song3.mp3
Etc.
Note: the first line must be #EXTM3Uas above.
Start a new line for each song using a forward slash / instead of a backslash \ as required by the NAS Linux operating system.
Use the relative path from the directory the Playlist is stored
4. To create Playlists, use WMP11 and then use Notepad to edit the file as described above using find/replace, then save as a .m3u file using ANSI format.
I hope this helps somebody