0
Just a question is there an easy way to put some sort of 'line break" between the songs at album level when I have an album with multiple discs? Now all the songs are just following each other...
Example in the screens, last 4 songs are on disc 2.
Ideal would be there is also some text like disc 1, and disc 2 etc...
Just my thoughts..
Appie
Example in the screens, last 4 songs are on disc 2.
Ideal would be there is also some text like disc 1, and disc 2 etc...
Just my thoughts..
Appie
Accepted Answer
0
it's not that simple, I don't have this code.. it's not just a line of code that you can replace...
this requires to break the incoming data (from ajax calls) into "sets" (each disc) and therefore change the way it is displayed in the Handlebars templates (Handlebars is the JS template engine we use to print the list of songs, albums, etc)
This means also that you will need at least to add some new CSS classes to show correctly the "visual" break between discs in a list of songs...
this requires to break the incoming data (from ajax calls) into "sets" (each disc) and therefore change the way it is displayed in the Handlebars templates (Handlebars is the JS template engine we use to print the list of songs, albums, etc)
This means also that you will need at least to add some new CSS classes to show correctly the "visual" break between discs in a list of songs...
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »