I will post the the way I made it so if anyone else needs to do it.
In the Style Picker > Action > Copy Link to Clipboard
C:\bb\Data\StyleListTabDelimited.Txt
use
https://wtools.io/convert-tsv-to-html-table edit the html in Notepad++ (free)
use Search > Replace
Find what: (<tr>\s*\R\s*<td>)(.+)</td>
Replace with: $1<a href="https://demos.pgmusic.com/audio/allstyledemos2/$2.m4a" title="" target="_blank">$2</a></td>
Check > Regular expression
then save, this will give you an html page that will open in your browser as here
https://reatrak.com/downloads/biab/style-player/when the style name is clicked it will open the m4a demo file in a new tab to play.