dreambox enigma2 advancedmovieselection: hide cover in infobar

raw

no-infobar-cover.diff

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/MoviePlayer.py usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/MoviePlayer.py
index 3f5551e..6d23a1d 100644
--- usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/MoviePlayer.py
+++ usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/MoviePlayer.py
@@ -108,7 +108,7 @@ class SelectionEventInfo:
         serviceref = self.session.nav.getCurrentlyPlayingServiceReference()
         if serviceref:
             self.loadBackdrop(serviceref)
-            self.loadPreview(serviceref)
+            #self.loadPreview(serviceref)
             info = ServiceCenter.getInstance().info(serviceref)
             event = info.getEvent(serviceref)
             name = info.getName(serviceref)
diff --git usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/skin/1280.xml usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/skin/1280.xml
index bba6dc0..fdbd4fb 100644
--- usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/skin/1280.xml
+++ usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/skin/1280.xml
@@ -911,9 +911,11 @@
                <widget source="session.CurrentService" render="Label" position="1074,280" size="60,22" backgroundColor="#263c59" font="Regular;19" halign="left" transparent="1">
                        <convert type="ServiceInfo">VideoHeight</convert>
                </widget>
+<!--
                <ePixmap position="1066,0" size="180,260" zPosition="1" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/images/menu.png" />
                <ePixmap position="1071,5" size="170,250" zPosition="3" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/AdvancedMovieSelection/images/cover_back.png" />
                <widget name="CoverPreview" position="1076,10" size="160,240" zPosition="2" />
+-->
                <widget source="session.CurrentService" render="Pixmap" pixmap="skin_default/icons/ico_hd_off.png" position="1140,280" size="42,20">
                        <convert type="ServiceInfo">VideoWidth</convert>
                        <convert type="ValueRange">0,720</convert>
 
Christian Weiske Christian Weiske
owner

History