What are you working on? - Programming On Unix
                
		         
	        
        
	
	Users browsing this thread: 9 Guest(s)
| 
 | |||
| 
					I'm working on (or worked on?) a script that converts songs from my collection concurrently to mp3, while preserving the original directory structure. It stores a list of songs in a file, complete with full paths to be able to determine the folder structure of the original music folder. Then, everything is converted concurrently with ffmpeg through GNU Parallel. This is the code I came up with, and this is the result after running the script. | |||

