Advertisement
Guest User

Untitled

a guest
Apr 18th, 2025
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. plugins: fetchart embedart convert scrub replaygain lastgenre chroma web permissions
  2. directory: /processed_music
  3. library: /config/musiclibrary.blb
  4. art_filename: albumart
  5. threaded: yes
  6. original_date: no
  7. per_disc_numbering: no
  8.  
  9. clutter:
  10. - "Thumbs.DB"
  11. - "Thumbs.db"
  12. - "thumbs.db"
  13. - ".DS_Store"
  14. - "*.sfv"
  15. - "*.m3u"
  16. - ".mediaartlocal"
  17. - "*.nfo"
  18. - "*.jpg"
  19. - "*.png"
  20.  
  21. convert:
  22. auto: no
  23. ffmpeg: /usr/bin/ffmpeg
  24. opts: -ab 320k -ac 2 -ar 48000
  25. max_bitrate: 320
  26. threads: 1
  27.  
  28. paths:
  29. default: $albumartist/$album%aunique{}/$track - $title
  30. singleton: Non-Album/$artist - $title
  31. comp: Compilations/$album%aunique{}/$track - $title
  32. albumtype_soundtrack: Soundtracks/$album/$track $title
  33.  
  34. import:
  35. write: yes
  36. copy: no
  37. move: yes
  38. resume: no
  39. incremental: no
  40. quiet_fallback: skip
  41. timid: no
  42. log: /config/beet.log
  43.  
  44. lastgenre:
  45. auto: yes
  46. source: album
  47.  
  48. embedart:
  49. auto: yes
  50.  
  51. fetchart:
  52. auto: yes
  53.  
  54. replaygain:
  55. auto: no
  56.  
  57. scrub:
  58. auto: yes
  59.  
  60. replace:
  61. '^\.': _
  62. '[\x00-\x1f]': _
  63. '[<>:"\?\*\|]': _
  64. '[\xE8-\xEB]': e
  65. '[\xEC-\xEF]': i
  66. '[\xE2-\xE6]': a
  67. '[\xF2-\xF6]': o
  68. '[\xF8]': o
  69. '\.$': _
  70. '\s+$': ''
  71.  
  72. web:
  73. host: 0.0.0.0
  74. port: 8337
  75.  
  76. permissions:
  77. file: 644
  78. dir: 755
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement