add Sky to App list
This commit is contained in:
		@@ -69,7 +69,7 @@ eval "use Blocking;1" or $missingModul .= "Blocking ";
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
my $version = "2.0.8";
 | 
					my $version = "2.0.9";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -170,36 +170,11 @@ my %openApps = (
 | 
				
			|||||||
            'Arte'                      => 'com.3827031.168353',
 | 
					            'Arte'                      => 'com.3827031.168353',
 | 
				
			||||||
            'WetterMeteo'               => 'meteonews',
 | 
					            'WetterMeteo'               => 'meteonews',
 | 
				
			||||||
            'Notificationcenter'        => 'com.webos.app.notificationcenter',
 | 
					            'Notificationcenter'        => 'com.webos.app.notificationcenter',
 | 
				
			||||||
            'Plex'                      => 'cdp-30'
 | 
					            'Plex'                      => 'cdp-30',
 | 
				
			||||||
 | 
					            'SkyOnline'                 => 'de.sky.skyonline'
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
my %openAppsPackageName = (
 | 
					my %openAppsPackageName = reverse %openApps;
 | 
				
			||||||
 | 
					 | 
				
			||||||
            'maxdome'                           => 'Maxdome',
 | 
					 | 
				
			||||||
            'lovefilm.de'                       => 'AmazonLovefilm',
 | 
					 | 
				
			||||||
            'amazon'                            => 'AmazonVideo',
 | 
					 | 
				
			||||||
            'youtube.leanback.v4'               => 'YouTube',
 | 
					 | 
				
			||||||
            'netflix'                           => 'Netflix',
 | 
					 | 
				
			||||||
            'com.webos.app.livetv'              => 'TV',
 | 
					 | 
				
			||||||
            'googleplaymovieswebos'             => 'GooglePlay',
 | 
					 | 
				
			||||||
            'com.webos.app.browser'             => 'Browser',
 | 
					 | 
				
			||||||
            'Chilieu'                           => 'Chili.tv',
 | 
					 | 
				
			||||||
            'de.2kit.castbrowsing'              => 'TVCast',
 | 
					 | 
				
			||||||
            'com.webos.app.smartshare'          => 'Smartshare',
 | 
					 | 
				
			||||||
            'com.webos.app.scheduler'           => 'Scheduler',
 | 
					 | 
				
			||||||
            'com.webos.app.miracast'            => 'Miracast',
 | 
					 | 
				
			||||||
            'com.webos.app.tvguide'             => 'TVGuide',
 | 
					 | 
				
			||||||
            'com.webos.app.timemachine'         => 'Timemachine',
 | 
					 | 
				
			||||||
            'ard.mediathek'                     => 'ARDMediathek',
 | 
					 | 
				
			||||||
            'com.3827031.168353'                => 'Arte',
 | 
					 | 
				
			||||||
            'meteonews'                         => 'WetterMeteo',
 | 
					 | 
				
			||||||
            'com.webos.app.notificationcenter'  => 'Notificationcenter',
 | 
					 | 
				
			||||||
            'cdp-30'                            => 'Plex'
 | 
					 | 
				
			||||||
);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
sub LGTV_WebOS_Initialize($) {
 | 
					sub LGTV_WebOS_Initialize($) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -237,7 +212,7 @@ sub LGTV_WebOS_Define($$) {
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return "too few parameters: define <name> LGTV_WebOS <HOST>" if( @a != 3 );
 | 
					    return "too few parameters: define <name> LGTV_WebOS <HOST>" if( @a != 3 );
 | 
				
			||||||
    return "Cannot define LGTV_WebOS device. Perl modul ${missingModul}is missing." if ( $missingModul );
 | 
					    return "Cannot define LGTV_WebOS device. Perl modul ${missingModul} is missing." if ( $missingModul );
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user