mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-11-04 07:43:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			163 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			163 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var mpdstream = decodeURI(location.hash).replace(/^#/,'');
 | 
						|
player.src = mpdstream;
 | 
						|
console.log('playing mpd stream: ' + player.src);
 | 
						|
player.load();
 | 
						|
player.play();
 |