12-21-2024, 01:51 PM
(12-21-2024, 10:21 AM)Stephanowicz Wrote: UPDATE:
The fix I made for finding the filename in the title is not truely correct - one needs to check in both directions, as the filename could be longer than the title (like with "lirc" files) and the other way - the filename is shorter as the Title (or same lenth) - which should be the normal case.
So again a (hopefully last) fix : (https://github.com/Stephanowicz/moOde-au...sLocal.php)
Also corrected code to check "argv" correctly
Cheers, Stephan
PS: will try to integrate the lrc-webapi and als extend the settings page to enable lyrics for local files only
From a pure developer's point of view, I would entirely ignore the music file metadata; and ONLY search for an exact filename match, the extension being ".lrc" or ".lirc".