Yesterday, 10:30 PM
Here's a note in function getEncodedAt() that gets DSD rate info
This goes way back to like the moode 2 or 3 era. There was a hack that worked back then that involved setting the locale to GB but it was removed in a subsequent release because it stopped working.
I think the way to handle this is to fallback to the "file" command or something like that. I'll do some testing.
Code:
// Mediainfo
// NOTE: Mediainfo called via sysCmd() i.e. exec() returns nothing if the file name contains accented chars
This goes way back to like the moode 2 or 3 era. There was a hack that worked back then that involved setting the locale to GB but it was removed in a subsequent release because it stopped working.
I think the way to handle this is to fallback to the "file" command or something like that. I'll do some testing.