> If the unique numbers go beyond 10, something will
> have to be done to work around that (I'm
> referring to the 2 numbers required to input the
> track number beyond 9).
My current idea is, to add the unique number to the tracks independently of which albums are in view. So if your music library contains 5000 tracks, you will have unique numbers with four digits: 0001, 0002, 0003, ... 0010, 0011, 0002, ... 4999, 5000.
A track is recognized for playback if all digits of an unique number are pressed. With some more intelligent numbering algorithm it should also be possible to cancel erroneous input sequences.
Moreover, this method should also work if there are less than 10 keys available for entering the unique numbers - in these cases we have to use another radix (eg. octal), which, however, is transparent to the user.
> If that can be done, then any of the keyboard
> interface devices I listed can be used.
Okay.
> Also, to page vertically, can up and down keyboard
> inputs be implemented in lieu of a mouse scroll
> down/up, or are those already the default
> control? I've got a few old-time discs that
> have upwards of 20+ songs, and doing away with
> the mouse in kiosk mode is desired.
Okay, two more keys for up/down - currently the PageUp and PageDown keys do this job.
Another idea: Alternatively, if there are not so many keys present in the input device, just one for down and the left/right keys reset the vertical scrolling.
drewkare, thank you for your tips so far - I'm looking forward for your response.Statistics: Posted by Service-Team — 7. Jul 05, 02:02
]]>