forked from jan-leila/nix-config
		
	feat: enabled filebot-cleanup task
This commit is contained in:
		
							parent
							
								
									03149db7ea
								
							
						
					
					
						commit
						2c918478ab
					
				
					 2 changed files with 16 additions and 3 deletions
				
			
		|  | @ -52,8 +52,8 @@ in { | |||
|           ${optionalString (cfg.licenseFile != null) '' | ||||
|             ${pkgs.filebot}/bin/filebot --license "${cfg.licenseFile}" | ||||
|           ''} | ||||
|           ${pkgs.filebot}/bin/filebot -rename -r "/srv/jellyfin/media/Movies/" --output "${cfg.cleanupDirectory}/" --format "{jellyfin}" -non-strict --action move | ||||
|           ${pkgs.filebot}/bin/filebot -rename -r "/srv/jellyfin/media/Shows/" --output "${cfg.cleanupDirectory}/" --format "{jellyfin}" -non-strict --action move | ||||
|           ${pkgs.filebot}/bin/filebot -rename -r "/srv/jellyfin/media/Movies/" --output "${cfg.cleanupDirectory}/" --format "{jellyfin}" -non-strict --action duplicate | ||||
|           ${pkgs.filebot}/bin/filebot -rename -r "/srv/jellyfin/media/Shows/" --output "${cfg.cleanupDirectory}/" --format "{jellyfin}" -non-strict --action duplicate | ||||
|         ''; | ||||
|         StandardOutput = "journal"; | ||||
|         StandardError = "journal"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue