Advertisement
Guest User

Untitled

a guest
Jan 30th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. directory: /mnt/Plex_Media_Library/Music
  2. library: /mnt/Plex_Media_Library/Music/musiclibrary.lib
  3.  
  4. asciify_paths: yes
  5. threaded: yes
  6. per_disc_numbering: yes
  7.  
  8. import:
  9. move: yes
  10. write: yes
  11. resume: ask
  12. log: beetslog.log
  13.  
  14. plugins: fetchart embedart ftintitle lastgenre missing chroma scrub zero plexupdate duplicates discogs mbcollection
  15.  
  16. fetchart:
  17. auto: yes
  18. cover_names: cover front album art
  19. minwidth: 500
  20. enforce_ratio: yes
  21. sources: coverart albumart amazon google wikipedia
  22.  
  23. embedart:
  24. auto: yes
  25. compare_threshold: 50
  26. ifempty: yes
  27.  
  28. ftintitle:
  29. auto: yes
  30. format: (feat. {0})
  31.  
  32. lastgenre:
  33. auto: yes
  34. count: 1
  35. force: no
  36. source: track
  37.  
  38. missing:
  39. format: $albumartist - $album - $title
  40. count: yes
  41. total: no
  42.  
  43. chroma:
  44. auto: yes
  45.  
  46. acoustid:
  47. apikey: YourKey
  48.  
  49. scrub:
  50. auto: yes
  51.  
  52. zero:
  53. fields: comments
  54.  
  55. plex:
  56. host: 127.0.0.1
  57. port: 32400
  58. token: YourToken
  59.  
  60. duplicates:
  61. count: yes
  62.  
  63. musicbrainz:
  64. user: UserName
  65. pass: Password
  66.  
  67. mbcollection:
  68. auto: no
  69.  
  70. ignore: .AppleDouble ._* *~ .DS_Store
  71.  
  72. paths:
  73. default: $albumartist/$album%aunique{}/$disc-$track $title
  74. singleton: Singletons/$artist - $title
  75. comp: Various_Artist/$album%aunique{}/$disc-$track $title
  76. albumtype:soundtrack: Soundtracks/$album/$disc-$track $title
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement