added rmpc and a few beets plugins.
This commit is contained in:
		
							parent
							
								
									83acb39bbb
								
							
						
					
					
						commit
						6608679a60
					
				
					 3 changed files with 22 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -6,6 +6,7 @@
 | 
			
		|||
}: {
 | 
			
		||||
  programs.beets = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    mpdIntegration.enableUpdate = true;
 | 
			
		||||
    settings = {
 | 
			
		||||
      directory = "~/Music";
 | 
			
		||||
      library = "~/Music/library.db";
 | 
			
		||||
| 
						 | 
				
			
			@ -14,21 +15,33 @@
 | 
			
		|||
        write = true;
 | 
			
		||||
      };
 | 
			
		||||
      plugins = [
 | 
			
		||||
        "edit"
 | 
			
		||||
        "fetchart"
 | 
			
		||||
        "chroma"
 | 
			
		||||
        "thumbnails"
 | 
			
		||||
        "replaygain"
 | 
			
		||||
        "mbsync"
 | 
			
		||||
        "fuzzy"
 | 
			
		||||
        "duplicates"
 | 
			
		||||
        "badfiles"
 | 
			
		||||
        "chroma"
 | 
			
		||||
        "deezer"
 | 
			
		||||
        "discogs"
 | 
			
		||||
        "duplicates"
 | 
			
		||||
        "edit"
 | 
			
		||||
        "embedart"
 | 
			
		||||
        "fetchart"
 | 
			
		||||
        "fromfilename"
 | 
			
		||||
        "fuzzy"
 | 
			
		||||
        "info"
 | 
			
		||||
        "lastgenre"
 | 
			
		||||
        "lyrics"
 | 
			
		||||
        "mbsync"
 | 
			
		||||
        "missing"
 | 
			
		||||
        "replaygain"
 | 
			
		||||
        "scrub"
 | 
			
		||||
        "spotify"
 | 
			
		||||
        "thumbnails"
 | 
			
		||||
      ];
 | 
			
		||||
      replaygain = {
 | 
			
		||||
        auto = false;
 | 
			
		||||
        backend = "ffmpeg";
 | 
			
		||||
      };
 | 
			
		||||
      duplicates = {
 | 
			
		||||
        tiebreak.items = ["bitrate"];
 | 
			
		||||
      };
 | 
			
		||||
      asciify_paths = true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue