Music VM: Set Navidrome to use LastFM for coverart before embedded images (#32)
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m46s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m46s
				
			Default is embedded before LastFM, but since we're downloading from YouTube embedded always exists, and is often not great. So use LastFM before embedded. Reviewed-on: #32
This commit is contained in:
		| @@ -11,6 +11,7 @@ | |||||||
|       ansible.builtin.user: |       ansible.builtin.user: | ||||||
|         name: debian |         name: debian | ||||||
|       register: user |       register: user | ||||||
|  |  | ||||||
|     - name: Docker compose down |     - name: Docker compose down | ||||||
|       ansible.builtin.command: docker compose down |       ansible.builtin.command: docker compose down | ||||||
|       args: |       args: | ||||||
|   | |||||||
| @@ -14,6 +14,7 @@ services: | |||||||
|       - ND_LASTFM_SECRET=${LASTFM_SECRET} |       - ND_LASTFM_SECRET=${LASTFM_SECRET} | ||||||
|       - ND_SPOTIFY_ID=${SPOTIFY_ID} |       - ND_SPOTIFY_ID=${SPOTIFY_ID} | ||||||
|       - ND_SPOTIFY_SECRET=${SPOTIFY_SECRET} |       - ND_SPOTIFY_SECRET=${SPOTIFY_SECRET} | ||||||
|  |       - ND_COVERARTPRIORITY="cover.*, folder.*, front.*, external, embedded" | ||||||
|     volumes: |     volumes: | ||||||
|       - /mnt/nvme/navidrome:/data |       - /mnt/nvme/navidrome:/data | ||||||
|       - /mnt/media/music:/music:ro |       - /mnt/media/music:/music:ro | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user