• 1
  • 25
  • 26
  • 27(current)
  • 28
  • 29
  • 112
Release P2P-Streams - SopCast and AceStream for Kodi
How do I manually add a channel to the favorites?

Any chance of saving the channel history automatically?

Its working great by the way, full HD video tonight Wink
(2014-09-29, 20:40)zag Wrote: How do I manually add a channel to the favorites?

Any chance of saving the channel history automatically?

Its working great by the way, full HD video tonight Wink

Glad it is working for you Big Grin
This option should appear in the Favourites section...
Image

However I just notice that in my android box it doesn't show up, so, probably some error during the update. It'll be raining in hell when I release an update to this addon without having to release another the next day lolol

You can also make lists (xml or even m3u lists), store them locally or on a remote place and add them to the addon. Read here: https://github.com/enen92/P2P-Streams-XBMC/wiki/Lists

There are as well a bunch of parsers out there for the most known sports sites even with options to install them remotely. I just don't include them nor advertise them here for obvious reasons but they used to be part of the core until I moved the addon to this forum.

As for the channel history it can be added but those urls normally change a lot (and with the ability to make custom lists it turns to be something redundant). So probably the best option is to make a list, make a website parser (~=20 lines of code) or try to find an already built parser/scrapper for the 'channel source'

---------------------
edit: just checked and yep, my mistake (will fix next update). Lines 36 and 37 in resources/core/favourites.py should be out of the if block.
(2014-09-29, 20:35)enen92 Wrote: 3.0.0 b2 for linux 64 bits and 3.0.0 a18 for linux 32 bits. None of them is on their repositories but here --> http://wiki.acestream.org/wiki/index.php....0.0_alpha

You can check all the versions the addon is using here: http://p2p-strm.googlecode.com/svn/trunk...sions.info

I have debian sid + p2p version 1.1.1 and p2p pluging downloaded 2.1.6 version, not 3.0.0a18-1/9fix - why ?

Quote:/home/goga/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream# ./acestreamengine -v
version: 2.1.6 revision: 292



Quote:http://p2p-strm.googlecode.com/svn/trunk...sions.info
"acestream":"linuxi386":"3.0.0a18-1/9fix","linux_x86_64":"3.0.0b2"
Nvidia Shield
kodi 18.1 RC1
Goga777, how do you know which version was downloaded?
My guess is that you executed the acestreamengine binary in ~/userdata/addon_data/plugin.video.p2p-streams without linking it to the library folder ($PWD). So basically you end up running than bin linked to the default acestreamengine lib folder (which u might have installed...reporting 2.1.6).
So, to be completely sure:

Code:
cd $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream
./acestreamengine --client-console --lib-path $PWD
ah, yes - sorry for that

Quote:./acestreamengine --lib-path $PWD --version
version: 3.0.0-a19 revision: 1143M
Nvidia Shield
kodi 18.1 RC1
Today I noted that in "Advanced tools menu" disappeared "Acestream engine settings". I can see only "P2P streams force stop hook"
That "Acestream engine settings" disappeared from osd menu after downloading of acestreamengine


In the config file playerconf.pickle there is wrong line about patch to cache

