I am planning to get this board and use it with latest stable build of LE. Should work, right? Any tips or suggestions welcome.
Posts by extremeaudio
-
-
here latest for Apollo/Kaby lake Index of /Hi! Does your build support passthrough for DTS HD etc with Apollo Lake?
-
Syncthing: there is an addon for that
The corresponding iOS app is fsync()I haven't tried and also because the name isn't syncthing and its paid. But it has full functionality on iOS/ gets full access to the iPhone filesystem etc? That would be awesome! I could just cancel my ever increasing iCloud storage and sync everything to my server(s)!
-
Is there any alternative to dropbox, preferably open source, that I can use with libreelec so that I can sync a few files between various devices. Other than the fact that there isn't an iOS app Syncthing looks like it might work. Any other suggestions?
-
Can anyone guide on how to install transmission via docker on LE? Not had any luck finding the correct container/ instructions
-
Can I just take the files in the target folder of the zip at your downloads link and copy into my existing LE 8.0.0 build's update folder and all of what you name on the first page will be activated by default? Sorry if my understanding is wrong.
I think I did that but I cant find transmission, plex etc. These are dockers or addons?
-
The latest stable 8.0.0 of LibreELEC does not fully support the Apollo Lake boards yet.
For example, 10bit support is planned for Kodi 18. There is an very experimental LE build available.
AFAIK, the Asrock J3455 does not support HDR.Ok, so what hardware is 8.0.0 (Generic, I'm not into RPis etc) supporting fully? Preferably something mini ITX with on board CPU.
Another thing - I get Dolby Atmos bitstream, but no luck so far with DTS-X tracks. AVR shows DTS HD Master Audio. Whats the deal there?
-
I bought myself this board so that I could get 4k output (spec says it is capable of 4k 60p output) and updated to the latest stable LE viz 8.0
When I go to the system settings, I can now choose resolution all the way upto 4096x2160 and also UHD which is 3840x2160. However the refresh rate options allow no more than 60 Hz. My TV is a Sony 4k TV with HDR and supports 60 frames. I tried with 2 different cables both of which claim to be HDMI v2.0 with 4k 60p support. How can I troubleshoot the cuplrit here? Also, any way to check if HDR is working?
-
I am running LE 7 (not sure which exact version) and changed my mobo to the Asrock 3455 ITX
I can't get any display post boot. I don't want to update to Krypton. Any variant of LE ver 7 Jarvis that can work with Apollo Lake?
Also will Dolby Atmos passthrough work with this kit or no?
-
Is there a makemkv docker?
Is it possible to use this to playback unencrypted blu ray or rip discs?
If yes, is there some guide for implementing the same?
I am on LE Jarvis, not Krypton.
-
-
On every start up an addon or service is creating 2 folders - movies and shows in my downloads folder. Unable to recollect which addon I installed since when this has started. Looked into the debug log but couldn't find anything (I'm not the best when it comes to reading logs, I just did a Search for the term "shows" and nothing showed up).
Any way to identify?
-
Even I can't get the settings to survive a reboot. Not just the settings, even the downloaded content starts from 0% after restart.
My config folder is in /storage/.kodi/userdata and the downloads folder is on a hard disk in the box permanently hooked up.
-
Hi,
I get errors when I do systemctl start transmission.service
Please help.
Error and service files as follows:
Code
Display Moretransmission.service - transmission container Loaded: [[0;1;31merror[[0m (Reason: Invalid argument) Active: inactive (dead) Feb 06 13:41:07 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:8] Unknown lvalue 'ExecStartPre' in section 'Unit'[[0m Feb 06 13:41:07 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:9] Unknown lvalue 'ExecStart' in section 'Unit'[[0m Feb 06 13:41:07 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:10] Unknown lvalue 'ExecStop' in section 'Unit'[[0m Feb 06 13:41:07 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:11] Unknown lvalue 'WantedBy' in section 'Unit'[[0m Feb 06 13:41:07 Box systemd[1]: [[0;1;31mtransmission.service: Service lacks both ExecStart= and ExecStop= setting. Refusing.[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;31m[/storage/.config/system.d/transmission.service:4] Failed to add dependency on service.system.docker.service[Servic e], ignoring: Invalid argument[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:5] Unknown lvalue 'Restart' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:6] Unknown lvalue 'RestartSec' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:7] Unknown lvalue 'TimeoutStartSec' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:8] Unknown lvalue 'ExecStartPre' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:9] Unknown lvalue 'ExecStart' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:10] Unknown lvalue 'ExecStop' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;39m[/storage/.config/system.d/transmission.service:11] Unknown lvalue 'WantedBy' in section 'Unit'[[0m Feb 06 13:41:16 Box systemd[1]: [[0;1;31mtransmission.service: Service lacks both ExecStart= and ExecStop= setting. Refusing.[[0m
The contents of my service file are as below:
Code
Display More[Unit] Description=transmission container Requires=service.system.docker.service After=service.system.docker.service[Service] Restart=always RestartSec=10s TimeoutStartSec=0 ExecStartPre=-/bin/sh -c "mkdir -p /storage/.kodi/userdata/.apps/transmission" ExecStart=/storage/.kodi/addons/service.system.docker/bin/docker run --rm --net=host -d \ --name=transmission \ --hostname=libreelec-transmission \ --volume=/var/media/Data/Downloads:/watch \ --volume=/var/media/Data/Downloads:/downloads \ --volume=/var/media/Data/Downloads/Incomplete:/incomplete \ --volume=/storage/.kodi/userdata/.apps/transmission:/config \ --publish=9091:9091 \ --publish=51413:45555 \ timhaak/transmission ExecStop=/storage/.kodi/addons/service.system.docker/bin/docker stop transmission[Install] WantedBy=multi-user.target
-
No, you have to select the local option. Even though you are connecting remotely, portainer is running on the same machine docker service is running on, so it needs to connect to the local service.
Once you do that, all containers and images should show up.
Just a word of caution, don't use portainer to manage linuxserver addon installed containers, because the addons have their built in start, stop mechanisms through systemd and stopping and starting them through portainer will cause issues.
You should use portainer to only manage containers you create through portainer itself.
Duly noted, thanks.
One last thing. When the docker starts, if I go to my System Info window, the IP address of the LE box shows as 172.17.0.1
If I issue docker stop and stop all containers, the IP address is restored to the correct one. And upon restart of docker reverts back to 172.17.0.1. Any way to fix this? When I was manually running docker I think I was able to solve this by appending "--net=host" to the docker start command.
-
Thank you for your awesome help!
Some guidance with portainer please! So I installed it, enter the web UI from my windows PC, create a password, log in. After that in the connection page I have to enter remote connection, right? But here if I enter the IP address of my machine running LE/ portainer docker what happens if the IP address changes after reboots? And after connecting it took me to a dashboard where my running plex container was not listed. Everything was 0. Anything needed to be configured under networks etc? If there is some guide, please do point to it.
-
I think I just found a bug. If you don't have the timezone set in the settings, the script hits an error early and never does anything. Can you check in your settings to see whether the timezone is set or not? It is under interface settings/regionalThanks
Kodi timezone settings? Yes, timezone is set.I am on LE 7.0.2 genericI removed the previous images installed using command line and started fresh with the linuxserver repo to avoid any conflicts hence the docker command gives empty response.NEVER MIND: It worked just as I was typing out this post. Maybe I wasn't waiting long enough and the image was still downloading. Since there is no indication I must have believed its already installed. Thanks!
P.S. Any Logitech Media Server container as easy to install as the above? This is cool!
-