mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #673 from awiouy/wgp_mdb
webgrabplus: update mdb ini files
This commit is contained in:
commit
8027dcfbf1
@ -1,3 +1,6 @@
|
||||
8.0.103
|
||||
- Upgrade mdb ini files
|
||||
|
||||
8.0.102
|
||||
- Upgrade WebGrab+Plus to 56.29.pre
|
||||
- Upgrade siteini.pack to 20160807
|
||||
|
@ -1,6 +1,6 @@
|
||||
PKG_NAME="webgrabplus"
|
||||
PKG_VERSION="56.29pre-20160807"
|
||||
PKG_REV="102"
|
||||
PKG_VERSION="56.29pre-20160807-mdb"
|
||||
PKG_REV="103"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="prop."
|
||||
PKG_SITE="http://www.webgrabplus.com/"
|
||||
|
@ -37,8 +37,17 @@ wgp_user "pre-processing" "$ADDON_HOME/before.sh"
|
||||
|
||||
mono $ADDON_DIR/WebGrab+Plus/WebGrab+Plus.exe
|
||||
|
||||
cp guide_wgp.xml guide.xml
|
||||
mono $ADDON_DIR/WebGrab+Plus/xmltv_time_correct.exe guide_wgp.xml guide.xml < /dev/zero
|
||||
if [ -f guide_mdb.xml ]
|
||||
then
|
||||
cp guide_mdb.xml guide_wgp.xml
|
||||
rm guide_mdb.xml
|
||||
fi
|
||||
|
||||
cp guide_wgp.xml guide_xtc.xml
|
||||
mono $ADDON_DIR/WebGrab+Plus/xmltv_time_correct.exe guide_wgp.xml guide_xtc.xml < /dev/zero
|
||||
|
||||
cp guide_xtc.xml guide.xml
|
||||
rm guide_xtc.xml
|
||||
|
||||
mono $ADDON_DIR/WebGrab+Plus/WG2MP.exe guide.xml mediaportal.xml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user