adding scripts for dlvideo and play in mpv and adding empv
This commit is contained in:
		
							parent
							
								
									c748aa12dd
								
							
						
					
					
						commit
						d1a4ec376d
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -127,6 +127,7 @@ with lib;
 | 
			
		|||
        elfeed-org
 | 
			
		||||
        elfeed-protocol
 | 
			
		||||
        bongo
 | 
			
		||||
        empv
 | 
			
		||||
        emms
 | 
			
		||||
        transmission
 | 
			
		||||
        hass
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								scripts/dlvideompv
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								scripts/dlvideompv
									
										
									
									
									
										Executable file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
notify-send "Downloading   $1"
 | 
			
		||||
title=$(yt-dlp --get-title $1)
 | 
			
		||||
alacritty -e yt-dlp -o '/home/chris/vids/%(title)s.%(ext)s' $1
 | 
			
		||||
mpv "/home/chris/vids/$filename" & disown
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue