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

Commercial Skipping no longer works

$
0
0
I have two shield TVs, one is running 18.3 while the other updated to 18.4 and since then my commercials are no longer skipping. the fireTV is also just fine on 18.3 so it seems to be related to 18.4.

Comskip auto generates, edl, chp and cut files after a recording. 


example below of edl file

548.21    754.85    3
1053.85    1255.32    3
1590.52    1786.72    3

IsOnTop visibility

$
0
0
Hi I'm having trouble with something that seems like it should be straightforward, so apologies in advance if I'm being stupid...

I want some of the content on certain screens, such as myvideonav.xml or home.xml to only show when there are no dialog windows open on top. I also want this behaviour on the dialogs themselves, so some content is hidden when another dialog is opened on top of it.

1) I thought this would be relatively simple case of adding a visibility condition to the content with !Window.IsTopMost(id) giving the id as the current showing window, so as soon as the current window isn't topmost, the content will be hidden. But this does not work.

In my testing, it seems that even though the debug info says Window: home (Home.XML) for example, Window.IsTopMost(home) DOES NOT equal true. Similarly on MyVideoNav, Window.IsTopMost(videos) doesn't return True. Are there hidden windows in operation above these in the stack?

2. I also thought of trying Control.HasFocus(id) assuming that a control on MyVideoNav such as a container displaying videos would lose focus when a dialogwindow is open on top. But this also doesn't work.

When the debug info says Focused: 504 (Panel), for example, using the visibility condition <visible>Control.HasFocus(504)</visible> does not have the impact of hiding the content when a dialogwindow is open, even when the debug info shows Focused as something else, such as 6002 (List) when my shutdownmenu dialog is open.

Kodi 18.4 doesnt show content in collection

$
0
0
As of today when i go to collection in My TV Shows, nothing shows. I get the loading icon for a split second but nothing happens. This issue is in all my addons, i tried Exodus Redux, The Crew, Couvenant, none of them will show any content in on of my series in Collections..

I tried reinstalling Kodi, simply by replacing the app with a new one. Still same issue shows.

One thing i did notice when i opened Kodi, it showed tons of updates, like so many ive never seen it do. Its also showing "Scanning TV Shows using TVDB" all the time. Could it be some databse is corrupt or so?

Problems with the channel list and stremind

$
0
0
Image

I only see this in the kodi, does anyone have a solution?
I speak only Spanish I can't read all the articles please help me.
Thank you

[split] Problem scraping TV Show information

$
0
0
my x96 mini usually works great, but yesterday when I wanted to watch tv shows, i did the usual process...scrolled down to addons, then clicked on Exodus,then genre,then horror, then show i wanted to watch but nothing happens. It does the same for everything i am trying to watch...except documentaries (boring). I don't use libraries, or other sources because I don't know how to. Have read different ways to fix but very confusing to me!! Can i fix the problem right on my tv with my remote? If so please describe fix in a way that is easy to understand.Thank you

Problems with the channel list and stremind

$
0
0
Image

I only see this in the kodi, does anyone have a solution?
I speak only Spanish I can't read all the articles please help me.
Thank you

help

$
0
0
i am on windows 10 downloaded kodi 18 but have no picture? i have done the render method to software updated al scrapers still just sound any help please

Streaming Exodus via UPNP

$
0
0
Hello everyone. I’ve just set up Kodi and Exodus on a Raspberry Pi 2. It’s all working well, and I have enabled UPNP to enable me to stream my library to my iPad. I’m using VLC at the moment as the iPad client and it seems to work. The only problem I have is that I can’t work out how to browse/stream Exodus through UPNP. I don’t know if it’s even possible. Would anybody be able to offer any advice please? Thanks in advance!

“Kodi” can’t be opened because Apple cannot check it for malicious software.

$
0
0
Trying to install KODI 18.4 Leia on mac OS X 10.15.1 but when I launch I get this error message: “Kodi” can’t be opened because Apple cannot check it for malicious software. Can anyone help?

