Music Hash identification
#3
We have a proof of concept now working and importing to TADB.

Next step is to setup an API method to get the Artist, Album and Track MusicBrainz ID from the hash we store.

Some initial results
PHP Code:
Original MP3 file       hash1="659D200D3B4F2BAD"   hash2="0AF56452067CF197"   image="False" 
Change filename         hash1="659D200D3B4F2BAD"   hash2="0AF56452067CF197"   image="False" 
Change id3 tag year     hash1="659D200D3B4F2BAD"   hash2="0AF56452067CF197"   image="False" 
Embed cover image       hash1="CC2E2B80F6A3C3AC"   hash2="0AF56452067CF197"   image="True"
Remove tag completely   hash1="9F65097AD1E38352"   hash2="EDD5972919703D39"   image="False" 
Retag with Picard       hash1="F46F746965C28CF8"   hash2="0AF56452067CF197"   image="False" 

As you can see it's all pretty good up until the removing of the tag.

Whats suprising is when I retag the empty MP3 with musicbrainz picard, the 2nd hash is identical to earlier tests. Very cool Smile
Reply


Messages In This Thread
Music Hash identification - by docwra - 2017-02-06, 11:51
RE: Music "Hash" identification - by docwra - 2017-02-13, 16:49
RE: Music "Hash" identification - by docwra - 2017-02-15, 17:35
RE: Music "Hash" identification - by helta - 2017-02-15, 22:10
RE: Music "Hash" identification - by docwra - 2017-02-15, 23:16
RE: Music "Hash" identification - by docwra - 2017-02-23, 18:08
RE: Music "Hash" identification - by helta - 2017-02-23, 19:58
RE: Music "Hash" identification - by docwra - 2017-02-23, 22:07
RE: Music Hash identification - by docwra - 2017-02-27, 19:30
RE: Music Hash identification - by tkgafs - 2017-02-28, 22:07
RE: Music Hash identification - by helta - 2017-02-27, 21:53
RE: Music Hash identification - by tkgafs - 2017-02-28, 22:16
RE: Music Hash identification - by docwra - 2017-03-01, 17:52
RE: Music Hash identification - by docwra - 2017-03-01, 17:59
RE: Music Hash identification - by braz - 2017-03-01, 18:29
RE: Music Hash identification - by docwra - 2017-03-06, 12:00
RE: Music Hash identification - by meowmoo - 2017-03-06, 17:31
RE: Music Hash identification - by docwra - 2017-03-06, 17:38
RE: Music Hash identification - by meowmoo - 2017-03-06, 19:22
RE: Music Hash identification - by docwra - 2017-03-06, 22:45
RE: Music Hash identification - by Bumpaneer - 2017-03-06, 23:00
RE: Music Hash identification - by docwra - 2017-03-07, 14:12
RE: Music Hash identification - by docwra - 2017-03-07, 17:17
RE: Music Hash identification - by docwra - 2017-03-13, 14:04
Logout Mark Read Team Forum Stats Members Help
Music Hash identification2