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

Question about ListItem.Rating[(name)] and making a proper rating variable

$
0
0
Hi everyone,

I am currently in the process of generalizing different aspects of a skin i am making. At this point, i have an image with a variable texture, that displays a "star rating" given different rating values. Now this works fine, as i am getting ratings from IMDB and the variable returns the highest "star rating" for a rating of 9 or higher. The variable looks as follows:

    <variable name="star_var">
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,9)">rating/5.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,8)">rating/4.5.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,7)">rating/4.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,6)">rating/3.5.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,5)">rating/3.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,4)">rating/2.5.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,3)">rating/2.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,2)">rating/1.5.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,1)">rating/1.png</value>
        <value condition="Integer.IsGreaterOrEqual(ListItem.Rating,0)">rating/0.5.png</value>
        <value>rating/0.png</value>
    </variable>

The problem is if a user gets ratings from a service other than IMDB (unless that service has ratings from 0 to 10). Now i could specify the service by using ListItem.Rating[(imdb)], and only fetch the IMDB rating - but will this not return 0 if the user has not scraped the IMDB rating?
If this is the case, i was hoping some of you would have som insight for how i should solve this.

Thanks in advance!

Anders,

Can I pass-Through DTS audio on Android 7.1?

$
0
0
Hi All.
I was not able to pass through DTS audio via HDMI or SPDIF on Android 6 and there is well known issue with Android API not been able to pass-through DTS so I upgraded to Android 7.1 last week. However I still cannot pass-through DTS audio strem. Here are details. 

I have installed Android 7.1 on an AmLogic 905X box last week and installed Kodi 17.6 from Google Play store. I have an older AVR unit which can only decodes Dolby Digital and DTS 5-1 bit-streams.  I have selected 2 speaker set-up and enabled Passthrough with Dolby Digital and DTS capable receivers selected. 'Sync to display has been' disabled. I can pass-thourgh Dolby Digital without any issue but I tried 3 different files with dts audio but I could not pass-through DTS stream.

I have exactly same issue with Kody v17.6 on LibreELEC 8.2.4 on same 905X box.

I have an older Linux box (XIOS-DS) from 2012 and I played back same files on it. I have noticed it can pass-though DTS (as welll as DTS Core from a DTS-HD stream) without issue with same AVR and TV set-up. 

Here is link to uploaded log file:  https://paste.kodi.tv/zaqaleciza  .

Any help would be appreciated on why can I not pass-though DTS audio?  Is Android 7.1 still cannot pass-through DTS audio?

v18 - How are binary add-ons (PVR) installed with latest nightly?

$
0
0
How do binary add-ons get installed on Android with latest nightly? Is this actually possible on Android? Can't see the PVR add-ons in the repository.

Android - Question Issues in this Kodi Forum

$
0
0
Sorry I am new to this Forum and especially this type of Forum and I have a few questions to ask.  1}  If I am using Kodi 17.6 still, are you telling us that in order to post my Log for review in here then is have to use this only::::   Note: Do not use trac.kodi.tv for BUG reporting or Discussions on possible bugs anymore. Github is the new location for bug reporting.
Also, Github issues are supported for Kodi 18 Leia and upwards. Lower versions (upto v17 Krypton) are no longer officially supported.  So if I;m reading your notes right, are you saying a member has to use a BETA only version which is what Kodi 18 Leia is and  which is not even official,  Which I will not do because I and numerous other people wait on average Three months even after a new version is made official. Huh??
     Second question:::  If I have a very simply question to ask and hoping some member or multiple members may have a answer for me or a am directed to a site for me to help or fix my problem on my post, Does your guide lines still require me to give you all this information when I post my question ??

  SECTION 2 - HOW TO POST ABOUT A PROBLEM

If the above does not solve your issue the follow the instructions below on how to make a post with all the information needed for troubleshooting.

Things we want from EVERY report:

1. Version of Kodi. Note - "Latest" is NOT a version of ANYTHING! (See below)
2. Windows Version + Service Pack version (Vista SP1 / Windows 8.1 update 1 / etc.)
3. CPU/Architecture (make/model and eg. 32 or 64 bit.)
4. RAM amount (2 GB, 512MB etc.) 
5. Detailed Instructions to reproduce the Problem (The more specific the better.)
6. Details of all devices relevant to the problem
7. FULL Debug Log (see Section 3 below.) This is always useful even if the problem isn't actually captured as it may provide other clues and system information

