Posts by chewitt

    I don't think this is possible. Library views track watched/unwatched status, but I don't think there is DB tracking of when something was watched, and because Videos views are not Library views there is no persistence of watched/unwatched status. It will show within the current GUI session but reboot and everything will show as unwatched again.

    Kodi does have some default fanart (a wordcloud of text in bronze colour on a black background) but if that's not being show it's picking up the art from somewhere else. In my own workflow for music I have a separate music source folder for problem scrapes. This allows me to move a single album that i've ripped from disc and scrape the source and a) not have it take aeons to scrape/update my large library, b) the log files only show a few items and not thousands, so they're human readable. It also makes it easier to target a single Album with picard to ensure the meta tags are set/saved properly.. because that's ultimately where the mismatch is probably occurring (or some stray .nfo files are in the filesystem).

    At one point we were looking to absorb the capabilities of the OE era config add-on, but since RPi3 came along with enough CPU to decode MPEG2 in software without the license, the need for it among our userbase greatly reduced. There is also a strong correlation between providing a tool that encourages people to overclock their device and the number of people reporting random issues caused by overclocking.

    ^ looks like a 4GB card device being detected.

    The error is clear in the first two images. The syslinux.conf or extlinux.conf is configured for boot=LABEL=System and disk=LABEL=Storage and those partition labels do not exist on the boot device. It should be using boot=UUID=blah something like below:

    Code
    DEFAULT virtual
    TIMEOUT 50
    PROMPT 0
    
    LABEL virtual boot=UUID=2605-0052 disk=UUID=c1d54db6-83d0-4a9e-b662-e7099f9edbf0 quiet tty vga=curren

    So i'm wondering if another bootloader and traces of an older OE install are present on the 1TB /dev/sda device? - because using disk labels in the boot config is how things used to be done. LE has only ever used the UUID method.

    False. Our default disk layout for the Generic image is two partitions in a GPT partition scheme. If you want to install to the disk manually boot the installer in live mode or use an Ubuntu LiveUSB to create a GPT disk, first partition is 512MB and second is remaining space. Make both ext4 and install syslinux to the first partition. Now copy the KERNEL, SYSTEM and extlinux.conf to the first partition. That's all the installer does.

    You probably need to tweak the key-repeat time settings for the remote control. We set some sensible defaults but some devices need a little adjustment. As there are multiple device-dependent methods for doing this you'll need to explain what you're using?