06-07-2022, 06:52 PM
(06-07-2022, 06:41 PM)Nutul Wrote: Hi everybody,
in relation to my thread about the missing album-art with FLAC + CUE-sheets of a few days ago, I had a look at the code, both PHP and JS, and it seems like the JS code makes a couple of wrong assumptions when generates the hash for the image name it expects to be generated by thmcache.php.
I would like to test some changes to check my theory (presumably just a couple of lines for some substring) into player.js and scripts.library.js.
My problem is I have no clue about how to minimize and obfuscate the JS code, in order to just obtain the three JS files in the /var/www folder (config.min.js, lib.min.js and main.min.js). I am pretty sure my changes will affect just lib.min.js, but as I said, I don't know how to regenerate it from the original source code.
Thanks in advance to anybody for the help.
Cheers, Al.
Have a look at the Master Development Guide and especially the referenced Development with Gulp document.
I'll be interested to see how you two deal with the fact that a cue sheet is both a file and a pseudo-directory, especially when it comes to the Folder view.
Regards,
Kent