Hacker Newsnew | past | comments | ask | show | jobs | submit | Madeindjs's commentslogin

I found a tool named [Lossless Audio Checker](https://losslessaudiochecker.com) : "A utility to check whether a WAVE or FLAC file is truly lossless or not".

I was so sad that this project is not open-source but their Research papers give some interesting clues about detecting bad quality files.

On my side, I used it through a [Bash script](https://gist.github.com/madeindjs/d5e3949313b141f2e5eea62b98...) to detect bad files in my library. The tool produces a lot of false positives since it triggered on some High Res audio musics I bought on Qobuz.


I personally use MPV to play my music libraries containing mainly FLAC file and I wrote a plugin [1] using JS to send my listens to listenbrainz.org . It's damn simple, but it worked for the past few months!

[1]: https://gist.github.com/madeindjs/f33225cf4d8fdc9f61e0fe3ebe...


If I got it right, naming all our files with the extension `.mjs` solves the issue as well, right ?


I'm a Ntfy user and I really love this tool! Thank you so much for your work


Why should not use a simple database instead ?




I see an horizontal scroll because of a code block containing a non wrapped URL


Impressive design. Bravo


I thought the same thing. As a Node.js dev, I can quickly create a .mjs file and use a `module.export` to return a JavaScript object who contains the configuration. Thus, i can use template string and/or function to do what I want. I can even load JSON files natively


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: