"Driver does not support the 0x2572 PCI ID."
Use different video card or try using legacy version.
"Driver does not support the 0x2572 PCI ID."
Use different video card or try using legacy version.
..
Basically, I've been using plex on my NAS to allow me to watch media on the go, but they are putting the price up, so I would like a cheaper (ideally free) option.
Main part of NAS cost is hardware kit and storage devices. Kodi/Libreelec is stuff that you attach to your tv. Jellyfin and NAS are things attached to your network. You can put your Jellyfin server on your media kit next to tv or on your NAS kit in your basement. Libreelec does not have NAS functions for storage management and resilience. If you are looking for your qnas replacement, you are on wrong forum.
Sorry to revive this.
I have my media on a QNAP NAS, and I know I can run jellyfin directly on there, but it seems like it will be a real pain.
Is it possible to run jellyfin on LibreElec, and point it at the media on the NAS, and to then be able to use a jellyfin app on AppleTV or similar to be able to watch those videos from a remote location?
Mount your NAS share on Libreelec and Jellyfin addon on Libreelec will see your media.
If you install Kodi package on Ubuntu, you will have other solution for missing LVM support on Libreelec as Ubuntu can work with LVM.
See LE 12.0 added lvm2, luks (dm-crypt, veracrypt), mdraid, ext4 encryption
Stock Libreelec does not have LVM support.
Maybe connect your drives to raspberry via USB hub that has independent power source?
Transparent proxy is just one step further from running a proxy.
You can edit files via SSH by running command via SSH. You probably do not want to learn sed
ssh root@libreelec sed -i 's/old/new/g' /storage/test.txt
If you are about editing metadata in video files, commands depend on video format.
google has Mongolian and Khmer fonts under open font license. For some reason they prefer not to design their site to work on system which has Mongolian and Khmer support, if javascript is not enabled.
Old Italic and Linear B support in subtitles was a joke.
It might be better, if UI did not depend on single font for subtitles and could use any font that supports text in specific unicode block.
Arial Unicode MS does not support Khmer or Mongolian or Old Italic or Linean B.
vmware workstation can start both generic-legacy and generic ovas.
lspci shows that libreelec/linux recognizes video card as VMWare SVGA II adapter.
Maybe configure your video card in hypervisor properly or use different virtualization software. VGA (640x480) emulation is likely not enough for the system.
Maybe also start new topic instead of hijacking something unrelated to virtualbox.
Sensible way would be to separate storage devices used for OS and media. Use smaller/cheaper device for OS that you can rebuild without losing data and store media on other device. But since it is RPi, you probably got only one disk.
Are you sure that you did not format partition to use xfs file system or used conflicting label on drive?
"removed the 400GB partition that accounts for 5% of the drive" - that is not partition, but default reserved size on ext3.
https://wiki.libreelec.tv/support/log-files
Provide log files for devs to debug instead of asking them to guess your problem using crystal balls.
TLS provides encryption and not authentication. You are probably connecting to regular FTP service with StartTLS support and not to FTPS (or FTP-over-SSL)
ext3/4 grow-th is online operation. unmount is not necessary. only parted might have required partition table rescan.
Sorry, whilst I'm sure that made sense to you, to me (primarily Windows) its gibberish. Any chance of a translation?
.po files are gettext translation files. You can edit them on Windows with poedit. You can find that program on google. I don't want to put links to external third party sites on forum.
Example of gettext is below.
----
msgid "Favourites"
msgstr "Favoritter"
---
You are supposed to edit only msgstr part. msgid is base text. Changing msgid in strings.po does nothing unless you want to spend your time changing original text and then updating every strings.po file to match your changes in source files. Gettext translations are not supposed to be managed that way. They have whole toolkit for extracting strings from sources and updating .po file with string changes.
Checked how stuff looks like on Kodi/Libreelec and my understanding of gettext is bit outdated. Kodi genz brainiacs decided to go with uncompiled translations.
I'm using Favourites to list the series currently being watched (right now: Robin's Nest, The Saint, Only Fools and Horses, Homeland). Itis doing what I want and I thought I'd change "Favourites" to "Watching". No problem with Home.xml but strings.po in the skin (eg "Add to Favourites") is giving me trouble. I can edit strings.po with Notepad++ but a) I end up with a much larger file (16kb -> 553 kb) and b) it doesn't work.
It seems to work if I edit strings.po in the Kodi system rather than the skin. I don't want to do this because of implications for upgrading.
.po files are plaintext source files used in translations. Any normal gettext enabled app will be reading .mo files.
Recompile mo file after editing po.
msgfmt -o strings.mo -c strings.po
There are dedicated .po file editors on this planet.
If your text is coming from US English interface, you can't change it by updating .po/.mo. US English is normally base language.
What does the policy say about torrenting app and the LinuxServer add-ons list
Where can i read about this?
Official:Forum rules/Banned add-ons - Official Kodi Wiki
"Pirated content" add-ons, websites, and services typically do not include the following (to be determined on a case-by-case basis if necessary):
...
B. The add-on has the potential to access pirated content, but is potentially useful for downloading legal content as well. [For example, an add-on that downloads torrents is not, itself, a problem, since a torrent can cover a wide variety content, including legally distributed videos.]
From what I've seen on forum LibreElec dev consider torrent apps for their pirating usage and do not take other uses into account. Their policy is more strict than Kodi's one.