Here's my issue.
The background:I want to play a reasonably large number of .mp3 files in one location.
The audio system in this location had no .mp3 capability.
The way I chose to remedy this was to buy an inexpensive Samsung DVD player and add this to the sound system. I chose this player largely because:
- it has a remote control
- it can read from a USB stick.
To try this out I dumped a few .mp3's onto a stick and all was well. Things played from the USB stick, and in the sequence that I expected.
Next I put 67 .mp3's onto a blank stick, using 8.3 file names in the format of:
01 xxxxx.mp3
02 xxxxx.mp3
..
67 xxxxx.mp3
where xxxxx represents 5 letters which could be anything.
I chose to lead the names with numbers as I wanted the items to play in the specific order of 01 to 67.
(There's nothing magic about the 67, that just happened to be the number of files on hand.)
On my
computer, the directory of the disk reads exactly as I'd expect, viz. it starts with "01 xxxxx.mp3" and runs to "67 xxxxx.mp3". The items play in that order.
I put this stick into the DVD player and get items 1 to 67 on the DVD display panel (since it is connected only to an audio system, there is no display of titles, just item numbers).
The problemWhen I
play this stick:
item "1" on the DVD is actually file "47 xxxxx.mp3"
item "2" on the DVD is actually file "48 xxxxx.mp3"
..
item "21" on the DVD is actually file "67 xxxxx.mp3"
item "22" on the DVD is actually file "01 xxxxx.mp3"
..
item "67" on the DVD is actually file "46 xxxxx.mp3"
In other words, the file names are shifted 46 places from what I'd expect.
Can anybody tell me why, and if so, how to avoid this?