Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Sharing folder between Openelec /Kodi

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Sharing folder between Openelec /Kodi

#16 Post by bester69 »

Installation - ACESTREAMENGINE LIBREELEC:
Collinson wrote:.....
I'm having the same issue. It works perfectly fine on Kodi. What could be the problem?
It took me much time to figure it out, and i had to resolve it on my own:



If you go to dowload page, you'll see there are some dependecy packages you need:
http://wiki.acestream.org/wiki/index.php/Install_Ubuntu
4. Install dependencies:
sudo apt-get install python-setuptools
sudo apt-get install python-m2crypto
sudo apt-get install python-apsw
Well, you'll need furthermore some addictional packages dependecies; in ,my case the packages i Need were (I picked trusty client):

Code: Select all

acestream_3.1.16_ubuntu_14.04_x86_64.tar.gz
- python-setuptools_3.3-1ubuntu1_all.deb --> python-pkg-resources_3.3-1ubuntu1_all.deb
- python-m2crypto_0.21.1-3ubuntu5_amd64.deb
- python-apsw_3.8.2-r1-1ubuntu1_amd64.deb --> libsqlite3-0_3.8.2-1ubuntu2.1_amd64.deb
And also asked for:
- libssl1.0.0_1.0.1f-1ubuntu2.23_amd64.deb


You will need to use ssh, to debug launching "start-engine --client-console" until you get it to work;
- you have to uncompress the acestreamengin in this forlder:
/storage/.kodi/userdata/addon_data/program.plexus/acestream/

- you have to uncompress the deb's in acestream's lib forlder:
/storage/.kodi/userdata/addon_data/program.plexus/acestream/lib/
The structure has to look similar to the picture, watch out parents directories:

Image

Here i pass you a ls:

Code: Select all

acestreamengine
apsw-3.8.2_r1.egg-info
apsw.so
beautifulsoup4-4.5.3-py2.7.egg
bitarray-0.8.1-py2.7-linux-x86_64.egg
blist-1.3.4-py2.7-linux-x86_64.egg
easy_install.py
enum34-1.1.6-py2.7.egg
futures-3.0.5-py2.7.egg
GeoIP-1.3.2-py2.7-linux-x86_64.egg
html5lib-0.999999999-py2.7.egg
iso8601-0.1.10-py2.7.egg
libavcodec.so
libavcodec.so.56
libavcodec.so.56.1.100
libavformat.so
libavformat.so.56
libavformat.so.56.4.101
libavutil.so
libavutil.so.54
libavutil.so.54.7.100
libcrypto.so.1.0.0
libfdk-aac.so
libfdk-aac.so.1
libfdk-aac.so.1.0.0
libmp3lame.so
libmp3lame.so.0
libmp3lame.so.0.0.0
libsqlite3.so.0
libsqlite3.so.0.8.6
libssl.so.1.0.0
libswresample.so
libswresample.so.1
libswresample.so.1.1.100
libx264.so
libx264.so.148
lxml-3.7.2-py2.7-linux-x86_64.egg
M2Crypto
M2Crypto-0.21.1.egg-info
_markerlib
miniupnpc-2.0-py2.7-linux-x86_64.egg
netifaces-0.10.5-py2.7-linux-x86_64.egg
opengraph-0.5-py2.7.egg
openssl-1.0.0
pkg_resources.py
pkg_resources.pyc
pkg_resources.pyo
protobuf-3.0.0b2-py2.7.egg
psutil-1.2.1-py2.7-linux-x86_64.egg
pycompat27.so
repoze.lru-0.6-py2.7.egg
requests-2.12.5-py2.7.egg
Routes-2.4.1-py2.7.egg
setuptools
setuptools-3.3.egg-info
setuptools.pth
singledispatch-3.4.0.3-py2.7.egg
six-1.10.0-py2.7.egg
webencodings-0.5-py2.7.egg
websocket_client-0.40.0-py2.7.egg
xmltodict-0.9.2-py2.7.egg


Then, whithin Plexus settings, you must use :
Type Acestream: Local
Command Acestream: Use my own
Acestream Command alternative: /storage/trusty/start-engine --client-console
(ln -s /storage/.kodi/userdata/addon_data/program.plexus/acestream/ /storage/trusty)--> Create a link to shorten path withn plexus .



-
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Sharing folder between Openelec /Kodi

#17 Post by bester69 »

I also did the following script as a workaround for the load of the kodi's default display, (black screen when try VGA switch without booting pluged)
It gives you 25seconds to go to setting, changed and saved display before kodi restart, and picked the display output.

/storage/.config/autostart.sh

Code: Select all

xrandr --output LVDS1 --off
sleep 1
xrandr --output VGA1 --mode 1360x768 --primary && killall kodi.bin &
sleep 25 && xrandr --output LVDS1 --auto && sleep 1 && killall kodi.bin &
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Sharing folder between Openelec /Kodi

#18 Post by Wheelerof4te »

Wow, man...you became such an expert of Linux. I mean, you did bork your system beyond oblivion, but damn! Learning by breaking things, you should be running Sid.

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Sharing folder between Openelec /Kodi

#19 Post by bester69 »

Wheelerof4te wrote:Wow, man...you became such an expert of Linux. I mean, you did bork your system beyond oblivion, but damn! Learning by breaking things, you should be running Sid.
This is Librelec, we're not breaking anything here, furthermore libreelec is only readed filesystem, we're installing in flexus's local folder.. I just installed kodi's ubuntu v17.6 with zesty branh. In my experience Kodi doesnt break anything at all in debian..so this is not like a kind of frankendebian.. there's not big deal in installing two ot three not debian packages as long as you're aware of all of them. dont you think so Wheelerof4te? .I think my debian's its pretty stable, i install very few things in it.. my own standard installation is very consolidated... we¡re not doing great science here. lol.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply