@M.M.
I am on Fedora too. You need to build TagLib 2.x and install it
to /usr/local, and add this to dub.json:
```json
"lflags": [
"/usr/local/lib64/libtag.so",
"/usr/local/lib64/libtag_c.so",
"-lz"
]
```
I am hoping Fedora 44 will have TagLib 2.x by default so I do not
have to do this...
(TagLib 1 is in /usr/lib64 - that is why full paths)