Soooo,
I wasn't able to use the (develop) branch, as something was not working properly (I assume due some changes in the backend) and I did not want to flash a development branch on my Pi4.
So I pull-ed (master) which is on 8.0.2, and tested my changes there.
(to test, I made a build locally, and then replaced the minimized JS files in my Pi4)
So far I was able to have the album art shown in:
1. the header entry of the exploded CUE in Folder view.
2. all albums in the Tag view
3. all albums in the Album view
added a helper function, and called in 2 places in scripts-library.js, and in 3 places in playerlib.js
(the function is duplicated in both files, till I make it public and imported, eventually)
Still not working:
the album art is not shown in the big picture of the now-playing screen IF adding/playing:
- a single track from the exploded CUE in folder view
- a single track or entire album from both the Tag and Album views
(these issues may be on the PHP side, during library generation)
I will look into these tomorrow or Friday, time permitting.
I am not committing anything anywhere, of course.
I wasn't able to use the (develop) branch, as something was not working properly (I assume due some changes in the backend) and I did not want to flash a development branch on my Pi4.
So I pull-ed (master) which is on 8.0.2, and tested my changes there.
(to test, I made a build locally, and then replaced the minimized JS files in my Pi4)
So far I was able to have the album art shown in:
1. the header entry of the exploded CUE in Folder view.
2. all albums in the Tag view
3. all albums in the Album view
added a helper function, and called in 2 places in scripts-library.js, and in 3 places in playerlib.js
(the function is duplicated in both files, till I make it public and imported, eventually)
Still not working:
the album art is not shown in the big picture of the now-playing screen IF adding/playing:
- a single track from the exploded CUE in folder view
- a single track or entire album from both the Tag and Album views
(these issues may be on the PHP side, during library generation)
I will look into these tomorrow or Friday, time permitting.
I am not committing anything anywhere, of course.