Third Question::  Is a report the same or different than just asking a question in this forum ??  The reason I ask this and the other questions is that I'm confused as to WHERE I ask my question.  Because everytime I've asked Two questions in the General Section, I get a response starting out with the information above.  I'm here to learn and have questions answered and hope I can help answer questions, but even after reading your Forum rules and other advice and guidance, I;m sorry bit just a little confused still and I consider myself a intellegent person and Knowledgable about things like Kodi and Android matters.  Thank you and I hope I even asked these questions in the correct place.

clean remove addon for kodi leia

$
0
0
need implemented addon context.clean_remove for kodi leia in kodi 17.6 work, for delete movie with entire  folder thanks!

Configuring KODI 18 with IR Remote Control

$
0
0
Hello,

I have Finally had my Technotrend tt-4600 DVB-S2 turner working under Kodi 18 beta3 and Libreelec 9 thanks to the guys at Libreelec forum. I'm running the system of RaspberryPi 3B.
After reading a tutorial on Libreelec Wiki and using a keytable file from one of the guys there I have managed to get it to work except for this one issue. When you press any key the remote generates 2 different scancodes for the same button and in a repeated manner, and you have to press the key very lightly and fast in order to avoid that. For example it will scroll more than one line on TV channel list when I have only pressed the "Down" key one time only.
I have mapped all of the scancodes to the relative keycodes in the keytable file with no luck, Any Suggestions?

Regards

how to edit recently added movies in home.xml

$
0
0
Hi guys,

I want to edit this movies recently added but couldn't find the source is List id 8000


from where I can found it?

[split] Retrospect v4.1.6 (formerly XBMC Online TV) add-on

$
0
0
Hi
Sorry to bother you!
I,m new to forum trying to find out to to post the following in the correct section of the forum, can you help or point me in the right direction thanks
This is my query
Hi



I have an Amazon Firestick with an old version of Kodi, which was preloaded when purchased.

Before loading latest Kodi version, do I need to uninstall current version if so how?

Tried to install latest Kodi following Kodi instructions but could not proceed beyond section 11 having checked my address is set up as default in my Amazon online account?

I have never set up anything in the My Account section shown on the Firestick menu, when I viewed this, its says :- Hello Test 3 with a side note - Deregister your Amazon Account and register a new one with another option shown “Sync Amazon Content with a side not – Sync your purchased Amazon content?

Should I deregister and register as per my online account if so would I loose Mobdro?

Can't watch any channel, nothing happens but Kodi tells me it is playing it

$
0
0
Hi everyone,

I've been using NextPVR with Kodi for years, and had zero issues. Unbelievably reliable. We were away from home for 2 days last week, and when we returned live tv wouldn't play at all. I was on 17.6 so thought "I know, i'll just try updating to Leia and it will remedy any issue I had" (stupid thought, I know). Nope, still no worky.
Basically I go to the guide in Kodi, select the channel to watch and then in the top right of the screen next to the clock is shows a "playing" arrow next to the channel and show I selected. But nothing else happens. I am still shown the channel list or guide, with no tv video or audio.  So next I updated my firmware on my HDHR Prime, installed the latest NextPVR. Still the same issue.

Since then I have been running through all of the settings to make sure they are all as they should be, and I can't work it out. 

NextPVR standalone program works with live tv. If i select the HDHR PVR in Kodi it works fine. I can set up NextPVR in Emby, and it all works fantastically. I have since reinstalled all of the separate components but alas no improvement.

Anyone got any suggestions? I hadn't changed a single setting in Kodi/NextPVR backend, so I'm stumped as to why it has just stopped working. I can attach logs if necessary, but which one is the once to attach? I found a few logs with different titles when I took a look earlier.

Thanks in anticipation, and thanks for reading this far!

Here is my setup,
  • HDHR Prime - Spectrum cablecard
  • Kodi v18 beta 3 (but problem was originally in 17.6 too)
  • NextPVR backend
  • NextPVR selected in Kodi
  • I use Schedules Direct for EPG, just thought I'd throw in that info

Android - Sharing external HD from FireHD stick

$
0
0
I'm new to using Kodi on my FireHD stick.  Works fine but I plugged in an external HD(I've got a powered hub in between.  Kodi sees the external HD, but is there a way to share it so I can copy files over to it on my network?

Parsing for closed captions

$
0
0
Hello all,

I'm a Kodi newb, running Kodi 17.6 (OSMC) on a Raspberry Pi 3.  I have a question about closed captions (CC).

I have a rip of a DVD I own.  The DVD has closed captions.  If I play the rip in VLC I can display the closed captions just fine.  However, I can't get them to appear in Kodi.  I've enabled Parsing for closed captions under Settings > Language, but that has no effect.

