Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
Updated acestreamengine bundle for android arm to version 3.0.2 + con…
Browse files Browse the repository at this point in the history
…figuration fixes to comply with the new engine
  • Loading branch information
enen92 committed Oct 23, 2014
1 parent ac95e3a commit e4abad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.video.p2p-streams/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.p2p-streams"
name="p2p-streams"
version="1.1.2d"
version="1.1.2f"
provider-name="enen92,fightnight">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
Expand Down
4 changes: 3 additions & 1 deletion plugin.video.p2p-streams/resources/core/autoconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
sopcast_apk = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/SopCast.apk.tar.gz"
acestreamengine_apk_arm = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/AceStream-3.0.2-2in1.apk.tar.gz"
acestreamengine_apk_x86 = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/AceStream-3.0.2-2in1.apk.tar.gz"
android_aceengine_arm = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/org.acestream.engine_arm.tar.gz"
android_aceengine_arm = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/org.acestream.engine_arm302.tar.gz"
android_aceengine_x86 = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/org.acestream.engine_x86.tar.gz"
android_aceplayer_arm = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/AcePlayer-3.0.2-2in1.apk.tar.gz"
android_aceplayer_x86 = "http://p2p-strm.googlecode.com/svn/trunk/Modules/Android/AcePlayer-3.0.2-2in1.apk.tar.gz"
Expand Down Expand Up @@ -716,6 +716,8 @@ def configure_acestream(latest_version):
st = os.stat(pythonbin)
import stat
os.chmod(pythonbin, st.st_mode | stat.S_IEXEC)
try: xbmcvfs.mkdir(os.path.join('/sdcard','org.acestream.engine'))
except: pass
opcao= xbmcgui.Dialog().yesno(translate(40000), translate(70015),translate(70016))
if not opcao:
settings.setSetting('engine_app','0')
Expand Down

0 comments on commit e4abad2

Please sign in to comment.