kszaq sorry for buggering, but is there any chance we will see libreelec on the S905X platform too?
'bugging' = annoying or bothering someone.
'buggering' = something else entirely.
kszaq sorry for buggering, but is there any chance we will see libreelec on the S905X platform too?
'bugging' = annoying or bothering someone.
'buggering' = something else entirely.
I'm not yet sure where your media collection is stored. if it is also on the same headless Kodi device, then you will need to start using pathsubstitution on all other Kodi devices. Kodi stores the full path of the video/music track, so that won't work out of the box with other Kodi clients. Once all your Kodi clients are set up for use of your headless Kodi box, any of them can add new items to your video and/or music library, because of the shared database. Each Kodi client will download fanart and thumbs and such instantly once its local thumb cache is checked.
Or use network paths for your sources on the headless pi.
eg smb://192.168.x.x/media/mydrive/films vs /media/ mydrive/films
where 192.168.x.x is the headless pi.
ok i will try thatit isnt a zip
its a normal folder
If it's the folder you're sticking in the addons folder you should be able to zip it (eg with 7zip) and install as normal.
You can use winscp to see it.
Or add the .kodi folder as a source in /storage/.config/samba.conf (which shows as 'configfiles' over samba) then access it via smb.
Why not just install the zip from the kodi gui though?
Stick the zip file somewhere you can access from the Pi and install from zip?
The addons folder is at / storage/.kodi/addons.
Is it in your flash partition? IIRC the first time I booted one of kszaq's builds it copied my remote.conf from android to /flash.
Anyone know how to disable the suspend on the beelink remote? While LE is running i would like the power button not to do anything, I would still like to turn it on when you power it off but just not to do anything when Kodi is running.I find the suspend feature does not really work and sometimes freezes the box requring me to pull the plug. Build 004 seems to handle well but still freezes but build 005 freezes very often when waking up from suspend.
Change it to something else in remote.conf (in /storage/.config) - or just removing the entry altogether in remote.conf should work.
That won't affect switching on - LE isn't running when it's off, the power-on is hard-coded to the box.
I'm using a Harmony with a pivos remote.conf on my minimxiii - the power-on code is still the one from the original remote and power-toggle on the pivos makes it sleep (which seems to be working reliably for me on 005).
MiniMX is not the Beelink. I believe the MiniMX is the owner of Beelink or the other way round.
The Beelink site has sections for the minimx and minimxiii.
AFAIK sticking the image.gz in the update folder and rebooting should work exactly the same way as sticking a .tar in there. Is this not the case? It is for me (mini mxiii running on sd card).
Hi,
Hopefully someone can help me. I need a remote.conf file for the Mini MX box. I have tried extracting it from both Alex's OpenELEC and android original firmware (OTA update file) without success. I would appreciate it if someone has this file and sends it to me, or show me how to extract it myself. The problem is that every time we update to a new version of LibreELEC we have to manually update this file. I wish we had OTA updates or .tar files to avoid losing our set-ups every time we update.
Thank you very much.
I don't have the file, but I'm wondering why you need to keep replacing it? It should still work after an update. How are you updating? If you just stick the img.gz file in the update folder libreelec should do its magic on re-boot and keep all your data.
where did You get 7.0.2.005 version ?in first post is 004 last version
Just go up a level from any of the download links to see the whole list:
Index of /s905/
Hi could you post link to image to flash t95n please
Everything's in the first post.
Every day's a school day!
Thanks, I can simplify things in my setup knowing that.
So just to clarify (for me and the OP)...
RunScript can start a python script anywhere, but it can't start a shell script...?
Doh.
I knew this!
I have scripts in /storage/.config/scripts, and run them by running a python script from kodi to point to them.
So I have, for eg...
in remote.xml.
That points to a simple python script...
Addon.xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.rsynctest"
name="rsynctest"
version="1.0.0"
provider-name="Me">
<requires>
<import addon="xbmc.python" version="2.14.0" />
</requires>
<extension point="xbmc.python.script" library="default.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">testsrsync, obviously</summary>
<platform>all</platform>
</extension>
</addon>
Display More
default.py:
#!/usr/bin/python
import os
os.system('sh /storage/.config/scripts/rsynctest.sh post')
exit(0)
Please don't laugh too loudly at my code (any suggestions welcome though) - it's all been trial and error for me. I have a few little scripts I use, all run the same way. It's a while since I last looked at them, though, which goes some way to explaining why I didn't see the problem.
That's my guess out then, sorry.
Does set1.sh stop kodi?
If it's just a power issue and you can't change it in the bios you could try a y cable.