crash on start
Hi, im using kodi 1.73 krypton on windows 10. It's a fresh install, but kodi still crashing on start... Here there is a log https://pastebin.com/y7xwMX8L Any ideas?
Kodi for PC IOS Football Addons IPTV M3u Sports
Kodi for PC IOS Football Addons IPTV M3u Sports
Hi, im using kodi 1.73 krypton on windows 10. It's a fresh install, but kodi still crashing on start... Here there is a log https://pastebin.com/y7xwMX8L Any ideas?
So I use Exodus on Kodi to watch tv shows that aren't on Canadian Netflix. Just yesterday I went onto Kodi to watch a tv show but it wouldn't load. I also can't search for anything. I'm not sure if it's just me and I'm also not sure if it's Exodus or K...
I updated my Kodi install on Ubuntu 17.04 today, now my IR remote is ignored by Kodi. LIRC still works because "irw" give out correct information, and because irexec is working. Lircmap.xml is still there, I checked. Thanks in advance
Below are errors found in the Kodi Log, If anyone could point me how I can resolve this, please let me know. ERROR: Window Translator: Can't find window files 15:45:02.751 T:137909797968 ERROR: Window Translator: Can't find window pvrosddirector 1...
My large screen tube type tv runs Kodi 16.1 Jarvis well but screen goes black when I try to run Kodi 17.3. This same device works fine on my flat screen TV. How can I fix this without buying another large flat screen tv?
What happens when I play (fullscreen) a video, fe by pressing OK on movie name in MyVideoNav (I am looking at Estuary)? I imagine it goes like this: - Kodi plays video full screen - Now I press OK on remote - Kodi activates VideoFullScreen and popula...
Where does missing movies place the export file ? I cannot access the NewFolder option Sent from my iPhone (typie typie)
Hello all, I am currently using TVNAMER (a script to rename the tv show with the name of the episode from thetvdb and then move the file into the right tv show folder) however, they have updated their API and TVNAMER is regularly reporting errors. W...
I've been getting the same problem since I upgraded to 17.1 - everything was fine on 16. Here's the log https://pastebin.com/SkMapiUk Cheers Kev
This is driving me crazy: I use Sonarr to organize my tv series collection, creating the needed folders and NFO files for Kodi. Then have this "series" folder as source in Kodi using "local information only" as information provider and the content is ...
Hello Everyone,
I was annoyed by the fact that there was no way to see the IMDB rating of a movie without having to order them by rating. I like to order my movies by title, but I also wan't to see the IMDB rating. I saw this question popping by multiple times on this forum, so I started looking into the code. I found a solution to show the score like this:
As you can see in the bottom right corner, left to the quality, it now shows the rating of a movie! Unfortunately, I was unable to add the text "Rating" or what so ever.
Here's what you have to do to get the rating if you have installed Kodi on a PC:
1. Open the includes.xml file located in C:\Program Files (x86)\Kodi\addons\skin.estuary\xml\ or C:\Program Files\Kodi\addons\skin.estuary\xml\ depending on your OS.
2. Edit this file with Notepad (or Notepad++)
3. Go to line 414 (just after this:
<include content="MediaFlag">
<param name="texture" value="$INFO[ListItem.AudioChannels,flags/audiochannel/,.png]" />
<param name="visible" value="!String.IsEmpty(ListItem.AudioChannels)" />
</include>
<include content="MediaFlag">
<param name="texture" value="$INFO[ListItem.AudioCodec,flags/audiocodec/,.png]" />
<param name="visible" value="!String.IsEmpty(ListItem.AudioCodec)" />
</include>
<control type="group">
<width>115</width>
<visible>!String.IsEmpty(ListItem.Rating)</visible>
<control type="label">
<width>115</width>
<height>60</height>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Rating]</label>
<font>font_flag</font>
</control>
<include content="MediaFlag">
<param name="texture" value="flags/flag.png" />
</include>
</control>
Hi! I wrote an add-on showing health of network connection between Kodi and Tvheadend. Can you help me with testing it, please? You can find add-on source as well as more info here: github.com/iwis/script.service.tvheadend-route-latencies Here is a p...
How can I activate the search button on the home screen? One of my boxes has it. Other doesnt. Both metropolis skin Sent from my iPhone (typie typie)
Sorry if it's not my place to say anything, but after reading a few threads about TV ADDONS here I've come to some conclusions of my own.
How does a new user find Kodi? They hear about it from their friends, word of mouth, etc.
Once they've heard about Kodi, how do they figure out how to configure the addons they heard about? Probably Google or YouTube.
YouTube is filled with people who are destroying the Kodi trademark, not TV ADDONS.
When you search “Kodi Addons” on Google, TV ADDONS is the ONLY site that doesn’t have “Kodi” in their domain name, and the ONLY site that has Unofficial clearly marked in the search result.
It seems that by calling TV ADDONS the villains, you are actually fragmenting the Kodi addon community outside of this site, and making it easier for people trying to profit from Kodi by selling paid IPTV, etc to succeed.
It might be worth looking into coming to some sort of "peace" with them. Everyone else is just trying to make a quick buck everywhere you look and hurting Kodi far worse by bringing criminal paid IPTV into the mix.
IMAGE REMOVED
Hi Everyone! It is my understanding that Kodi currently does not support automatic resolution switching depending on the content. For example, if the Video is 1080p, then switch to that resolution, if 2160p, then switch to it. Is this correct? Or is t...