As far as I can tell, this is what you do.
(a) Edit the tag titles (I use Tag & Rename) to specify the track names you desire.
(b) Create a folder (eg "\album") in the root directory of the SD and dump all album tracks there.
(c) Using Tag & Rename, or similar, order the tracks how you want (in software that is) and create a playlist of the album on the SD.
(d) Save the playlist to the SD root directory.
(e) Insert SD in RNS unit and wait until registered.
(f) Select "CD/TV" and choose "Drive" menu option (NW button).
(g) Scroll down and select the playlist, not the card itself.
(h) While playing mp3 press "Setup" and choose option to display tracks using "track name" not "file name".
(i) Enjoy.
A playlist with filename "This Album.m3u" will display as "This Album" on the title bar when playing.
The files can be named "01 song.mp3", "02 another.mp3", ... to facilitate ordering if you like, but this is not necessary. The tracks will be played in playlist order.
Lastly, all the naming and titling is best done on the PC first. Copy the structure to the SD when your happy with it. Experiment. Make sure that the files are listed in the playlist with relative paths, ie if the tracks are in the \album subdirectory then the playlist should have stuff such as
#EXTM3U
#EXTINF:305,Artist - Track 1
album\01 blah.mp3
#EXTINF:414,Artist - Track 2
album\02 shah.mp3
...
Don't allow absolute paths, eg
C:\Documents and Settings\Eric\My Documents\album\01 blah.mp3
...
which probably won't work.
(a) Edit the tag titles (I use Tag & Rename) to specify the track names you desire.
(b) Create a folder (eg "\album") in the root directory of the SD and dump all album tracks there.
(c) Using Tag & Rename, or similar, order the tracks how you want (in software that is) and create a playlist of the album on the SD.
(d) Save the playlist to the SD root directory.
(e) Insert SD in RNS unit and wait until registered.
(f) Select "CD/TV" and choose "Drive" menu option (NW button).
(g) Scroll down and select the playlist, not the card itself.
(h) While playing mp3 press "Setup" and choose option to display tracks using "track name" not "file name".
(i) Enjoy.
A playlist with filename "This Album.m3u" will display as "This Album" on the title bar when playing.
The files can be named "01 song.mp3", "02 another.mp3", ... to facilitate ordering if you like, but this is not necessary. The tracks will be played in playlist order.
Lastly, all the naming and titling is best done on the PC first. Copy the structure to the SD when your happy with it. Experiment. Make sure that the files are listed in the playlist with relative paths, ie if the tracks are in the \album subdirectory then the playlist should have stuff such as
#EXTM3U
#EXTINF:305,Artist - Track 1
album\01 blah.mp3
#EXTINF:414,Artist - Track 2
album\02 shah.mp3
...
Don't allow absolute paths, eg
C:\Documents and Settings\Eric\My Documents\album\01 blah.mp3
...
which probably won't work.