From 2d87052d2be08c769891addd6f0a860c4253d5d3 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 4 Apr 2022 13:12:57 +0400 Subject: [PATCH] Add music catalogs. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 76a8348..57878a9 100644 --- a/readme.md +++ b/readme.md @@ -149,6 +149,8 @@ On character encoding, string formatting, unicode and internationalization. ## Multimedia - [Falsehoods about Video](https://haasn.xyz/posts/2016-12-25-falsehoods-programmers-believe-about-%5Bvideo-stuff%5D.html) - Cover it all: video decoding and playback, files, image scaling, color spaces and conversion, displays and subtitles. +- [Horrible edge cases to consider when dealing with music](https://dustri.org/b/horrible-edge-cases-to-consider-when-dealing-with-music.html) - Music catalogs data are full of crazy stuff. +- [MusicBrainz database schema](https://musicbrainz.org/doc/MusicBrainz_Database/Schema) - An open-source project and database that seems to have solved the complexity of music catalog management. ## Networks