What should I configure so that whenever I click on a letter on the menu [A-Z] the playlist will only display album for that letter. I already changing %album artist% to %album% on the setting for the menu.
Currently what it did was when I click a letter, say M, the playlist will show the album starting with M at the center. Other non-M letter album is still displayed.
Second question:
How can I enable the sorting method (preset default) as default every time I click an album from the album panel list for ELPlaylist to sort by album title alphabetically (some album didn't sort by that way). Now I need to right click the option every time I choose an album group/genre. I already change the Group and Sort method of ELPlaylist to %album%.
Go to the "Edit" menu of fb2k, and select "Sort", and then you can either use one of the main options, or use "Sort By" and create your own. Also, in fb2k's preferences you need to go to the "General" section and change the sort order there. Yes, it is a bit of a pain, but that should cover your problem.
I use this for sorting my library:
$if($strcmp($left(%album artist%,4),The ),$right(%album artist%,$sub($len(%album artist%),4))', 'The,%album artist%) - %album% - %codec% - $num(%tracknumber%,2)
Also, your playlist you are using is probably locked, which is why it will only highlight the letter of the alphabet you choose, rather than show only the letter you choose.
EDIT: Actually, even my unlocked playlist still just highlights, doesn't really filter. Hmmmm...