diff --git a/CONTROL/control b/CONTROL/control index 2a9c5b4..62797e3 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,6 +1,6 @@ Description: tmdb Maintainer: dream-alpha Package: enigma2-plugin-extensions-tmdb -Version: 7.0.8 +Version: 7.1.1 Architecture: all Depends: python-requests diff --git a/CONTROL/postinst b/CONTROL/postinst index 2882138..3212949 100755 --- a/CONTROL/postinst +++ b/CONTROL/postinst @@ -1,4 +1,6 @@ #!/bin/sh echo "Plugin successfully installed." -echo "Please restart DreamOS now!" +echo "Upgrading to TMDBCockpit now..." +/usr/lib/enigma2/python/Plugins/Extensions/tmdb/tmdbcockpit.sh & +echo "exit" exit 0 diff --git a/Makefile.am b/Makefile.am index cc366b1..a1acf41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,3 @@ +installdir = $(libdir)/enigma2/python/Plugins/Extensions/tmdb SUBDIRS = po src +install_DATA = tmdbcockpit.sh diff --git a/src/Version.py b/src/Version.py index fa74141..0a99841 100644 --- a/src/Version.py +++ b/src/Version.py @@ -21,6 +21,6 @@ PLUGIN = "tmdb" ID = "TMDB" -VERSION = "7.0.8" +VERSION = "7.1.1" COPYRIGHT = "2018-2023 by dream-alpha" LICENSE = "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version." diff --git a/src/skin/Default-WQHD/skin.xml b/src/skin/Default-WQHD/skin.xml index 672c92e..ad623c4 100644 --- a/src/skin/Default-WQHD/skin.xml +++ b/src/skin/Default-WQHD/skin.xml @@ -3,7 +3,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -56,7 +56,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -88,7 +88,7 @@ - + diff --git a/src/skin/Shadow-FHD/skin.xml b/src/skin/Shadow-FHD/skin.xml index 55df064..615196c 100644 --- a/src/skin/Shadow-FHD/skin.xml +++ b/src/skin/Shadow-FHD/skin.xml @@ -3,7 +3,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -56,7 +56,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -106,7 +106,7 @@ - + diff --git a/src/skin/screenpart_TitleOnly.xmlinc b/src/skin/screenpart_TitleOnly.xmlinc index 03817dc..4a9e0a3 100644 --- a/src/skin/screenpart_TitleOnly.xmlinc +++ b/src/skin/screenpart_TitleOnly.xmlinc @@ -1,4 +1 @@ - - + diff --git a/tmdbcockpit.sh b/tmdbcockpit.sh new file mode 100755 index 0000000..6627a00 --- /dev/null +++ b/tmdbcockpit.sh @@ -0,0 +1,2 @@ +#/bin/sh +apt-get install -y enigma2-plugin-extensions-tmdbcockpit