I would like to allow selecting of files by entering a unique numbers with the keypad + enter.
I have a db of my albums/songs where each album has a unique number (AUId) and the song (SUId).
SUId = (AUId * 100) + Track number.
I have around 600+ albums.
So when someone enters 5..4..0..1..2..<enter> it will place Album #540 Track 12.
How difficult would something like this be?