Everything I search talks about subtitles and opensubtitles.org.  I can find almost nothing about closed captions.  Do I have to do something other than enable parsing for closed captions?

Thanks!

v18 - How do you set up Google Assitant Integration?

$
0
0
It is not working for me. I have an NVIDIA Shield, and I have it hooked up to my Google account. Voice search works for Netflix (for example), but not for Kodi. I also don't see Recommended Suggestions from my Kodi library.

Winamp, as the default player, crashes Kodi

$
0
0
Hi all. Using Windows 10 and latest Kodi/Winamp.

So I've set Winamp (still the best music player in existence) to be my default music player and it works. However, it behaves rather strangely. When I click on the song in Kodi, Winamps opens up...but when I close Winamp, it opens back by itself and plays the next song in that folder. Very strange.
I can stop the loop by first pressing the "stop" button on Winamp and then not closing it, but simply clicking on Kodi to shift focus. However, by doing this, Kodi crashes (freezes) in about 3 seconds.

Don't really know where to look for the log file location, I'm super new to Kodi...

v18 - Kodi 18 nightlies file size

$
0
0
Hi all.
Just a quick info: usually the size of the file for Kodi nightlies is about 90MB but the two most recent Kodi nightlies (date: Oct 18 and Oct 17) are about 60MB.
Is there some of wrong or the new (and future) nightlies will be about 60MB?
Thanks.

Video Information with 360 Pad?

$
0
0
I'm sorry i feel really stupid to ask this. But i'm a bit overwhelmed by Kodi basically. I searched for this for around 1 hour now but i can't seem to find any answer.
Is there any way to get the same Video information i get when pressing "o" on the keyboard. While using a 360 controller? I'm basically asking because i use some streaming plugins and sometimes i'd like to know how many FPS a video has.

EstuaryByFog

$
0
0
Hi all,

thought someone might enjoy my estuary tweaks. It's still estuary but with a few changes based around the home screen displaying more info/options.  I added a few on/off options in settings for adding "action" , "comedy", "SCIFI" etc lists to the home screen and changed the panel view in favor of a fixed list option. Plus the keyboard has changed to allow scrolling left to right etc without jumping to odd locations and a few other bits and pieces.

I don't have much time to mess with it, so it will probably stay how it is.  But let me know what you think though.

see here https://github.com/kazafog/skin.estuarybyfog

I would add pics but its a PITA.

Raspberry Pi DVB-T2 HAT

$
0
0
Big news this one, could make an awesome cheap TVHeadend server.

Image

https://www.raspberrypi.org/blog/raspberry-pi-tv-hat/

Description
Today we are excited to launch a new add-on board for your Raspberry Pi: the Raspberry Pi TV HAT.
The TV HAT connects to the 40-pin GPIO header and to a suitable antenna, allowing your Raspberry Pi to receive DVB-T2 television broadcasts.
Watch TV with your Raspberry Pi
With the board, you can receive and view television on a Raspberry Pi, or you can use your Pi as a server to stream television over a network to other devices. The TV HAT works with all 40-pin GPIO Raspberry Pi boards when running as a server. If you want to watch TV on the Pi itself, we recommend using a Pi 2, 3, or 3B+, as you may need more processing power for this.
Stream television over your network
Viewing television is not restricted to Raspberry Pi computers: with a TV HAT connected to your network, you can view streams on any network-connected device. That includes other computers, mobile phones, and tablets. You can find instructions for setting up your TV HAT in our step-by-step guide.

Price
£20

Setup guide
https://www.raspberrypi.org/app/uploads/...TV-HAT.pdf

Disorted picture on fullscreen

$
0
0
Hello,
i have a veird issue with images:
When in fullscreen image gets disorted as seen in screenshot:
https://imgur.com/a/HK74097

It takes ~3 seconds to get disorted as it is.

Its just HPTC so i have reinstalled the whole system to get rid of this, without success.

AMD Bristol Ridge A10-9700E AM4, HDMI as output

dont start any video

$
0
0
Sorry i need help. I follow all tutorial for setting my kodi for IPTV. So i see all channel and video on library but when i start o double click on channel just loading but dont start and turn back on list. Some tip?

Raspberry PI TV Hat

$
0
0
Raspberry Pi foundation have released an addon that lets it recieve DVB-T2 TV.

https://www.raspberrypi.org/blog/raspberry-pi-tv-hat/

This looks interesting, could I get rid of my Windows 10 Desktop PC that I use as a backend and use another Pi instead.

Or perhaps use the Pi that I'm currently using to run Kodi?

Cheers,
Viewing all 85188 articles
Browse latest View live


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