Compare commits
	
		
			2 Commits
		
	
	
		
			a4dcc0e0af
			...
			a48f9dcb41
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a48f9dcb41 | |||
| d63be7afdd | 
							
								
								
									
										
											BIN
										
									
								
								img/ic_MobileHA_192x192.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								img/ic_MobileHA_192x192.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 29 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								img/ic_MobileHA_512x512.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								img/ic_MobileHA_512x512.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 101 KiB  | 
| 
						 | 
					@ -18,6 +18,7 @@ $queues = Queue::getList();
 | 
				
			||||||
<link rel="apple-touch-icon" sizes="76x76" href="img/ic_MobileHA_ipad.png" />
 | 
					<link rel="apple-touch-icon" sizes="76x76" href="img/ic_MobileHA_ipad.png" />
 | 
				
			||||||
<link rel="apple-touch-icon" sizes="120x120" href="img/ic_MobileHA_iphone.png" />
 | 
					<link rel="apple-touch-icon" sizes="120x120" href="img/ic_MobileHA_iphone.png" />
 | 
				
			||||||
<link rel="apple-touch-icon" sizes="152x152" href="img/ic_MobileHA_ipad-retina.png" />
 | 
					<link rel="apple-touch-icon" sizes="152x152" href="img/ic_MobileHA_ipad-retina.png" />
 | 
				
			||||||
 | 
					<link rel="manifest" href="/manifest.json" />
 | 
				
			||||||
<link rel='stylesheet' href='jquery-ui-1.11.2/jquery-ui.min.css' />
 | 
					<link rel='stylesheet' href='jquery-ui-1.11.2/jquery-ui.min.css' />
 | 
				
			||||||
<link rel='stylesheet' href='minimal.css' media='screen' />
 | 
					<link rel='stylesheet' href='minimal.css' media='screen' />
 | 
				
			||||||
<link rel='stylesheet' href='tf201.css' media='screen and (width: 800px) and (orientation: portrait)' />
 | 
					<link rel='stylesheet' href='tf201.css' media='screen and (width: 800px) and (orientation: portrait)' />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										19
									
								
								manifest.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								manifest.json
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,19 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    "short_name": "JAJ Jukebox",
 | 
				
			||||||
 | 
					    "description": "JAJ Jukebox: Whole House Audio Control",
 | 
				
			||||||
 | 
					    "icons": [
 | 
				
			||||||
 | 
					    	{
 | 
				
			||||||
 | 
								"src": "/img/ic_MobileHA_512x512.png",
 | 
				
			||||||
 | 
								"type": "image/png",
 | 
				
			||||||
 | 
								"sizes": "512x512"
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
 | 
					    	{
 | 
				
			||||||
 | 
								"src": "/img/ic_MobileHA_192x192.png",
 | 
				
			||||||
 | 
								"type": "image/png",
 | 
				
			||||||
 | 
								"sizes": "192x192"
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "start_url": "/index.php",
 | 
				
			||||||
 | 
					    "display": "fullscreen",
 | 
				
			||||||
 | 
					    "scope": "/"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										13
									
								
								scripts/HomeAudio.service
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								scripts/HomeAudio.service
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,13 @@
 | 
				
			||||||
 | 
					[Unit]
 | 
				
			||||||
 | 
					Description=Whole House Audio
 | 
				
			||||||
 | 
					After=apache2.service
 | 
				
			||||||
 | 
					Requires=apache2.service
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Service]
 | 
				
			||||||
 | 
					User=www-data
 | 
				
			||||||
 | 
					Group=www-data
 | 
				
			||||||
 | 
					WorkingDirectory=/var/www
 | 
				
			||||||
 | 
					ExecStart=/var/www/html.jukebox/scripts/homeaudio_music.pl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[Install]
 | 
				
			||||||
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user