#7031·beets

`Print tracks` missing from import?

Author: catapCreated Sep 15, 2026Updated Sep 15, 2026

Problem

When import new album here no more P action which before was Print tracks, which was quite usefull to create release in musicbrainz during importing.

Setup

  • OS: OpenBSD 8.0-beta
  • Python version: 3.14.6
  • beets version: 2-14-0
  • Turning off plugins made problem go away (yes/no): no

My configuration (output of beet config) is:

yaml
directory: /mnt/diskstation/music
asciify_paths: yes

import:
    move: yes
    auto: no
fetchart:
    lastfm_key: REDACTED
    auto: yes
    fetch_for_asis: no
    minwidth: 0
    maxwidth: 0
    quality: 0
    max_filesize: 0
    enforce_ratio: no
    cautious: no
    cover_names:
    - cover
    - front
    - art
    - album
    - folder
    fallback:
    sources:
    - filesystem
    - coverart
    - itunes
    - amazon
    - albumart
    - cover_art_url
    store_source: no
    high_resolution: no
    deinterlace: no
    cover_format:
    google_key: REDACTED
    google_engine: REDACTED
    fanarttv_key: REDACTED
lyrics:
    genius_api_key: REDACTED
    auto: yes
    auto_ignore:
    translate:
        api_key: REDACTED
        from_languages: []
        to_language:
    dist_thresh: 0.11
    google_API_key: REDACTED
    google_engine_ID: REDACTED
    lrcmux:
        url: https://api.lrcmux.dev
        sources: []
    fallback:
    force: no
    keep_synced: no
    local: no
    print: no
    rest_directory:
    synced: no
    sources:
    - lrclib
    - google
    - genius
    - lrcmux
musicbrainz:
    user: catap
    pass: flubs0{dans
    search_limit: 5
    data_source_mismatch_penalty: 0.5
    search_query_ascii: no
    genres: no
    genres_tag: genre
    external_ids:
        discogs: no
        bandcamp: no
        spotify: no
        deezer: no
        tidal: no
    extra_tags: []
    aliases_as_credits: no
mbcollection:
    auto: yes
    remove: yes
    collection: 04540b29-ba5e-4e0e-82e8-161035854aa4
convert:
    copy_album_art: yes
    auto: no
    format: flac
    formats:
        copy_m4a:
            command: ffmpeg -i $source -y -vn -c:a copy $dest
            extension: m4a
        aac:
            command: ffmpeg -i $source -y -vn -acodec aac -aq 1 $dest
            extension: m4a
        alac:
            command: ffmpeg -i $source -y -vn -acodec alac $dest
            extension: m4a
        flac: ffmpeg -i $source -y -vn -acodec flac $dest
        mp3: ffmpeg -i $source -y -vn -aq 2 $dest
        opus: ffmpeg -i $source -y -vn -acodec libopus -ab 96k $dest
        ogg: ffmpeg -i $source -y -vn -acodec libvorbis -aq 3 $dest
        wma: ffmpeg -i $source -y -vn -acodec wmav2 -vn $dest
    dest:
    pretend: no
    link: no
    hardlink: no
    threads: 4
    id3v23: inherit
    write_metadata: yes
    max_bitrate:
    auto_keep: no
    tmpdir:
    quiet: no
    embed: yes
    paths: {}
    no_convert: ''
    never_convert_lossy_files: no
    album_art_maxwidth: 0
    delete_originals: no
    playlist:
    force: no
    refresh: no
    keep_new: no
paths:
    default: '%the{$albumartist}/$album%aunique{}/$track $title'
    singleton: Non-Album/$artist/$title
    comp: Compilations/$album%aunique{}/$track $title

# --------------- Plugins ---------------

plugins: convert duplicates edit embedart fetchart fuzzy info lastgenre lyrics mbcollection mbsubmit mbsync missing musicbrainz the
disabled_plugins: []
duplicates:
    album: no
    checksum: ''
    copy: ''
    count: no
    delete: no
    format: ''
    full: no
    keys: []
    merge: no
    move: ''
    path: no
    tiebreak: {}
    strict: no
    tag: ''
    remove: no
edit:
    albumfields: album albumartist
    itemfields: track title artist album
    ignore_fields: id path
embedart:
    maxwidth: 0
    auto: yes
    compare_threshold: 0
    ifempty: no
    remove_art_file: no
    quality: 0
    clearart_on_import: no
fuzzy:
    prefix: '~'
    threshold: 0.7
lastgenre:
    whitelist: yes
    min_weight: 10
    count: 1
    fallback:
    canonical: no
    cleanup_existing: no
    source: album
    force: no
    keep_existing: no
    auto: yes
    prefer_specific: no
    title_case: yes
    pretend: no
    ignorelist: {}
    aliases: yes
mbsubmit:
    format: $track. $title - $artist ($length)
    threshold: medium
    picard_path: picard
missing:
    count: no
    total: no
    album: no
    release_types: [album]
the:
    the: yes
    a: yes
    format: '{}, {}'
    strip: no
    patterns: []