Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all 85506 articles
Browse latest View live

How to remove broken plug-in ?

$
0
0
I see "The movie database 5.3.0"  being unsupported and broken.  - the uninstall button is disabled.
I also see "The movie database python 2.1.0" - which is not broken, but also has the uninstall button disabled.

How do I remove those?

TrueHD No audio

$
0
0
Hello

So when playing back 7.1 trueHD file using passthrough I get no audio and then when I exit the video to go back to Kodi menu all audio broken and need to reboot.
I am using a NUC11 and got my AVR connected via MiniDP to HDMI cable.

Here is log:
https://paste.kodi.tv/weyigapuho.kodi

First file I opened was trueHD and second file in log was standard 5.1 ac3 just to show logs after all audio is gone.

Cannot start Kodi on Arch Linux

$
0
0
Hello!

Is just installed Kodi (tried both, first the Arch repositories and then from flathub) and cannot start Kodi.
the message I get always is:
Quote:/usr/include/c++/13.2.1/bits/stl_algo.h:3669: constexpr const _Tp& std::clamp(const _Tp&, const _Tp&, const _Tp&) [with _Tp = int]: Assertion '!(__hi < __lo)' failed.
/usr/bin/kodi: Zeile 181: 69846 Abgebrochen             (Speicherabzug geschrieben) ${KODI_BINARY} $SAVED_ARGS
Crash report available at /home/ladmin/kodi_crashlog-20240121_180747.log

The log is here: https://paste.kodi.tv/cebuvipipi.kodi
Thank you! Smile
 

How to eliminate the 10 second timer?

$
0
0
Environment=Android TV
  1. I choose an entry from a playlist to shuffle.
  2. My screen shows the album cover, the title currently playing and the title coming up next with the artist art in the background.
  3. After 10 seconds, the entire screen is comprised of the artist art. The album cover, title and next title disappear.
No offense but that makes no sense at all. There is no benefit, whatsoever, to providing less information.

How can I eliminate this behavior?

DESTROY WITCHCRAFT +256750134426 SANGOMA / INSTANT DEATH SPELL CASTER / REVENGE SPELL

$
0
0
DESTROY WITCHCRAFT +256750134426 SANGOMA / INSTANT DEATH SPELL CASTER / REVENGE SPELL IN ITALY NORWAY AUSTRIA VIENNA U.A.E. CANADA, USA, FINLAND, DENMARK, NORWAY, BELGIUM, SWEDEN, FRANCE, GERMANY, NETHERLANDS, BARBADOS, MEXICO, SPAIN, SCOTLAND
+256750134426 Drmama Nkosi, well known all over the world as best magic spell caster. She can solve each and every problem of life through her powerful services. She have proved herself through her work, She have helped many people all around the world through spells. She is also famous as black magic specialist. She solves every problem in the easiest way and gives his 100% and bring out the desired result to satisfy the person who comes to her for help. And if you are searching for a spell caster to solve your problems then you are on the right place. She provides various services like Lost love spell, Love spell, Lottery spell, Black Magic spells, Revenge spells, Love spell chants, Lottery spell that work immediately, Lottery money spell, Voodoo love spell, Real Love spell that work, etc. So if you are having any problem and want to solve it through magic spells
+256750134426 Drmama Nkosi
 Email: drmamankosi@gmail.com

Kodi can not eject DVD, but kodi user can

$
0
0
Complete debug log: https://paste.kodi.tv/akobuyaqat.kodi

I'm on Arch Linux ARM on a Raspberry Pi4 w/8 GB RAM
  • Kernel release: 6.6.12-1-rpi
  • Hardware: aarch64
Installed packages (from the OS, with pacman):
  • kodi-addon-inputstream-adaptive-git 21.3.1.Omega.r3.g7ce06b0a-1
  • kodi-addon-pvr-iptvsimple 20.13.0-1
  • kodi-rpi-git 21.x.65106.48c4ae548b-1
  • kodi-rpi-git-eventclients 21.x.65106.48c4ae548b-1
  • p8-platform 2.1.0.1-4
  • kodi-addon-inputstream-adaptive-git 21.3.1.Omega.r3.g7ce06b0a-1
  • kodi-addon-pvr-iptvsimple 20.13.0-1

Kodi runs under a normal user account, that is allowed to operate the DVD player device (/dev/cdrom is linked to /dev/sr0).

That is, the kodi user can perform
Code:
$ eject /dev/sr0
and the DVD or CD will be ejected from the player.

If I choose to eject the DVD from Kodi however, nothing happens.
Does anybody know what Kodi actually does, and if it's configurable?

MySQL db can't update from v124 -> v129

