Posts by Klojum

    Could you let me know, those banned repos please.? Or at least to provide me some list with allowed repos please.

    You can see identify the orange-colored entries here: https://paste.kodi.tv/mocuxipiti.kodi

    Also, the mar33 repository is now on Kodi's banned add-ons list as well.

    The list of allowed or not allowed repos is really pretty simple. If a repository and/or add-on is providing you material (video, music, sports, whatever) which you normally (with common sense) should have to pay for via subscriptions or otherwise, but it now offers said material for a fraction of the price or even for free, then you should get the proverbial light bulb above your head. If someone offers you an IPTV list of 3,000+ tv stations, you should know what is going on.

    Subtitles are kind of in the twilight zone. They seem to be "tolerated".

    Well, that log contains a sh!tload of warning messages...

    Code
    2021-11-30 13:53:37.291 T:1211 WARNING <general>: Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.
    2021-11-30 13:53:37.291 T:1211 WARNING <general>: ListItem.setCast() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setCast().
    2021-11-30 13:53:37.291 T:1211 WARNING <general>: ListItem.setRating() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setRating().
    2021-11-30 13:53:37.291 T:1211 WARNING <general>: "resumetime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
    2021-11-30 13:53:37.291 T:1211 WARNING <general>: "totaltime" in ListItem.setProperty() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.setResumePoint().
    2021-11-30 13:53:37.291 T:1211 WARNING <general>: ListItem.addStreamInfo() is deprecated and might be removed in future Kodi versions. Please use InfoTagVideo.addVideoStream(), InfoTagVideo.addAudioStream() and InfoTagVideo.addSubtitleStream().

    I'm pointer the finger at the embuary-matrix skin for now, although I do not rule out Jellyfin somehow.

    Code
    2021-11-30 13:53:50.664 T:1267    ERROR <general>: CDVDVideoCodecDRMPRIME::GetFormat - unsupported pixel format
    2021-11-30 13:53:50.676 T:1260    ERROR <general>: ffmpeg[0x0]: [hevc] Could not find ref with POC 0

    This is something for the LE/Kodi devs to decypher.

    @firebull Your kodi.log shows several banned repositories and subsequent add-ons that are facilitating video piracy.

    No further support is available until you provide us proof of a clean Kodi setup. This is as per our forum rules.

    FYI, plenty of such banned add-ons are known to cause havoc on Kodi setups and mess up Kodi's core functionality.

    For starters...

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    Can anyone assist?

    FYI, the Kodi team has a VPN policy. Kodi does not need a VPN to work properly.

    That being said, how about providing the full kodi.log file (via a pastebin website), instead of one or two puzzle pieces?

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    It seems odd because I can boot an older version previously installed on another usb stick no problem.

    Well, in any case, the RPi3 and RPi4 are totally different beasts, their installation images will not work on their opposite sides.

    If you still want to run a nightly on the RPi3, note that H265/HEVC support is broken, and likely indefinitely.

    An hour is obviously a clear indication that something didn't go right.

    The temp extension is .. a temporary thing, which should disappear when then download is finished.

    You can of course download the image file directly: https://releases.libreelec.tv/LibreELEC-Gene…4-10.0.1.img.gz

    Then use the image writer tool of your choice (Rufus works best for me), and then write it to a USB stick.

    Boot that USB stick, and then install LibreELEC on the target storage device of your choice, likely the HDD/SSD in your computer.

    Do know that the contents of that target disk will be completely wiped.

    and only 27M to /storage?

    LibreELEC is designed to auto-resize the storage partition on the 1st boot of LibreELEC. Should that not happen for whatever reason, then you can use also tools such as Gparted to resize that partition manually.

    You can try to trigger the resizing again by creating this file on the command line using a SSH connection:

    Code
    touch /storage/.please_resize_me

    Reboot LibreELEC when the file has been created.