JeffreyGaydos / music-database-generator

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

Additional Metadata Suggestion #5

Closed Strezless1 closed 1 year ago

Strezless1 commented 1 year ago
`{"aliases":[{"begin":null,"type-id":"d4dcd0c0-b341-3612-a332-c0ce797b25cf","sort-name":"Orrantia, Omar Dejesu","locale":null,"end":null,"ended":false,"primary":null,"type":"Legal name","name":"Omar Dejesu Orrantia"}],"isnis":["0000000493417373","0000000493716314"],"disambiguation":"","area":{"type":null,"iso-3166-1-codes":["US"],"name":"United States","id":"489ce91b-6658-3307-9877-795b68554c98","disambiguation":"","sort-name":"United States","type-id":null},"country":"US","type-id":"b6e035f4-3ce9-331c-97df-83397230b0df","name":"Sin Estres","begin_area":{"type":null,"name":"Van Nuys","sort-name":"Van Nuys","disambiguation":"","type-id":null,"id":"4dba3eb0-3541-4ac6-bc8e-7c63bf8b4d47"},"end_area":null,"sort-name":"Sin Estres","life-span":{"begin":"1986-11-23","end":null,"ended":false},"end-area":null,"type":"Person","gender":"Male","gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9","ipis":["00836305443","00836305541","00836305639","01171441581"],"id":"5b649725-9874-47e3-a1e3-6a5d6ee323cd","begin-area":{"type":null,"name":"Van Nuys","sort-name":"Van Nuys","disambiguation":"","type-id":null,"id":"4dba3eb0-3541-4ac6-bc8e-7c63bf8b4d47"}} `

Originally posted by @Strezless1 in https://github.com/SinEstres/Strezless-Musick-Productionz-Founder/issues/10#issuecomment-1604458648

JeffreyGaydos commented 1 year ago

Is this an example of metadata you would want this generator to have?

Strezless1 commented 1 year ago

Yeah

JeffreyGaydos commented 1 year ago

Unfortunately, .mp3 files do not contain much of the metadata you are suggesting I add. In fact, only some .mp3 files have the real name of the artist, and not anything else on the artist. In order to add this kind of data, I would another data source to pull from outside of just .mp3 files.