12-20-2024, 05:39 PM
(12-20-2024, 03:55 PM)Subsub Wrote: Hi Stephan, the change works well. The only inconsistency is that the lyrics displayed for any song with a local .lrc file displays the lyrics with the adjacent 'timecode' eg it displays "[02:33.24] Please, tell me why you think that's a crime" and not "Please, tell me why you think that's a crime". Apart from that it is consistent across the board. Thanks for your time on this.
Hi, it took a while till I understood - I thought You asked me why I think it's a crime xDD
Well, it's not a crime, just again my mistake with ".lirc"
You can simply correct it in line 44:
Code:
if($info['extension']=="lirc"){
just replace the "lirc" with "lrc"
or download the file - I just corrected it. (https://github.com/Stephanowicz/moOde-au...sLocal.php)
Cheers, Stephan