Replies: 2 comments 2 replies
-
You might have better luck putting each disc in its own directory, as the importer can recognise this:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@jackwilsdon here's my config: directory: /zet/Muzica
library: /zet/Muzica/database.db
per_disc_numbering: yes
plugins:
- inline
- discogs
# - extrafiles
- copyartifacts
- fetchart
- fish
- mbsubmit
# - mpdupdate
import:
move: no
copy: yes
timid: yes
item_fields:
mygenre: |
import os
#mypath = os.path.abspath(path)
#return str(mypath).split("/")[3]
return os.environ.get("MYGEN")
multidisc: 1 if disctotal > 1 else 0
paths:
default: $mygenre/$albumartist/$original_year - $album%aunique{} [%upper{$format}]/%if{$multidisc,CD$disc}/%if{$multidisc,$disc-}$track - $title
mygenre:Film: $mygenre/$album%aunique{} ($original_year)/$albumartist - $album%aunique{} [%upper{$format}]/%if{$multidisc,CD$disc/}$track - $title
mygenre:Jocuri: $mygenre/$album%aunique{} ($original_year)/$albumartist - $album%aunique{} [%upper{$format}]/%if{$multidisc,CD$disc/}$track - $title
singleton: Non-Album/$artist/$title
comp: $mygenre/Compilations/$album%aunique{}/$track $title
fetchart:
art_filename: cover.jpg
cautious: yes
minwidth: 800
enforce_ratio: yes
sources: filesystem coverart itunes amazon albumart
cover_format: JPEG
scrub:
auto: yes
#extrafiles:
# patterns:
# all:
# - '*.jpg'
# - '*.png'
# - '*.log'
# - '*.txt'
# - '*.pdf'
copyartifacts:
extensions: .jpg .png .log .txt .pdf
#mpd:
# host: sufra.home
# port: 6600
ui:
color: yes
ftintitle:
auto: yes
format: "feat. {0}"
clutter: ['*.jpg','*.png','*.cue','*.txt','*.log','*.pdf'] and here are the tags for the same song on the different discs: Song 1 - Disc 1
Song 1 - Disc 2
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to import a multidisc album and beets fails in weird ways:
70aff3ae-0d5c-4f33-b519-6b4a4e3ec0c7
from https://musicbrainz.org/release/70aff3ae-0d5c-4f33-b519-6b4a4e3ec0c7#5
) and all songs in CD2 are imported as CD1.So, my question is: what do I have to do to import all files as coming from the release I linked above?
Beta Was this translation helpful? Give feedback.
All reactions