As you start scrolling down the artist list a scrollbar will appear on the right hand side that can be used for quick access to the rest of the list. The first letter of the current position in the list will also be displayed.
I'm not suggesting that an A-Z style index can't be an option, but a scrollbar is a better default because not all lists are alphabetical e.g. Artist lists sorted by 'lastname, firstname' but displaying 'firstname lastname'. I personally have my album list sorted by AlbumArtist then by the date of the original release date and only then by the album name.
If you have the licensed version of MinimServer you can have MinimServer generate an A-Z index for you by configuring the
alphaGroup setting.
I use BubbleUPnP and MinimServer and a search for 'R.E.M.' works for me. You can debug your issue by looking at the search terms and results from both the Naim and BubbleUPnP app through the MinimServer logging feature.
Assuming you're using MinimWatch:
- Open one of the apps and navigate to the search feature.
- Right click on MinimWatch, select 'Show log', set Logging level to 'Debug' and Clear the window.
- Type 'R.E.M.' into the Naim/BubbleUPnP app and submit the search. Don't click on any of the results as a lot of useless logging will be generated.
- Navigate back to the MinimServer log window, set the Logging level back to Info, copy the contents of the log into notepad and Clear the log window.
- Repeat this for the other app and paste the results into a different file.
Make sure that when you've finished, the Logging level is set to 'Info' otherwise MinimServer will be generating a lot of logging when in use.
In the results you'll see the search term and the related results, though they won't be in order as the apps perform a number of different searches (album, artist, track e.t.c.), so you'll need to order them by the Thread number (threads can be reused so you may see more than 1 search per thread).
The following results show BubbleUPnP performing a search for albums where the artist contains 'R.E.M.' with MinimServer reporting 7 matches.
22:41:24.575 Thread-20: SearchCriteria=(upnp:class = "object.container.album.musicAlbum" and upnp:artist contains "R.E.M.") StartingIndex=0 RequestedCount=16 Filter=* SortCriteria=
22:41:24.578 Thread-20: NumberReturned=7 TotalMatches=7 UpdateID=114
Alternatively, attach both files in a reply and we can take a look.