Add hashcode into album id to distinguish same-named albums

To distinguish same-named albums, we append a hash. The hash is
based on the "album artist" tag if present, otherwise on the path
of the parent directory of the audio file.

Test: atest MediaProviderTest
Test: atest DatabaseHelperTest
Test: atest MediaScannerTest
Bug: 167339595
Change-Id: Ib10446f9608ad1ad88267ef5a187cc3a5a785158
3 files changed