An idea to help organize your music with extra metadata using a SQL Server Database. This repository searches through a folder and gathers metadata already in mp3 files to add to a database
2
stars
1
forks
source link
MusicDatabaseGenerator: Output "cover.jpg" Files For Singles or Albums Missing Them #40
There is a way to read the embeded cover art on music files using react native, but it's a real pain. Let's just use TagLib to get the files, save them as non-hidden files, and then copy them over to our external device so we don't have to deal with embeded images outside of this tool (hopefully). In the long term, this tool might get deprecated in favor of an on-device version that has its own taglib-ish library to grab embeded images then.
There is a way to read the embeded cover art on music files using react native, but it's a real pain. Let's just use TagLib to get the files, save them as non-hidden files, and then copy them over to our external device so we don't have to deal with embeded images outside of this tool (hopefully). In the long term, this tool might get deprecated in favor of an on-device version that has its own taglib-ish library to grab embeded images then.