MP3 Files taggen
Hi,
und noch einer.
Habt ihr eventuell das eine oder andere Musik Album von euren CD’s als MP3’s gesichert?
Sind bei diesen die ID3 Tags nicht gut gefüllt?
Dann ist beets vielleicht genau das richtige.
Dies ist eine Python software, welche sich die Dateien eines Ordners ansieht und dann prozentual sagt, welches Album dies denn wohl sein kann.
Dies lässt sich auch in eine Quiet Modus laufen lassen ohne nachzufragen und kann die Musik direkt in eine gute Ordner-Struktur bringen.
Auch ist die Software kostenlos und für so fast jedes Betriebssystem verwendbar welches auch Python unterstützt. Ich lasse es direkt auf einem Synology NAS laufen.
Für einen guten Start hier einmal mein Config-File:
paths: default: %asciify{$albumartist}/%asciify{$album} ($year)/%if{$multidisc,$disc-}$track - %asciify{$title} soundtrack: Soundtracks/%asciify{$album}/%if{$multidisc,$disc-}$track - %asciify{$title} comp: Various Artists/%asciify{$album} ($year)/%if{$multidisc,$disc-}$track - %asciify{$artist} - %asciify{$title} replaygain: mp3_format: mp3gain reference_loundess: 89 match: ignored: missing_tracks unmatched_tracks strong_rec_thresh: 0.10 medium_rec_thresh: 0.30 max_rec: label: strong country: strong media: strong year: strong track_id: strong preferred: countries: ['DE', 'US|GB|UK'] media: ['CD', 'Digital Media|File'] original_year: yes item_fields: multidisc: 1 if disctotal > 1 else 0 lastgenre: auto: yes source: album embedart: auto: yes fetchart: auto: yes ftintitle: auto: yes scrub: auto: yes import: copy: false timid: false resume: true move: true art: true quiet_fallback: skip none_rec_action: skip delete: true write: true log: /volume1/@appstore/.beets/beetslog.txt incremental: true languages: de library: /volume1/@appstore/.beets/musiclibrary.blb color: true pluginpath: - /var/packages/python/target/lib/python2.7/site-packages/beetsplug/ plugins: inline fetchart embedart ftintitle lastgenre discogs chroma scrub missing threaded: true art_filename: cover per_disc_numbering: true directory: /volume/Musik ignore: [".*", "*~"] replace: '[\\/]': _ '^\.': _ '[\x00-\x1f]': _ '[<>:"\?\*\|]': _ '\.
#039;: _
‚\s+
#039;: “
Gruß, Matthias