v17 Include an unknown album to the database
#4
Sorry for the delay. Yesterday I was occupied by deleting Kodi from my machine, buying an XBox and installing XBMC 3.0 Devil Nevertheless it didn't work too.
(2018-03-31, 22:47)Karellen Wrote: Can you post a screenshot of the tags for one of the song files, using the extended tag view (ctrl-t) of Mp3Tag
Hmm, I've never heard of MP3Tag. But if exiftool is also ok?
Code:
while read line; do exiftool "$line"; echo "----------------"; done < <(ls CD*/*.flac) >> ~/tags.txt
https://paste.ubuntu.com/p/C7FYw2gqKN/
For checking and modifying the tags, I'm using Easytag for ages. It's the first time I run into trouble.
(2018-03-31, 22:47)Karellen Wrote: Also the full debug log will help.
https://paste.ubuntu.com/p/fyj4YCQPnX/
(2018-03-31, 22:47)Karellen Wrote: Is this the album? https://musicbrainz.org/release/6e929e98...a437af5b2a
Yes, it is.

The debug log complains:
Code:
21:58:30.668 T:139929296303872 DEBUG: ScanTags - No tag found for: /home/sm/Daten/MP3/Alben/Fastloaders/2016_Ninja Musicology/CD1/01 - Fastloaders - Wastelands Loader.flac
21:58:30.697 T:139929296303872 DEBUG: ScanTags - No tag found for: /home/sm/Daten/MP3/Alben/Fastloaders/2016_Ninja Musicology/CD1/02 - Fastloaders - Wastelands.flac
21:58:30.717 T:139929296303872 DEBUG: ScanTags - No tag found for: /home/sm/Daten/MP3/Alben/Fastloaders/2016_Ninja Musicology/CD1/03 - Fastloaders - The Wilderness Loader.flac
21:58:30.736 T:139929296303872 DEBUG: ScanTags - No tag found for: /home/sm/Daten/MP3/Alben/Fastloaders/2016_Ninja Musicology/CD1/04 - Fastloaders - The Wilderness.flac
21:58:30.752 T:139929296303872 DEBUG: ScanTags - No tag found for: /home/sm/Daten/MP3/Alben/Fastloaders/2016_Ninja Musicology/CD1/05 - Fastloaders - Palace Gardens Loader.flac
21:58:30.776 T:139929296303872 DEBUG: ScanTags - No tag found for: /home/sm/Daten/MP3/Alben/Fastloaders/2016_Ninja Musicology/CD1/06 - Fastloaders - Palace Gardens.flac
But there is a tag. The only thing I can imagine is the usage of special characters like the ™ in the comment field.
  
To get sure, I've restored the original directory structure with the subfolders named CD1..3
Reply


Messages In This Thread
RE: Include an unknown album to the database - by musv - 2018-04-02, 22:24
Logout Mark Read Team Forum Stats Members Help
Include an unknown album to the database0