Change ListItem properties on focus

$
0
0
Is it possible to set or update a listitem it's information when the listitem is selected?
For example I want to be able to fetch some channel information when the item is selected (not clicked).

Linux - Build errors when using distcc but fine without distcc

$
0
0
Recently I cannot build 18.4 using distcc on Arch Linux.  I see errors relating to a missing fmt/format.h but it is clearly defined and there.  If I build without distcc, I do not see these errors.

Example:
Code:
...
[  5%] Building CXX object build/swig/CMakeFiles/python_binding.dir/AddonModuleXbmcwsgi.i.cpp.o
In file included from /build/kodi-haswell/src/xbmc-18.4-Leia/xbmc/utils/log.h:15,
                 from /build/kodi-haswell/src/xbmc-18.4-Leia/xbmc/interfaces/legacy/Exception.h:11,
                 from /build/kodi-haswell/src/xbmc-18.4-Leia/xbmc/interfaces/python/swig.h:15,
                 from /build/kodi-haswell/src/kodi-build/build/swig/AddonModuleXbmcgui.i.cpp:22:
/build/kodi-haswell/src/xbmc-18.4-Leia/xbmc/utils/StringUtils.h:29:10: fatal error: fmt/format.h: No such file or directory
   29 | #include <fmt/format.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
distcc[7799] ERROR: compile /build/kodi-haswell/src/kodi-build/build/swig/AddonModuleXbmcgui.i.cpp on localhost failed
make[2]: *** [build/swig/CMakeFiles/python_binding.dir/build.make:131: build/swig/CMakeFiles/python_binding.dir/AddonModuleXbmcgui.i.cpp.o] Error 1

Partial build.log using distcc.
Partial build.log without using distcc.

I am preparing the build like this:
Code:
  cmake -DCMAKE_INSTALL_PREFIX=/usr \
    -DVERBOSE=ON \
    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
    -DENABLE_EVENTCLIENTS=ON \
    -DENABLE_INTERNAL_FFMPEG=ON \
    -DENABLE_INTERNAL_FMT=ON \
    -DENABLE_INTERNAL_CROSSGUID=ON \
    -DENABLE_INTERNAL_FSTRCMP=ON \
    -DENABLE_INTERNAL_FLATBUFFERS=ON \
    -Dlibdvdcss_URL="/libdvdcss-1.4.2-Leia-Beta-5.tar.gz" \
    -Dlibdvdnav_URL="/libdvdnav-6.0.0-Leia-Alpha-3.tar.gz" \
    -Dlibdvdread_URL="/libdvdread-6.0.0-Leia-Alpha-3.tar.gz" \
    -DFFMPEG_URL="/ffmpeg-4.0.4-Leia-18.4.tar.gz" \
    -DFMT_URL="/fmt-5.1.0.tar.gz" \
    -DCROSSGUID_URL="/crossguid-8f399e8bd4.tar.gz" \
    -DFSTRCMP_URL="/fstrcmp-0.7.D001.tar.gz" \
    -DFLATBUFFERS_URL="/flatbuffers-1.9.0.tar.gz" \
    -DENABLE_MARIADBCLIENT=ON \
    -DENABLE_MYSQLCLIENT=OFF \
    -DENABLE_AIRTUNES=OFF \
    -DENABLE_AVAHI=OFF \
    -DENABLE_BLUETOOTH=OFF \
    -DENABLE_CEC=OFF \
    -DENABLE_OPTICAL=OFF \
    -DENABLE_SMBCLIENT=OFF \
    -DENABLE_UPNP=OFF \
    -DENABLE_VDPAU=OFF \
    ../"xbmc-18.4-Leia"
  make
  make preinstall

Broken - Kodi crash on the SHIELD confirmed as Kodi's error by NVIDIA devs

