Adding Lyrics button to Audio Profile and Audio List if lyrics are Available.
Design and Skin Customization
First thing to do is to add a form field of type 'textarea' to the audio CREATE and UPDATE screens for the audio module so your artists have a place to add the lyrics into. To do that, you use the Form Designer
Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer
Call the new form field 'audio_lyrics'. Once its created your artists should be able to write the lyrics in there and save it along with the songs or use the UPDATE button to adjust the lyrics.
Thats all you need to do for the
input side of things. That data will be stored along with all the other audio information.
Next you need to adjust the template locations where you want that info to be displayed, for that you need to adjust the templates:
Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor
In the location of your screenshot, figure out which template controls that area, then open it in the template editor. You will see the other audio_???? outputs like audio_title. Take note of the format its in, if it looks like this:
then you can use that same format to output the lyrics
Get to that point first. From there the rest is just styling.