FYI File not in Kodi but part of Tvheadend webui. Can be accessed by going to web browser and entering http://10.0.0.218:9981/static/lovcombo/lovcombo-all.js Of course you need to change 10.0.0.218 to your libreelec ip address.
Posts by Grasshopper
-
-
cosmos, Here is an unofficial guide found when using the search feature in forum.
ThreadQuick guide to running LE in ProxMox
There are a few threads here with useful information but also a lot of guesses and probably old requirements. I just got things working and thought I'd condense what worked.
Updated 5-12-2024 with LE 12.0 and Proxmox 8.1.4
Before Chewitt can say it.....
1) VMWare isn't supported, but there is an OVA that makes installing on ESXi, Workstation, or Fusion very easy. Personally, I've used it for years without issue, but I'm completely done with any VMWare products after the changes Broadcom made…akaylorMay 13, 2024 at 6:29 AM -
Looking at the Pinn docs it is not possible to add another OS unless you have set up Project Soaces from your initial setup.
When PINN installs OSes to a drive, it allocates all of the available drive space to the OSes by expanding the partitions. It is not possible to add any OSes later because there will be no remaining space. It is possible to replace an existing OS with another one.
Project Spaces are empty OSes that just consist of an empty 100MB FAT32 partition and an empty 500MB nominal ext4 partition. The idea is that they can be installed initially with other OSes to reserve space for a future OS. Later the ProjectSpace can be replaced with another OS that has a similar partition layout.
Link to Pinn Docs : https://github.com/procount/pinn/blob/master/README_PINN.md
-
-
Thanks for the info! Will wireguard have the same issue?
-
How does invalid date get updated/corrected in crl?
-
Per your photo of error log location of file is /storage/.kodi/addons/service.vpn.manager/PIA
Need to ssh into unit with putty or winscp from win11 pc.
-
Did you have to provide a .ovpn file when you used the wizard?
-
How are you trying to access SD card?
-
File is not on SD card as this is the libreelec operating system files. The file you want to edit is a .ovpn file that you obtained from PIA that you then use to setup your vpn.
-
Here you go, config file is one you downloaded from PIA.
Open the .ovpn file: Locate the PIA OpenVPN configuration file (usually with a .ovpn extension) and open it with a text editor.
Locate the <crl-verify> section: Search for the <crl-verify> tag and the corresponding </crl-verify> tag.
Delete the section: Delete the entire block of text between these two tags, including the tags themselves.
Save the file: Save the modified .ovpn file.
-
FYI, timezone works in 12.0.2 on rpi4.
If I use cat .cache/timezone it shows same error of no file or directory but if I use cat /storage/.cache/timezone in gives output of timezone.
-
QBjack, would be beneficial to see UDM created config file when you went to add libreelec device as a client and connman config file you created from that info.
-
GitHub - goggle/plugin.audio.srfplayradio: Kodi audio plugin for the audio library of Swiss Radio and Television (SRF).Kodi audio plugin for the audio library of Swiss Radio and Television (SRF). - GitHub - goggle/plugin.audio.srfplayradio: Kodi audio plugin for the audio…github.com
Link to SRF radio audio kodi addon.
Looks to be by same dev as SRF tv but no longer maintained.
May still work or needs updating??
-
browing, the video will show you how to update eeprom.
-
browning, Have a look at this video where the RPI5 can network install with raspberry pi imager. You can choose libreelec install from in imager.
External Content m.youtube.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy. -
sh33p0mat, Can you check VPN in another addon to see what happens?
Have you tried using ethernet connection?
Does pm4k addon not try again after failing?
-
sh33p0mat, Have you set VPN to start in libreelec before kodi using the VPN manager monitor tab.
Connect VPN before Kodi starts (LibreELEC only)
Modifies the start up procedure of LibreELEC to start the VPN connection at the same time as Kodi. Requires that at least one connection has been validated.
Be aware that if your openvpn connection takes a long time to connect then it maybe that Kodi starts up before the openvpn connection has been established. I don't see this on a wired network using PIA but your experience maybe different.
Once Kodi and subsequently the add-on has been started, if an openvpn task is found to be running a notification will be displayed to inform the user a VPN connection is running. If no task is found, and there is no VPN connection then a further attempt to connect will be tried (with the usual set of notifications or connecting and success or failure).