User Tools

Site Tools


config:beets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:beets [2025/11/23 12:06] Wuffconfig:beets [2025/12/08 14:04] (current) – [Beets tips] Wuff
Line 34: Line 34:
 #for lyrics plugin: #for lyrics plugin:
 pipx inject beets langdetect bs4 pipx inject beets langdetect bs4
 +pipx inject beets beets[kodiupdate]
  
 </code> </code>
Line 207: Line 208:
  
 If you want a temporary configuration for any reason, you can always use ''beet -c /path/to/file.yaml'' instead of copying around files. If you want a temporary configuration for any reason, you can always use ''beet -c /path/to/file.yaml'' instead of copying around files.
 +
 +
 +===== Custom Compilation Workflow =====
 +
 +  * beet import folder and Use as-is. Beets detects this is a “Various Artists” Compilation and stores this information in the database, but does not write the information to the files.
 +  * beet write writes “Various Artists” to the files and the album/compilation name of the first track and actually sets the comp flag to True
 +  * beet modify -a album="Compilation_name"  various artists album_name updates the compilation name
 +
  
 ====== Config File ====== ====== Config File ======
Line 311: Line 320:
   track: []   track: []
  
-plugins: [fetchart,lyrics,lastgenre,embedart,bucket,the,chroma,ftintitle,discogs,scrub,inline,fromfilename,edit,importadded,duplicates,replaygain,bpd,yearfixer,zero,badfiles,importreplace]+plugins: [substitute,musicbrainz,fetchart,lyrics,lastgenre,embedart,bucket,the,chroma,ftintitle,discogs,scrub,inline,fromfilename,edit,importadded,duplicates,replaygain,bpd,yearfixer,zero,badfiles,importreplace,fuzzy,deezer,kodiupdate]
 #copyartifacts broken #copyartifacts broken
 pluginpath: [] pluginpath: []
Line 499: Line 508:
 acoustid: acoustid:
     apikey: 9NQqkUUg6p     apikey: 9NQqkUUg6p
 +
 +kodi:
 +    host: 192.168.1.11
 +    port: 8080
 +    user: kodi
 +    pwd: kodi
  
 # null/remove specific tag fields on import (not when importing as-is) # null/remove specific tag fields on import (not when importing as-is)
config/beets.1763899603.txt.gz · Last modified: by Wuff