$
0
0
I've started this thread a while back and got a response from the NVIDIA devs that there are currently two problems with Kodi
that causes these crashes. One being Channel update, the other being Twilight mode. I've shared with them the Kodi debug log that revealed nothing (in the thread linked above) 
The channel and twilght crashes were raveled in a logcat.
 
From the little info I got from that logcat in the thread:
Quote:I see the crash. It is kodi trying to update media state after something has caused playback to stop already. I'm not clear on the cause, though approx 1s earlier I'm seeing:

07-07 19:53:49.845 3702 3702 I configuration_changed: 512
07-07 19:53:49.844 3702 3702 D TwilightService: onAlarm
07-07 19:53:49.845 3702 3702 I ActivityManager: Config changes=200 {1.0 ?mcc?mnc [iw_IL] ldrtl sw540dp w960dp h540dp 320dpi lrg long land television night -touch -keyb/v/h dpad/v appBounds=Rect(0, 0 - 1920, 9310) s.28}
07-07 19:53:49.980 3702 3702 I ActivityManager: Override config changes=200 {1.0 ?mcc?mnc [iw_IL] ldrtl sw540dp w960dp h540dp 320dpi lrg long land television night -touch -keyb/v/h dpad/v appBounds=Rect(0, 0 - 1920, 9310) s.28} for displayId=0

So this looks like MAYBE due to a 'night mode' switch on the system, kodi is crashing out. MAYBE. possibly. I didn't know night mode triggered on ATV devices, or that it caused a configuration change. So this is just a working theory right now. I'll try to reach out to Kodi devs. There is another crash report I've seen that looks like it has to do with how they update their Channel on the homescreen, and exhaust resources of some form. That I'll also follow up with them on.
Can anyone address this?

Looking for skin mod with video information codecs, bitrate button on video OSD.

$
0
0
Looking for Estuary mod with video information codec, bitrate etc with button on video OSD same like in Rapier skin.

Make repository not update plugin.

$
0
0
Hy please help.

I did a collection place on my server. I did it that is needed compulsorily I put it up the repo program the boxra. After setup immediately the lawsuit hold on newest versions installs it. But if pl new plugin version gets it already the repo the installed plugin neither sees it.
Vainly updatelem it addons.xml-t. Appears in it,but the refreshing does not happen.
Only then if I delete it the repo and I settle it on new one.

My update sh command:

Sörözés /var/www/onat/htdocs/addons.xml
Kiegészítő hozzáadva az xml-hez plugin.video.exatlon-0.0.5.zip
Kiegészítő hozzáadva az xml-hez plugin.video.exoshark-1.4.0.zip
Kiegészítő hozzáadva az xml-hez plugin.video.m3online.hu-1.0.2.zip
Kiegészítő hozzáadva az xml-hez plugin.video.moviesharkcc-1.0.4.zip
Kiegészítő hozzáadva az xml-hez plugin.video.mozicsillag-0.1.2.zip
Kiegészítő hozzáadva az xml-hez plugin.video.rtlmost-2.2.6.zip
Kiegészítő hozzáadva az xml-hez plugin.video.tv2player-1.0.5.zip
Kiegészítő hozzáadva az xml-hez script.exoshark.metadata-1.0.0.zip
Kiegészítő hozzáadva az xml-hez master-skin.confluence-2.8.3.zip
Frissítés kész addons.xml legyártva

repository not listing....

 
And I switch it on any time the box the serever I do not see accession intention the log in a file.

This the repo is in a file:

<addon id="repository.vtmk" version="1.0" name="[COLOR GREEN]VTMK[/COLOR] [COLOR YELLOW]Repo[/COLOR]" provider-name="[COLOR purple]GEB[/COLOR]">
    <extension point="xbmc.addon.repository" name="[COLOR GREEN]VTMK[/COLOR] [COLOR YELLOW]Repo[/COLOR]">
        <info compressed="false">http://site.com/addons.xml</info>
        <checksum>http://site.com/addons.xml.md5</checksum>
        <datadir zip="true">http://site.com/plugins/</datadir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>VTMK Repository 1.0</summary>
        <description></description>
        <platform>all</platform>
    </extension>
