Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Upcoming moOde 8.1.2 release
#8
(07-03-2022, 04:57 PM)Tim Curtis Wrote: The commit has been pushed
https://github.com/moode-player/moode/co...5bdaead394

If you don't have a Gulp build environment setup yet I can post a download link to the minified JS files.

Hi Tim,

I had a quick look at your changes, and they do exactly what I do, except for the dirname function taking 2 arguments, for ease of extracting deeper folders...

ONE VERY IMPORTANT THING, THOUGH:


Code:
$path = stripos(dirname($path), '.cue', -4) === false ? $path : str_replace('.cue', '.flac', dirname($path));

You may not want to just change the extension to .flac, as the cue may contain ANY format... I need to look again, I think I did a quick cycle in the cue to find the last FILE entry BEFORE the track index (taken from /track????) or the first FILE entry if no /track??? is present.

I'll need the whole 8.1.x thing you are working on ATM to test it thoroughly, as I believe I cannot just replace those 6 files onto my 8.0.2; but nevertheless, I'll try applying them manually, one by one on a fresh 8.0.2 codebase, adding my CUE "parser" where needed.
I'll let you know, anyway.


Cheers, Al.
Reply


Messages In This Thread
Upcoming moOde 8.1.2 release - by Tim Curtis - 07-03-2022, 03:39 AM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-03-2022, 10:29 AM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-03-2022, 12:04 PM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-03-2022, 04:01 PM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-03-2022, 04:43 PM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-03-2022, 04:57 PM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-03-2022, 05:25 PM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-04-2022, 09:34 AM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-04-2022, 01:03 PM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-04-2022, 01:25 PM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-04-2022, 09:32 PM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-04-2022, 09:34 PM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-09-2022, 01:13 PM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-09-2022, 09:49 PM
RE: Upcoming moOde 8.1.2 release - by Tim Curtis - 07-09-2022, 10:16 PM
RE: Upcoming moOde 8.1.2 release - by Nutul - 07-09-2022, 11:19 PM

Forum Jump: