Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##MASTERJOM
- #directory: /media/MasterJom/ZikT/
- ##
- ##Trimardeur Desde VOYAGER
- #directory: /media/txk/TrimarDieu/1_Zik/0_(beeted)/
- #
- ##Desde LUBUNTU out TRIMARDIEU
- #directory: /media/crx/TrimarDieu/1 - Zik/0_Beets-exported-Grossebodoque/
- ##
- #dde VAGAMUNDO con Txk
- directory: /media/txk/Vagamundo/1 - Zik/0_ZikT/
- ## DEFAULT
- library: /media/MasterJom/BartulajePlnt/ZSharedProgs/Beets/beets/Library/musiclibrary.blb
- import:
- autotag: yes
- move: yes
- write: yes
- resume: ask
- log: beetslog.txt
- incremental: no
- # Incremental: only the new stuff from a directory, use the -i
- plugins: fromfilename the fetchart info artistcountry discogs lastgenre web copyartifacts ftintitle inline
- #Plugis:
- import_resume: ask
- paths:
- default: %lower{$artist_country}/%the{$albumartist} $par_abre$year_yes$year_pays%lower{$artist_country}$par_cierra $album%aunique{} %if{$multidisc, disc$disc$cdtitle}%if{$notalbum, $cdtype}[$genre]/$disc_and_track - $title
- comp: %lower{$country}/$album%aunique{}%if{$multidisc, $disc$cdtitle}(%if{$year,$year-}%lower{$country}) VA%if{$notalbum, $cdtype} [$genre] VA/$disc_and_track - $title ($artist)
- singleton: Singleton/%lower{$artist_country}/%the{$artist} (%lower{$artist_country})[$genre](compil)/$track $title
- albumtype:soundtrack: %lower{$artist_country}-OST/$albumartist - ($year) $album OST[$genre]/$track - $artist - $title
- albumtype:live: %lower{$artist_country}/$albumartist ($year-$artist_country) $album%aunique{} (live)[$genre]/$disc_and_track - $title
- #ext:log: $albumpath/$artist - $album
- #ext:cue: $albumpath/$artist - $album
- #ext:jpg: $albumpath/cover
- item_fields:
- disc_and_track: u'%01i%02i' % (disc, track) if
- disctotal > 1 else u'%02i' % (track)
- cdtitle: u' - %s' % (disctitle) if disctitle else u''
- multidisc: 1 if disctotal > 1 else 0
- year_pays: u'-' if year and artist_country else u''
- par_abre: u'(' if year or artist_country else u''
- par_cierra: u')' if year or artist_country else u''
- year_yes: 0 if year == '0000' else 1
- #initial: albumartist[0].upper() + u'.'
- album_fields:
- cdtype: u'(%s)' % (albumtype.lower()) if albumtype else u''
- notalbum: 0 if albumtype and albumtype.lower() == 'album' else 1
- # onegenre: u'[%s]' (genre)
- per_disc_numbering: no
- #is enabled, then the first track on each disc always has track number 1.
- fetchart:
- auto: yes
- cautious: true
- #los q busca en dir
- cover_names: pepe
- #front back cover folder Folder
- art_filename: cover_$album
- copyartifacts:
- extensions: .cue .log .txt .jpg
- print_ignored: yes
- # extensions: .*
- convert:
- ffmpeg: /usr/bin/ffmpeg
- auto: yes
- opts: -aq 4
- languages: en
- match:
- preferred:
- # countries: ['US', 'GB|UK'] (pais lanzamiento)
- media: ['CD', 'Digital Media|File']
- original_year: yes
- strong_rec_thresh: 0.27
- lastgenre:
- auto: true
- count: 2
- #Pone mas de u genero separado por coma, si otra cosa, set "separator"
- the:
- # handle "The" (on by default)
- the: yes
- # handle "A/An" (on by default)
- a: yes
- # format string, {0} - part w/o article, {1} - article
- # spaces already trimmed from ends of both parts
- # default is '{0}, {1}'
- format: '{0}, {1}'
- # strip instead of moving to the end, default is off
- strip: no
- # custom regexp patterns, space-separated
- patterns: ^Les ^Le ^Los
- replace:
- '[\\/]': _
- '^\.': _
- '[\x00-\x1f]': _
- '[<>:"\?\*\|]': _
- '\.$': _
- '\s+$': ''
- '^\s+': ''
- #web:
- # host: 127.0.0.1
- # port: 8888
Advertisement
Add Comment
Please, Sign In to add comment