</addon>

Android - Fire TV Stick 4K scaling problems

$
0
0
Hello,
I have a Fire TV Stick 4K. On it I installed the current 32-bit Android version from the website. When I play a 16:9 video everything works without problems. But when I play a 21:9 video, it is automatically scaled to 16:9. (Then the video looks distorted, of course).

Then I tried to use a different aspect ratio (original size, zoom, ...). Strangely enough, only 4:3 changes the aspect ratio, otherwise it stays the same.

Then I tried to play the video with the VLC Player. There I have the same problems. The video is automatically dragged to 16:9 and changing the aspect ratio doesn't make any difference. As a test I deactivated the hardware acceleration in the VLC Player and see there, the video was in 21:9 format and I could change the aspect ratio again.

Unfortunately I couldn't find a point in Kodi's settings where I can disable hardware acceleration. How else can I do that or is there another way to prevent the image from being distorted automatically?

Thanks

v18 - v18.4 fresh install crashing on load (Windows)

$
0
0
Hi

I've been using Kodi since v18 with an advancedsettings, passwords and sources xml files to have it read a MySQL library and media on my NAS drive with zero issues for over a year, and in the last couple of days, Kodi has begun to crash on loading.

The only add-on installed was a YouTube one and no changes were made to the Kodi setup.

So far I've removed my customised xml files, and now tried a fresh install of Kodi, but still experiencing the same crash on loading with a fresh install.  I'm unsure if its an issue with Kodi or Windows 10, but would appreciate any help in diagnosing the issue as I'm now beyond my knowledge or experience.

Logfile link below
kesisirume.kodi (paste)

Tagging of MKA files isn't working

$
0
0
Hi,

I have a number of MKA files which I have tagged using Mp3tag. Folder structure is:

Artist -> Artist - Album -> Song.mka

Artist and album tags are definitely filled in.

Kodi doesn't recognize albums at all. It has knowledge about the artist. I can browse folders and play the files but it is annoying that fanart is missing and that I can't use the album submenu for example.

Tried to download Musikbrainz Picard to see if it would make a difference to use that for tagging but it doesn't work with mka files.

Thanks in advance for any help.

/M

Expected channel swicth time

$
0
0
Hi guys, 
glad to just join in this fantastic community.

I'm planning to build a TV server with tvheadend + oscam + tuner dvb-t/t2 (huappage wintv quad card). The backend HW would be a intel j4105/j5005 platform. No need (i hope) to do transcoding.
As fronted i would obviously use Kodi HTSP client plugin. The front-end HW would be an android/ios box, because i would use other apps.

My question is, with the setup above, which channel switch time i could expect, obviuolsy on gigabit wired lan ?

Thanks

Can't play anything anymore.

$
0
0
Hi guys I'm on Kodi 18.4 and I tried a few different builds but each time I like a TV series or movie to play it shows the spinning will for couple of seconds then stays on the same screen. Anyone know why this might be happening?

Release - Amazon VOD [plugin.video.amazon[vod|-test]]

$
0
0
Image

Not affiliated with Amazon. Amazon, Prime, Amazon Prime and Prime Video are registered trademarks of Amazon Technologies, inc.

This addon supports Prime Video account for Germany, Japan, United Kingdom, United States (referred to as amazon.TLDs or TLDs) and all the countries served by PrimeVideo.com (PV).

Kodi 17+ and python 2.7 & 3 support. Kodi 18+ with InputStream.Adaptive recommended.

Stable: v0.7.5
Addon: plugin.video.amazonvod (not yet in Kodi repos)
Nightly: plugin.video.amazon-test
Nightly repo: GitHub Sandmann79/xbmc (direct link)

Useful links
FAQ
GH Wiki
issues
File a new bug report
Viewing all 85172 articles
Browse latest View live


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