PDA

View Full Version : Input a 4 digit number for a WinAMP song



Defiler
October 16th, 2002, 08:25 PM
I'm new to Girder but not to Forums. I have serched for, literaly, hours... :o

I have all the "basic" WinAMP functions setup for my remote. I have imported the numplayer.GML file so I can jump to a song in my playlist and have it working correctly...BUT I would like to be able to enter a 4 digit song number. The current numplayer only alows 3 and plays imediately after the third digit has been entered.

If this can be done please help me out.

I would really like a straght forward answer as to how to do this. I have been trying to figure this out for a while now and I am getting a little frustrated.

Ron
October 16th, 2002, 11:30 PM
Then you'll have to modify the commands that came in the original numbuilder.gml. Change the keycount to 4 and the format to something that accepts 4 digits. ( %04d.m3u ? )

Defiler
October 17th, 2002, 05:17 AM
Then you'll have to modify the commands that came in the original numbuilder.gml. Change the keycount to 4 and the format to something that accepts 4 digits. ( %04d.m3u ? )

I'm not sure if you have a few things mixed up...First I am talking about song numbers not playlist numbers. The %04d.m3u reference made me think this.

I did try what you told me anyway but it only made things worse. After inputing the register number, the keycount and the format I can't remove the register number or the format...??? And now the original commands don't work to change to any number song.

If I need to give more info please lat me know.

Ron
October 17th, 2002, 05:49 AM
well then its back to the original numbuilder file.