My scenario is a Beets installed within a Jailed FreeBSD 11.1 environment on ZFS accessed by ssh to the host machine and the data is stored on that machine and happens only when .flac files are encountered.
I’m using Picard to group/gather, tag, grab artwork and save anything considered ‘Lossless’ separate from MP3 and separating those between Complete and Incomplete albums.
Incomplete’s will mostly be instances where I’ve got singles that didn’t get recognized as such, or that I only had an interest in part of the album and these will be processed as singletons in Beets.
Anything MP3, M4A and -some- FLAC so far, will process without issue. On some instances of FLAC, Beets will just hang at:
# beet -vv import -q .
…
…
x of 17 items replaced
Sending event: database_change
(repeated x times)
Sometimes a CTRL-C will eventually cause it to move on, but most of the time that’s it. Kill the session, start over. Sometimes there it will then skip that album as it managed to mark it as imported, but it does not actually make it into the Beets directory structure. Other times it will hang on that same one again unless I remove it from the inbound directory.
My config:
[spoiler] oggbeeter@TheWheel:/mnt/KMET/KMET_Server/Flac # more ~/.config/beets/config.yaml
############################################################################
## Beets Configuration file.
## ~./config/beets/config.yaml
#############################################################################
### Global Options
library: /mnt/KMET/Audio_Library/Beets/Tranquility.blb
directory: /mnt/KMET/Audio_Library/Tranquility
pluginpath: /mnt/KMET/Beets/Plugins
ignore: [".*", "*~", "System Volume Information", ".AppleDouble", "._*", ".DS_Store"]
ignore_hidden: yes
per_disc_numbering: yes
threaded: yes
bell:yes
# Plugins
plugins: [
# autotagger extentions
chroma,
discogs,
# metadata plugins
acousticbrainz,
# embedart,
# fetchart,
# ftintitle,
mbsync,
lyrics,
# scrub,
# path format plugins
duplicates,
bucket,
inline,
the,
# interoperability plugins
badfiles,
# misc plugins
missing,
info,
web,
ihate,
filefilter
# other plugins
# embyupdate,
]
web:
host: 192.168.88.42
port: 8337
cors: 192.168.88.*
# Import Options
import:
copy: true
move: no
write: true
# delete: false
resume: ask
incremental: yes
quiet_fallback: skip
none_rec_fallback: skip
timid: false
languages: en
log: /mnt/KMET/Audio_Library/Beets/beets-import.log
# Path options
paths:
# Artists/A/ASCII Artist Name, The/[YEAR] ASCII Album Name, The [EP]/01 - Track Name.mp3
default: 'Artists/%bucket{%upper{%left{%the{%asciify{$albumartist}},1}}}/%the{%asciify{$albumartist}}/[%if{$year,$year,0000}] %asciify{$album} %aunique{albumartist album year, albumtype label catalognum albumdisambig}/%if{$multidisc,$disc-}$track - %asciify{$title}'
# Singles/A/ASCII Artist Name, The/[YEAR] Track Name.mp3
singleton: 'Singles/%bucket{%upper{%left{%the{%asciify{$artist}},1}}}/[%if{$year,$year,0000}] %%the{%asciify{$artist}}/%asciify{$title}'
# Compilations/ASCII Compilation Name [YEAR], The/01-01 - Track Name.mp3
comp: 'Compilations/%the{%asciify{$album}%if{%aunique, %aunique{albumartist album year, albumtype label catalognum albumdisambig}}} [%if{$year,$year,0000}]/%if{$multidisc,$disc-}$track - %asciify{$title}'
# Sountracks/ASCII Soundtrack Name [YEAR], The/01 - Track Name.mp3
albumtype:soundtrack: 'Soundtracks/%the{%asciify{$album}%if{%aunique, %aunique{albumartist album year, albumtype label catalognum albumdisambig}}} [%if{$year,$year,0000}]/%if{$multidisc,$disk-}$track - %asciify{$title}'
# Audio Books
albumtype:audiobook: 'AudioBooks/%the{%asciify{$album}%if{%aunique, %aunique{albumartist album year, albumtype label catalognum albumdisambig}}} [%if{$year,$year,0000}]/%if{$multidisc,$disk-}$track - %asciify{$title}'
# Broadcasts - Demento, Podcasts, et al.
albumtype:broadcast: 'Broadcast/%the{%asciify{$album}%if{%aunique, %aunique{albumartist album year, albumtype label catalognum albumdisambig}}} [%if{$year,$year,0000}]/%if{$multidisc,$disk-}$track - %asciify{$title}'
### Plugin Options
duplicates:
full: yes
path: yes
tag: beetdupe=1
merge: yes
move: /mnt/KMET/Audio_Library/Overflow
count: yes
# This is just being ignored ... who knows why.
filefilter:
path: .*\.flac
ihate:
skip:
- genre:blues
- genre:hardcore rap
- genre:j-pop
- genre:soul
item_fields:
multidisc: 1 if disctotal > 1 else 0
bucket:
bucket_alpha:
- _
- A
- B
- C
- D
- E
- F
- G
- H
- I
- J
- K
- L
- M
- N
- O
- P
- Q
- R
- S
- T
- U
- V
- W
- X
- Y
- Z
bucket_alpha_regex:
'_': ^[^A-Z]
chroma:
auto: no
scrub:
auto: no
acoustid:
apikey: blah
echonest:
apikey: <API_KEY>
auto: yes
discogs:
user_token: foobar
ui:
color: yes
colors:
text_success: green
text_warning: yellow
text_error: red
text_highlight: red
text_highlight_minor: lightgray
action_default: turquoise
action: blue
oggbeeter@TheWheel:/mnt/KMET/KMET_Server/Flac # [/spoiler]
Verbose -vv output excerpt:
[spoiler] oggbeeter@TheWheel:/mnt/KMET/KMET_Server/Flac # beet -vv import -q .
user configuration: /oggbeeter/.config/beets/config.yaml
data directory: /oggbeeter/.config/beets
plugin paths: /mnt/KMET/Beets/Plugins
Sending event: pluginload
inline: adding item field multidisc
lyrics: Disabling google source: no API key configured.
library database: /mnt/KMET/Audio_Library/Beets/Tranquility.blb
library directory: /mnt/KMET/Audio_Library/Tranquility
Sending event: library_opened
Sending event: import_begin
Skipping previously-imported path: /mnt/KMET/KMET_Server/Flac/A/ABC/How to Be a… Zillionaire! - 1985
Skipping previously-imported path: /mnt/KMET/KMET_Server/Flac/A/ABC/The Lexicon of Love - 1982 [12" Vinyl]
Skipping previously-imported path: /mnt/KMET/KMET_Server/Flac/A/Anthrax/EP/I’m the Man - 1987
Sending event: import_task_created
...
Sending event: import_task_start
Looking up: /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003; /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 1 - The Absolute Roots of Ben Liebrand; /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 2 - The Relaxed and Groovy Tracks; /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 3 - The Funky Grooves and More; /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 4 - Recent Classics and Alternative Dance
Tagging Ben Liebrand - Grand 12-Inches
Searching for discovered album ID: 08be9f50-38d4-4c19-87a3-ee94892da05a
Requesting MusicBrainz release 08be9f50-38d4-4c19-87a3-ee94892da05a
Sending event: import_task_created
…
Sending event: import_task_created
primary MB release type: album
secondary MB release type(s): compilation
Candidate: Ben Liebrand - Grand 12‐Inches (08be9f50-38d4-4c19-87a3-ee94892da05a)
Computing track assignment…
…done.
Success. Distance: 0.00
Album ID match recommendation is Recommendation.strong
ID match.
Sending event: import_task_start
Looking up: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]
Tagging Men at Work - Cargo
/mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003
/mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 1 - The Absolute Roots of Ben Liebrand
/mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 2 - The Relaxed and Groovy Tracks
/mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 3 - The Funky Grooves and More
/mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 4 - Recent Classics and Alternative Dance (40 items)
Correcting tags from:
Ben Liebrand - Grand 12-Inches
Searching for discovered album ID: fcf18b65-17ce-4981-8b1e-035c820ee049
Requesting MusicBrainz release fcf18b65-17ce-4981-8b1e-035c820ee049
To:
Ben Liebrand - Grand 12‐Inches
URL:
https://musicbrainz.org/release/08be9f50-38d4-4c19-87a3-ee94892da05a
(Similarity: 100.0%) (4xCD, 2003, NL, Sony Music Media)
CD 1: The Absolute Roots of Ben Liebrand
* I Feel Love (original 12" version) -> I Feel Love (original 12″ version)
* Chase (original 12" version) -> Chase (original 12″ version)
* Funky Town (original 12" version) -> Funky Town (original 12″ version)
* Menergy (original 12" version) -> Menergy (original 12″ version)
* Dancer (original 12" version) -> Dancer (original 12″ version)
* You Make Me Feel (Mighty Real) (original 12" version) -> You Make Me Feel (Mighty Real) (original 12″ version)
* Haven't Stopped Dancing Yet (original 12" version) -> Haven’t Stopped Dancing Yet (original 12″ version)
* The Break (original 12" version) -> The Break (original 12″ version)
CD 2: The Relaxed and Groovy Tracks
* Don't Stop the Music (original 12" version) -> Don’t Stop the Music (original 12″ version)
* Good Times (original 12" version) -> Good Times (original 12″ version)
* Forget Me Nots (original 12" version) -> Forget Me Nots (original 12″ version)
* A Lover's Holiday (full length album version) -> A Lover’s Holiday (full length album version)
* Get Down Saturday Night (original 12" version) -> Get Down Saturday Night (original 12″ version)
* Fresh (12" remix) -> Fresh (12″ remix)
* Let's All Chant (original 12" version) -> Let’s All Chant (original 12″ version)
* Super Freak (original 12" version) -> Super Freak (original 12″ version)
* Rapper's Delight (full length version) -> Rapper’s Delight (full length version)
* Last Night a DJ Saved My Life (original 12" version) -> Last Night a DJ Saved My Life (original 12″ version)
CD 3: The Funky Grooves and More
* You're the One for Me (special dub-vocal edit) -> You’re the One for Me (special dub-vocal edit)
* Hit 'n Run Lover (original 12" version) -> Hit ’n Run Lover (original 12″ version)
* Shake Your Body (12" remix) -> Shake Your Body (12″ remix)
* Let the Music Play (original 12" version) -> Let the Music Play (original 12″ version)
* I.O.U. (original 12" version) -> I.O.U. (original 12″ version)
* Weekend (original 12" version) -> Weekend (original 12″ version)
* We Just (original 12" version) -> We Just (original 12″ version)
CD 4: Recent Classics and Alternative Dance
* Finally (12" Choice mix) -> Finally (12″ Choice mix)
* Pump Up the Jam (vocal 12" version) -> Pump Up the Jam (vocal 12″ version)
* Luv 4 Luv (original 12" version) -> Luv 4 Luv (original 12″ version)
* Show Me Love (original 12" version) -> Show Me Love (original 12″ version)
* Rhythm Is a Dancer (12" mix) -> Rhythm Is a Dancer (12″ mix)
* Feel What You Want (Our Tribe vocal 12" mix) -> Feel What You Want (Our Tribe vocal 12″ mix)
* Get Ready for This (original 12" version) -> Get Ready for This (original 12″ version)
* Relax (original New York 12" mix) -> Relax (original New York 12″ mix)
* Blue Monday (complete original 12" version) -> Blue Monday (complete original 12″ version)
Sending event: import_task_choice
ihate: processing your hate
Sending event: import_task_apply
…
Replacing item 493: /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 4 - Recent Classics and Alternative Dance/01. Finally (12" Choice mix).flac
Sending event: database_change
Sending event: item_removed
Replacing item 494: /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 3 - The Funky Grooves and More/09. I Feel Love (Patrick Cowley remix).flac
Sending event: database_change
Sending event: item_removed
Replacing item 496: /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 3 - The Funky Grooves and More/02. Beat the Street (special dub-vocal edit).flac
Sending event: database_change
primary MB release type: album
Candidate: Men at Work - Cargo (fcf18b65-17ce-4981-8b1e-035c820ee049)
Computing track assignment…
…done.
Success. Distance: 0.00
Album ID match recommendation is Recommendation.strong
ID match.
Sending event: import_task_start
Looking up: /mnt/KMET/KMET_Server/Flac/M/Monkees, The/Compilation/Greatest Hits - 1995
Tagging The Monkees - Greatest Hits
Searching for discovered album ID: bc0890e8-2bae-4b31-8357-873a44caffbd
Requesting MusicBrainz release bc0890e8-2bae-4b31-8357-873a44caffbd
Sending event: item_removed
…
40 of 40 items replaced
Sending event: database_change
…
Sending event: database_change
Sending event: import_task_created
Sending event: database_change
Sending event: database_change
primary MB release type: album
secondary MB release type(s): compilation
Candidate: The Monkees - Greatest Hits (bc0890e8-2bae-4b31-8357-873a44caffbd)
Computing track assignment…
…done.
Sending event: database_change
Success. Distance: 0.00
Sending event: database_change
Album ID match recommendation is Recommendation.strong
ID match.
Sending event: import_task_start
Looking up: /mnt/KMET/KMET_Server/Flac/O/Oingo Boingo/Compilation/20th Century Masters∶ The Millennium Collection∶ The Best of Oingo Boingo - 2002
Sending event: database_change
Tagging Oingo Boingo - 20th Century Masters: The Millennium Collection: The Best of Oingo Boingo
Sending event: database_change
Searching for discovered album ID: fc2cb2de-ec35-4bc4-bb78-ab135203168a
Requesting MusicBrainz release fc2cb2de-ec35-4bc4-bb78-ab135203168a
Sending event: database_change
…
Sending event: import_task_created
…
Sending event: database_change
Reimported album: added 1527327868.35, flexible attributes [] from album 31 for /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 4 - Recent Classics and Alternative Dance
Reimported item added 1527327868.36 from item 493 for /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 4 - Recent Classics and Alternative Dance/01. Finally (12" Choice mix).flac
…
Reimported item added 1527327868.4 from item 503 for /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 1 - The Absolute Roots of Ben Liebrand/09. The Break (original 12" version).flac
…
Reimported item flexible attributes [u’track_alt’, u’data_source’] from item 532 for /mnt/KMET/KMET_Server/Flac/L/Liebrand, Ben/Compilation/Grand 12-Inches - 2003/Disc 3 - The Funky Grooves and More/05. Let the Music Play (original 12" version).flac
Sending event: database_change
Sending event: import_task_created
primary MB release type: album
secondary MB release type(s): compilation
Candidate: Oingo Boingo - 20th Century Masters: The Millennium Collection: The Best of Oingo Boingo (fc2cb2de-ec35-4bc4-bb78-ab135203168a)
/mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media] (15 items)
Tagging:
Men at Work - Cargo
URL:
https://musicbrainz.org/release/fcf18b65-17ce-4981-8b1e-035c820ee049
(Similarity: 100.0%) (Digital Media, 2010, US, Columbia)
* It's a Mistake -> It’s a Mistake
* Shintaro (non LP B-side) -> Shintaro (non LP B‐side)
* Till the Money Runs Out (non LP B-side) -> Till the Money Runs Out (non LP B‐side)
* Fallin' Down (live) (non LP B-Side] -> Fallin’ Down (live) (non LP B-Side]
Computing track assignment...
Sending event: import_task_choice
ihate: processing your hate
...done.
Success. Distance: 0.00
Album ID match recommendation is Recommendation.strong
ID match.
Sending event: import_task_start
Looking up: /mnt/KMET/KMET_Server/Flac/O/Oingo Boingo/Compilation/Anthology - 1999; /mnt/KMET/KMET_Server/Flac/O/Oingo Boingo/Compilation/Anthology - 1999/Disc 1; /mnt/KMET/KMET_Server/Flac/O/Oingo Boingo/Compilation/Anthology - 1999/Disc 2
Tagging Oingo Boingo - Anthology
Searching for discovered album ID: 03cacf65-59ab-4512-806c-e182067f8d65
Requesting MusicBrainz release 03cacf65-59ab-4512-806c-e182067f8d65
Sending event: import_task_created
Sending event: import_task_apply
Sending event: import_task_created
Replacing item 537: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/10. No Restrictions.flac
Sending event: database_change
Sending event: item_removed
Replacing item 533: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/04. Upstairs in My House.flac
Sending event: database_change
Sending event: item_removed
Replacing item 540: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/11. Shintaro (non LP B-side).flac
Sending event: database_change
Sending event: item_removed
Replacing item 536: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/03. Settle Down My Boy.flac
Sending event: database_change
Sending event: item_removed
Replacing item 538: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/05. No Sign of Yesterday.flac
Sending event: database_change
Sending event: import_task_created
Sending event: item_removed
Replacing item 542: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/15. The Longest Night (live) (previously unreleased).flac
Sending event: database_change
Sending event: item_removed
Replacing item 539: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/01. Dr. Heckyll & Mr. Jive.flac
Sending event: database_change
Sending event: item_removed
Replacing item 546: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/12. Till the Money Runs Out (non LP B-side).flac
Sending event: database_change
Sending event: item_removed
Replacing item 541: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/14. Fallin' Down (live) (non LP B-Side].flac
Sending event: database_change
Sending event: item_removed
Replacing item 543: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/06. It's a Mistake.flac
Sending event: database_change
Sending event: item_removed
Replacing item 544: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/07. High Wire.flac
Sending event: database_change
Sending event: item_removed
Replacing item 534: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/13. Upstairs at My House (live).flac
Sending event: database_change
Sending event: item_removed
Replacing item 545: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/02. Overkill.flac
Sending event: database_change
Sending event: item_removed
Replacing item 535: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/08. Blue for You.flac
Sending event: database_change
Sending event: item_removed
Replacing item 547: /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/09. I Like To.flac
Sending event: database_change
Sending event: database_change
Sending event: item_removed
15 of 15 items replaced
Sending event: database_change
Sending event: database_change
lyrics: failed to fetch: https://www.musixmatch.com/lyrics/Cece-Peniston/Finally-%2812%E2%80%B3-Choice-Mix%29 (404)
Sending event: database_change
...
Reimported album: added 1527327871.81, flexible attributes [] from album 32 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]
Reimported item added 1527327871.82 from item 537 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/10. No Restrictions.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 537 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/10. No Restrictions.flac
Sending event: database_change
Reimported item added 1527327871.84 from item 533 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/04. Upstairs in My House.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 533 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/04. Upstairs in My House.flac
Sending event: database_change
Reimported item added 1527327871.84 from item 540 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/11. Shintaro (non LP B-side).flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 540 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/11. Shintaro (non LP B-side).flac
Sending event: database_change
Reimported item added 1527327871.89 from item 536 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/03. Settle Down My Boy.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 536 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/03. Settle Down My Boy.flac
Sending event: database_change
Reimported item added 1527327871.86 from item 538 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/05. No Sign of Yesterday.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 538 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/05. No Sign of Yesterday.flac
Sending event: database_change
Reimported item added 1527327871.85 from item 542 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/15. The Longest Night (live) (previously unreleased).flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 542 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/15. The Longest Night (live) (previously unreleased).flac
Sending event: database_change
Reimported item added 1527327871.89 from item 539 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/01. Dr. Heckyll & Mr. Jive.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 539 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/01. Dr. Heckyll & Mr. Jive.flac
Sending event: database_change
Reimported item added 1527327871.9 from item 546 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/12. Till the Money Runs Out (non LP B-side).flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 546 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/12. Till the Money Runs Out (non LP B-side).flac
Sending event: database_change
Reimported item added 1527327871.88 from item 541 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/14. Fallin' Down (live) (non LP B-Side].flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 541 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/14. Fallin' Down (live) (non LP B-Side].flac
Sending event: database_change
Reimported item added 1527327871.83 from item 543 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/06. It's a Mistake.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 543 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/06. It's a Mistake.flac
Sending event: database_change
Reimported item added 1527327871.83 from item 544 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/07. High Wire.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 544 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/07. High Wire.flac
Sending event: database_change
Reimported item added 1527327871.84 from item 534 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/13. Upstairs at My House (live).flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 534 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/13. Upstairs at My House (live).flac
Sending event: database_change
Reimported item added 1527327871.9 from item 545 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/02. Overkill.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 545 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/02. Overkill.flac
Sending event: database_change
Reimported item added 1527327871.81 from item 535 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/08. Blue for You.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 535 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/08. Blue for You.flac
Sending event: database_change
Reimported item added 1527327871.82 from item 547 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/09. I Like To.flac
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 547 for /mnt/KMET/KMET_Server/Flac/M/Men at Work/Cargo - 2010 [Digital Media]/09. I Like To.flac
primary MB release type: album
Sending event: database_change
secondary MB release type(s): compilation
Candidate: Oingo Boingo - Anthology (03cacf65-59ab-4512-806c-e182067f8d65)
/mnt/KMET/KMET_Server/Flac/M/Monkees, The/Compilation/Greatest Hits - 1995 (20 items)
Tagging:
The Monkees - Greatest Hits
URL:
https://musicbrainz.org/release/bc0890e8-2bae-4b31-8357-873a44caffbd
(Similarity: 100.0%) (CD, 1995, US, Rhino)
* I'm a Believer -> I’m a Believer
* (I'm Not Your) Steppin' Stone -> (I’m Not Your) Steppin’ Stone
* Goin' Down -> Goin’ Down
* It's Nice to Be With You -> It’s Nice to Be With You
Sending event: import_task_choice
ihate: processing your hate
Computing track assignment...
...done.
Success. Distance: 0.00
Album ID match recommendation is Recommendation.strong
ID match.
Sending event: import_task_start
Looking up: /mnt/KMET/KMET_Server/Flac/O/Oingo Boingo/Compilation/Best o' Boingo - 1991
Tagging Oingo Boingo - Best o' Boingo
Searching for discovered album ID: 911f1ce9-967d-4b8d-9ce1-f2f55df6d9a9
Requesting MusicBrainz release 911f1ce9-967d-4b8d-9ce1-f2f55df6d9a9
Sending event: import_task_apply
lyrics: got lyrics from backend: LyricsWiki
[/spoiler]