$
0
0
I just tried to update to latest nightly (KodiSetup-20240120-98685178-master-x64.exe on Windows or kodi-20240120-98685178-master-arm64-v8a.apk on Android) but both are failing to update the MySQL db and leaving me with a corrupt database with no media.  I started working my way back through nightlies, dropping the myvideos129 db after each attempt, but after getting back to Jan 7th and still having the same problem, I've given up and rolled back to Beta2.  Can someone take a look at the db upgrade script?

php:
2024-01-21 20:13:50.427 T:15484    info <general>: Attempting to update the database MyVideos129 from version 124 to 129
2024-01-21 20:13:50.427 T:15484   debug <general>: Mysql Start transaction
2024-01-21 20:13:50.850 T:15484   debug <general>: Mysql commit transaction
2024-01-21 20:13:50.854 T:15484   debug <general>: Mysql Start transaction
2024-01-21 20:13:50.854 T:15484   debug <general>: Mysql execute: ALTER TABLE videoversiontype ADD itemType INTEGER
2024-01-21 20:13:50.926 T:15484   debug <general>: Mysql execute: UPDATE videoversiontype SET itemType = 0
2024-01-21 20:13:50.931 T:15484   debug <general>: Mysql execute: ALTER TABLE videoversion RENAME COLUMN mediaType TO media_type
2024-01-21 20:13:50.931 T:15484   error <general>: SQL: [MyVideos129] Undefined MySQL error: Code (1064)
                                                   Query: ALTER TABLE videoversion RENAME COLUMN mediaType TO media_type
                                                   
2024-01-21 20:13:50.931 T:15484   error <general>: Exception updating database MyVideos129 from version 124 to 129
2024-01-21 20:13:50.931 T:15484   error <general>: Error updating database MyVideos129 from version 124 to 129

Here's a full debug log from the 7th Jan version, currently nightly does exactly the same.

edit: if it helps at all, I can see from MySQL that my recent sql db version history is 121 -> 122 -> 124 and now I'm stuck.

KODI on NVIDIA Shield broken since 20.3: taking 3:30 mins to load with black screen

$
0
0
After an automatic update from 20.2 to 20.3 my KODI takes forever to load and does not show the nexus logo anymore.
Last week I first had the "OBB error" after an auto-update, even though I diabled auto update in Googl Play Store.
I thought I fixed it by sideloading the KODI APK (I think 20.2?), at least it would then startup normally again.

However, since yesterday the loading problem started: everytime it takes 3 and a half minutes to load.
I have tried everything, including backing up my user data, deleting KODI and reinstalling version 20.3 (no luck), 20.2 and 20.1.
They all now give the same problem, and in the debub log I find the moment the 3:30 mins "hang" occurs.

Any clue what the problem is?
Is it the last line before (executable running) or the line after (Local hostname) that is causing this?
Any help is much appreciated!

2024-01-21 21:25:00.312 T:9912     info <general>: Webserver extra whitelist paths: 
2024-01-21 21:25:00.312 T:9912     info <general>: The executable running is: /data/app/~~JU02XMge2AFn8J2d6lHedg==/org.xbmc.kodi-5dTCR8YurSucN3R45kvw0A==/lib/arm64/libkodi.so
2024-01-21 21:28:33.264 T:9912     info <general>: Local hostname: android-2.home
2024-01-21 21:28:33.266 T:9912     info <general>: Log File is located: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/kodi.log

Multiple Kodi clients no longer sync'ing watch status

$
0
0
I have 3 TV's (1 Google TV, 2 with Chromecasts), two x Win 11 PC's and my Google Pixel phone all running Kodi. One of those Win 11 PC's is my 'media server', on this I set up MariaDB (v10.11 currently) for sharing the Kodi db. All the clients have the advancedsettings.xml set up to point to the central db.

This has been working well for over a year now to keep my watched status and resume point for TV Shows in sync across all the clients (which is probably the wrong way around to put it but you know what I mean). But a couple of weeks ago 2 of my TV's no longer have the correct watch status...the media centre and other PC and my main TV are correct, but two of my TV's are showing old info. e.g. for a new TV show I'm watching the 3 correct clients show 3 of 8 watched but the other two TV's show 1 of 8.

All the Kodi versions are the same, 21.0-BETA2 (20.90.821). I don't have any extra user profiles set up. The artwork is ok across all clients, and when a new show downloads it shows up across all clients, it's just the watched status. I'm sure this is something simple but would appreciate any ideas on what to check? The advancedsettings.xml files all have:
<videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>

Vertical skins for Kodi Omega?

$
0
0
Hi guys.

Would be nice to list all the vertical skins that work for Kodi Omega 21.

I know that Arctic Horizon 2 by @jurialmunkey and Amber by @bsoriano both work, Amber no longer gets updates though.

Any more skins that have vertical navigation available?

