1. answer is in the post right above this one.
2. how does your avs display and how would you like it to display?
Inside the LSTOOLS\ALT folder there are alternate main menus that have big and small vis windows
3. Be very carefull editing the stuff in that file, esp the custom buttons. One typeo can screw everything up.
There are about 10 things that need to be done to properly setup a custom button, but if you only want to add a command to be used on the custom buttons that are already present (main menu/audio player) it only needs a few steps but is still a little involved.
First i will say this guide is based on the local copy of ExecTBL.ini i have and will be included in the update. The file is mostly all the same format except i have used up more of the FREE buttons.
I have purposely left buttons 50-55 blank. There may be more that are blank in your copy but pretend that they arent black as they will be linked to other things in the update.
Step 1.
Check that there are enough entries for your command you want to add, if not you'll have to add more entries.
The first line looks like this
and continues all the way to MAINBT62Code:"MAINBT1","BYVAR;MAINBUTTON1;$TOPAPPS$”
If you want to add a entries that are higher than 62 you'll have to make another entry at the end.
also check that the line that starts like thisCode:"MAINBT63","BYVAR;MAINBUTTON63;$TOPAPPS$”
"SETTOPAPPSALL"
also goes all the way up to the same number
This step is ONLY required if there are no free buttons for you to use.
Next:
below the line that says "Step 1 add or modify app..."
you will find all the available commands that are active.
"AP50","" - "AP55","" should all be blank.
This is where you want to add your commands.
To add a command for "AP50","" for example the AUDIO command the line would look like this
"AP50","AUDIO"
Next:
you want to setup the label that will be used for you to recognize the button on the custom button chooser screen.
Directly under the line that says "Step 2 add app Button Name..."
Find where is says <<=FREE50 and change it to what you want the name of the button to be.
Next:
now you want to setup what the actual button once chosen is going to look like in the skin.
Directly under where it says "Step 3 add Menu Label..."
Find the line that looks like this
note: the numbers on this line are 50 and 51, it may seem like you are setting up the wrong label since is says FREE51, but you are doing it correct. Change FREE 51 to be the same name as what you want the buttons label to look like.Code:"SETUPMENULABEL50","SETVAR;AP50LB;=FREE51||SETUPMENULABEL51"
Ignore the area where is says
-----Main Menu Top Buttons-HOLD Commands----
this area is only for editing the actual .skin files and requires a lot more steps and is a tad bit more confusing. Its also not in chronological order in the .skin files so its super easy to screw something up.
Thats pretty much it.
if you have problems dont worry, just double tripple check your file. I even have issues adding commands myself cuz i forget one step.

