Missing Add Button For Audio, Video and Youtube
Using Jamroom
from what i understand:
* instead of charting the song plays on your actual site, you want to be able to manually input the number of plays of the song into a field in a form related to that song. There does not need to be an actual playable song.
So for that scenario I would forget about the jrAudio module, you dont need it. jrAudio plays songs that have been uploaded.
I would use jrAparana to make another module called xxChartable
That would give you a module where when you click on the + button you would see a new form with only:
TITLE: ................
and you could enter the title of the song that was chartable.
From there I would use the 'Form Designer' to give that module an input field
'chartable_plays_count'
That allowed the user to input a number.
my guess is that should be enough. just update the song name with the current plays each time you get a new number and it should be chartable.