Is there a way to get JASRAC's work code from MP3 music files?

Asked 1 years ago, Updated 1 years ago, 80 views

Thank you for your help.

I'd like to manage the database of MP3 files for music, such as the file name and
I can't make it a unique key by the song name, so I wanted to get a non-overlapping ID.

The XXX-XXXX-X registered with JASRAC in octa alphanumeric characters. I was thinking of using it as a key, but I'm looking for a way to get it.

If it is in the MP3 tag information, it can be analyzed and retrieved, but if it is not included,
Give the artist name and title to JASRAC's web page search function. I'd like to do it as a program, but please let me know if there is any way.

Thank you for your cooperation.

api mp3

2022-09-30 14:45

1 Answers

mp3 is a worldwide format, while JASRAC is a Japanese music management organization, so embedding the JASRAC code for the mp3 format is not mandatory.

Therefore, you can only get the JASRAC code from the mp3 tag from mp3.

Therefore, I think it would be realistic to pass the acoustic fingerprint to the music database MusicBrainz, receive the author/music name, and receive the JASRAC code for the corresponding combination from the JASRAC database.

Reference (MusicBrainz Wikipedia(jp) page)

One of the .Net libraries that accesses MusicBrainz seems to have Something like this
If you search GitHub for MusicBrainz as the keyword, there will be more.

MusicBrainz's client library was found by searching "MusicBrainz Library C#"


2022-09-30 14:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.