Jellyfin add on

$
0
0
Forgive me I wasn’t sure f here or add on was best if I posted wrong place.

im trying to add the Jellyfin repository however after I enter the site into add source it says cannot connect. Any idea what I’m doing wrong?

im using shield pro, I didn’t see much in search. Also I was able to use YouTube so its connected to the net.

nm: seems I got it working somehow….embrace chaos works more than order these days.

"Show video information" popup window instead of playing video file !

$
0
0
Hi Kodi users / helpers !

I am running Kodi on a Nvidia Shield and since the last update of Kodi few days ago, all video files stored in one of my favorites folder "series" are not able to be read by Kodi.
when I launch the file as usual, instead of playing it, a pop up windows appears : (translated from french gui) title of the pop up window - "show video information" / content of the pop up window "no informations avalaible" / button available of the pop up window : "ok", end trhe story, the video does not start.

I tried several different ways to launch the video file but no success at all...

Dear helpers, do you know this issue ? Is there a fix ?

Many thanks for your kind attention and help.

Regards.

Marc

Error: HTTPSConnectionPool

$
0
0
Good morning from Spain,
   I have installed Kodi 20.3 on several devices at home: Firestick 4KMax, Fire TV Cube and a Windows 11 laptop.
I'm trying to install the Palantir 3.0.14 addon (Spanish version of Fen). On both the 4Kmax firestick and the Cube it installs perfectly but when I install it on the Windows 11 laptop it always gives an error:

Image

Any solution?  Thanks

Plot font sizes

$
0
0
I've been asked by my wife to make the font size of the plot shown on the right hand side of TV Recordings and Videos|Files|Films|whatever.

I know its somewhere in the xml files for the skin but I'm having major trouble locating which item to change. Can anyone point me at the right file & location please

Feature request : Actors List

$
0
0
I would very much like a function to sort the actors list by the last name instead of the first. Going thru my 50.000 actor list it's a pain in the neck to look for e.g.: John Wayne with all the "John's" around Sad

Jellyfin for Kodi on shield…Dlna?

$
0
0
I just setup jellyfin plug in setup for Kodi, I don’t see a “play to” type option (I’m on shield pro btw) how would I send a mkv file to a Blu-ray player, Dlna style with this setup?

also upon restarting Kodi the jellyfin option pops up to pick server, name and password. Its already in there how can I turn this off (or why it keeps popping up)?

thanks in advance…

Fanart question

$
0
0
I usually only use movie/tv posters in my skins, but i recently installed Copacetic and am playing with the options.

The TV section looks amazing. But when i try to setup the Movie section, it seems that my fanart looks like crap. Most just look like bad screen grabs, not even recognizable as from the movie. The posters are fine, but in billboard view, the fanart images used in the background are not good.
I only use posters in Arctic Zephyr so never noticed it.

I've removed my tv library and re-imported it with the default settings, still no luck.

import settings for movie folder:
- enable posters from TMDB - yes
-enable fanart from TMDB - yes
- Separate TMDB fanart with title to landscape. - yes
Fanart.tv settings
- enable artwork from fanart.tv

 I've also tried removing that source and re-importing it with different settings and it still gives me the same terrible art. What am i missing?

Rocktek G2

$
0
0
I have the rocktek G2, and have downloaded Kodi from the App Store. How do I play my blu ray backups using Dolby Vision profile 7?

Unable to link to mirrors.kodi.tv from the forum

Beautifulsoup 4 doenst work with Kodi 20.3

$
0
0
Hi all,

I have a Problem with Kodi 20.3 with BS4.

I add in Addon.xml this Code.
:
    <import addon="script.module.beautifulsoup4" />

In my Default.py added :

Code:
from bs4 import BeautifulSoup4

I installed BeautifulSoap 4.12.2 and check it in System-->Addons ---> Manage.. ---> and it is activated and listed.

But I only get the log Error Massage :

Code:
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'ImportError'>
                                                   Error Contents: cannot import name 'BeautifulSoup4' from 'bs4' (C:\Users\.........\Kodi\addons\script.module.beautifulsoup4\lib\bs4\__init__.py)
                                                   Traceback (most recent call last):
                                                     File "C:\Users\.........\Roaming\Kodi\addons\............\default.py", line 14, in <module>
                                                       from bs4 import BeautifulSoup4
                                                   ImportError: cannot import name 'BeautifulSoup4' from 'bs4' (C:\Users\........\AppData\Roaming\Kodi\addons\script.module.beautifulsoup4\lib\bs4\__init__.py)
                                                   -->End of Python script error report<--

I can not install another version of bs4. Only 4.12.2 is possible by Nexus 20.3 x64.

Thx a lot.

Best Regards.
Viewing all 85506 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>