Code:
(dp0
S'total_max_upload_rate'
p1
I0
sS'download_dir'
p2
V/home/arch/.ACEStream/cache
p3
sS'total_max_download_rate'
p4
I0
sS'disk_cache_limit'
p5
L19618422784L
sS'ad_storage_limit'
p6
L1073741824L
sS'max_peers'
p7
I50
s.

should be

Code:
(dp0
S'total_max_upload_rate'
p1
I0
sS'download_dir'
p2
V/home/goga/.ACEStream/cache
p3
sS'total_max_download_rate'
p4
I0
sS'disk_cache_limit'
p5
L19618422784L
sS'ad_storage_limit'
p6
L1073741824L
sS'max_peers'
p7
I50
s.
Nvidia Shield
kodi 18.1 RC1
Impressive a better option for Ubuntu users than stand alone installs

Yet to get ace to run always fails sopcast shows up fine, with ace I get invalid error yet the link is working fine on my droid tablet any ideas ? Have I missed a setting ?


The future
Ricey what ubuntu version and what architecture?
Please run the 2 cmds on my previous post to know why it is failing.
enen - last night I tried changing the hardware acceleration settings of the AcePlayer, but I still was getting poor quality streams. Any help pls?
U 14.04 LTS - gotham 13.2 for xbmc and 1.1.1 for the p2p streams

I added the parser wiziwig file and it opens the engine 30 second wait - but unlike the sopcast one running cctv the bar never moves just times out and give the invalid link or torrent not available.

Did it install the latest version via XBMC

CMD from link above

2014-09-30 08:49:50,445|MainThread|acestream|platform=linux
2014-09-30 08:49:50,445|MainThread|acestream|app=acestream
2014-09-30 08:49:50,445|MainThread|acestream|version=3.0.0-b2 code=3000023 revision=1255 date=2014-09-15
2014-09-30 08:49:50,445|MainThread|acestream|use_local_db=True
2014-09-30 08:49:50,445|MainThread|acestream|use_m2crypto=True
2014-09-30 08:49:50,446|MainThread|acestream|enable debug: 0
2014-09-30 08:49:50,446|MainThread|acestream|get_default_api_version: 2
2014-09-30 08:49:50,446|MainThread|acestream.coreapp|use fixed i2i_port: 62062
2014-09-30 08:49:50,463|MainThread|acestream.coreapp|cannot load session config, use default
2014-09-30 08:49:50,466|MainThread|acestream|error during startup
Traceback (most recent call last):
File "core.c", line 910, in
File "core.c", line 195, in
File "core.c", line 177, in
File "core.c", line 608, in
File "ACEStream/Core/Session.py", line 157, in __init__
File "ACEStream/Core/Overlay/permid.py", line 47, in read_keypair
File "/home/clr/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/M2Crypto/EC.py", line 283, in load_key
return load_key_bio(bio, callback)
File "/home/clr/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/M2Crypto/EC.py", line 296, in load_key_bio
return EC(m2.ec_key_read_bio(bio._ptr(), callback), 1)
File "/home/clr/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/M2Crypto/EC.py", line 106, in __init__
assert m2.ec_key_type_check(ec), "'ec' type error"
ValueError: Received a NULL pointer.
(2014-09-29, 22:41)Goga777 Wrote: In the config file playerconf.pickle there is wrong line about patch to cache

Code:
V/home/arch/.ACEStream/cache
p3

should be

Code:
sS'download_dir'
p2
V/home/goga/.ACEStream/cache

Thanks for pointing it out, I'll fix next version

(2014-09-30, 09:43)Il-Mejjet Wrote: enen - last night I tried changing the hardware acceleration settings of the AcePlayer, but I still was getting poor quality streams. Any help pls?

Don't use aceplayer then. There is no advantage when comparing to xbmc imho.
And now with the "stop function" you can kill the engine very quickly.

(2014-09-30, 10:03)Ricey155 Wrote: U 14.04 LTS - gotham 13.2 for xbmc and 1.1.1 for the p2p streams

I'll have a look. Maybe a good idea for you to install the m2crypto module from ubuntu repos:

Code:
sudo apt-get install python-m2crypto

edit: Just had a look and it is running fine in a ubuntu 14.04 64 bits fresh install. So, remove the m2crypto folder from the addon and install the m2crypto module from the ubuntu repositories.
Any ETA on a new Android update. Was working before latest update. No Add Favourites in menu. Only two parsers left. When trying to reinstall parsers remotely throwing up script errors. Acestream now hangs everytime but was working on previous version.
(2014-09-30, 15:01)Damac10 Wrote: Any ETA on a new Android update. Was working before latest update. No Add Favourites in menu. Only two parsers left. When trying to reinstall parsers remotely throwing up script errors. Acestream now hangs everytime but was working on previous version.

Android will be updated when acestream developers update the engine as it always has been. Nothing has been done for android appart from adding a new option (which isn't even used by default) in the last update so, it's working the exact same way as before. If acestream hangs it is related to the stream you're trying to watch or to your network.
Manually add favourites option not showing is not android related, the solution is at the the end of my previous "favourites" post. Parsers are not part of the addon so I can't do anything about it. If you see script errors provide a debug log as my crystal ball is broken at the moment.
(2014-09-29, 22:41)Goga777 Wrote: Today I noted that in "Advanced tools menu" disappeared "Acestream engine settings". I can see only "P2P streams force stop hook"
That "Acestream engine settings" disappeared from osd menu after downloading of acestreamengine

have you ideas how to fix it ?

Also if I will choose Ace stream command - my command the field "Alternative cmd" still not active and I can't type in it anything.
Nvidia Shield
kodi 18.1 RC1
Yap edit that file and put the valid path and put the addon settings back to default as the cachefolder path gets saved into an hidden setting. Or just grab the version from github I've already fixed that there.
  • 1
  • 25
  • 26
  • 27(current)
  • 28
  • 29
  • 112

Logout Mark Read Team Forum Stats Members Help
P2P-Streams - SopCast and AceStream for Kodi14