Guest User

config.yaml

a guest
Jul 28th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. ##MASTERJOM
  2. #directory: /media/MasterJom/ZikT/
  3. ##
  4. ##Trimardeur Desde VOYAGER
  5. #directory: /media/txk/TrimarDieu/1_Zik/0_(beeted)/
  6. #
  7. ##Desde LUBUNTU out TRIMARDIEU
  8. #directory: /media/crx/TrimarDieu/1 - Zik/0_Beets-exported-Grossebodoque/
  9. ##
  10. #dde VAGAMUNDO con Txk
  11. directory: /media/txk/Vagamundo/1 - Zik/0_ZikT/
  12. ## DEFAULT
  13. library: /media/MasterJom/BartulajePlnt/ZSharedProgs/Beets/beets/Library/musiclibrary.blb
  14.  
  15. import:
  16. autotag: yes
  17. move: yes
  18. write: yes
  19. resume: ask
  20. log: beetslog.txt
  21. incremental: no
  22.  
  23. # Incremental: only the new stuff from a directory, use the -i
  24.  
  25. plugins: fromfilename the fetchart info artistcountry discogs lastgenre web copyartifacts ftintitle inline
  26.  
  27. #Plugis:
  28.  
  29. import_resume: ask
  30.  
  31. paths:
  32. 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
  33.  
  34.  
  35. 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)
  36.  
  37. singleton: Singleton/%lower{$artist_country}/%the{$artist} (%lower{$artist_country})[$genre](compil)/$track $title
  38.  
  39. albumtype:soundtrack: %lower{$artist_country}-OST/$albumartist - ($year) $album OST[$genre]/$track - $artist - $title
  40.  
  41. albumtype:live: %lower{$artist_country}/$albumartist ($year-$artist_country) $album%aunique{} (live)[$genre]/$disc_and_track - $title
  42.  
  43. #ext:log: $albumpath/$artist - $album
  44. #ext:cue: $albumpath/$artist - $album
  45. #ext:jpg: $albumpath/cover
  46.  
  47.  
  48.  
  49. item_fields:
  50.  
  51. disc_and_track: u'%01i%02i' % (disc, track) if
  52. disctotal > 1 else u'%02i' % (track)
  53.  
  54.  
  55. cdtitle: u' - %s' % (disctitle) if disctitle else u''
  56. multidisc: 1 if disctotal > 1 else 0
  57.  
  58. year_pays: u'-' if year and artist_country else u''
  59. par_abre: u'(' if year or artist_country else u''
  60. par_cierra: u')' if year or artist_country else u''
  61. year_yes: 0 if year == '0000' else 1
  62.  
  63. #initial: albumartist[0].upper() + u'.'
  64.  
  65. album_fields:
  66.  
  67. cdtype: u'(%s)' % (albumtype.lower()) if albumtype else u''
  68. notalbum: 0 if albumtype and albumtype.lower() == 'album' else 1
  69. # onegenre: u'[%s]' (genre)
  70.  
  71.  
  72. per_disc_numbering: no
  73. #is enabled, then the first track on each disc always has track number 1.
  74.  
  75. fetchart:
  76. auto: yes
  77. cautious: true
  78. #los q busca en dir
  79. cover_names: pepe
  80. #front back cover folder Folder
  81.  
  82. art_filename: cover_$album
  83.  
  84.  
  85.  
  86. copyartifacts:
  87. extensions: .cue .log .txt .jpg
  88. print_ignored: yes
  89. # extensions: .*
  90. convert:
  91. ffmpeg: /usr/bin/ffmpeg
  92. auto: yes
  93. opts: -aq 4
  94.  
  95.  
  96.  
  97. languages: en
  98.  
  99. match:
  100. preferred:
  101. # countries: ['US', 'GB|UK'] (pais lanzamiento)
  102. media: ['CD', 'Digital Media|File']
  103. original_year: yes
  104. strong_rec_thresh: 0.27
  105.  
  106.  
  107. lastgenre:
  108. auto: true
  109. count: 2
  110. #Pone mas de u genero separado por coma, si otra cosa, set "separator"
  111.  
  112.  
  113.  
  114.  
  115. the:
  116. # handle "The" (on by default)
  117. the: yes
  118. # handle "A/An" (on by default)
  119. a: yes
  120. # format string, {0} - part w/o article, {1} - article
  121. # spaces already trimmed from ends of both parts
  122. # default is '{0}, {1}'
  123. format: '{0}, {1}'
  124. # strip instead of moving to the end, default is off
  125. strip: no
  126. # custom regexp patterns, space-separated
  127. patterns: ^Les ^Le ^Los
  128.  
  129. replace:
  130. '[\\/]': _
  131. '^\.': _
  132. '[\x00-\x1f]': _
  133. '[<>:"\?\*\|]': _
  134. '\.$': _
  135. '\s+$': ''
  136. '^\s+': ''
  137.  
  138.  
  139. #web:
  140. # host: 127.0.0.1
  141. # port: 8888
Advertisement
Add Comment
Please, Sign In to add comment