Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.93 KB | None | 0 0
  1. directory: /tank/music
  2. library: /home/justin/.config/beets/musiclibrary.blb
  3. import:
  4.     copy: yes
  5.     write: yes
  6.     timid: yes
  7. ignore: .AppleDouble ._* *~ .DS_Store
  8. plugins: fetchart embedart lastgenre the convert web ftintitle plexupdate discogs
  9. original_date: yes
  10. paths:
  11.     default: %the{$albumartist}/$year - $album/$track - $title
  12. fetchart:
  13.     auto: yes
  14.     cautious: yes
  15.     cover_names: cover front art album
  16.     minwidth: 600
  17.     maxwidth: 1800
  18.     enforce_ratio: yes
  19.     sources: itunes *
  20. embedart:
  21.     auto: yes
  22. ftintitle:
  23.     auto: yes
  24. convert:
  25.     auto: yes
  26.     never_convert_lossy_files: yes
  27.     format: alac
  28.     formats:
  29.         mp3:
  30.             command: ffmpeg -i $source -y -vn -aq 0 $dest
  31.             extension: mp3
  32. #        opus:
  33. #            command: ffmpeg -i $source -y -vn -acodec libopus -ab 192k $dest
  34. #            extension: opus
  35. plex:
  36.     host: localhost
  37.     port: 32400
  38.     token: x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement