Rii Mini i8 Bluetooth Issue

Hi there, I just got a couple of these remotes. I've used them a lot before, but never the Bluetooth versions. I'm having a hard time getting the Keyboards to hook up to my Android boxes (H96 Pro+). The Keyboards will go into pairing mode, and it w...

Partial content of view becomes “invisible”

EDIT: Apparently this post violated a forum rule so I have removed most of the content. I am experiencing a problem with recent Krypton beta releases (confirmed happening with beta 6 and 7). Kodi is running on a Sony Android TV although I have replic...

Unable to connect to SMB

I am running Kodi 16.1, the computer I am trying to access a shared folder from is a Mac running El Capitan 10.11.6 I have successfully accessed SMB sharing from my Macbook running Yosemite 10.10 but cannot get it to work via the Imac running El Cap...

Distributed PVR HDDs?

I'm going to move back into the Kodi PVR setup this week, with a Digibit R1 and Chromeboxes in each room. I will run the TVHeadend backend on the 'main' Chromebox, but want to be able to record TV content via any of the instances and be able to play it back on any of the other boxes. I have a NAS, but don't want to use it to record TV content onto (especially timeshift) as I don't want to stress the drives with so much disposable data, so based on that, is this the best set up map;

Should I create another 'NAS' via a USB HDD connected to my router for TV recording to make it accessible to all clients?
Should I add a USB stick to each Chromebox for timeshift content? I doubt I'd need more than a few GB for timeshift, so would an SD perform as well or the same as a USB? I am happy to replace annually for a few £ when they die due to number of writes.
On the Digibit front, I've read of some non-oem firmware (perexg's) for better performance, is this still the recommended route? The post I read was over a year old, so the stock firmware may include the same features/performance now?

Having not set up TVH before, I assume the above is possible.

Thanks

Missing subtitle track from .mkv movie

Hello ! So i'm new here, i did read the "read before posting" but if i have miss any point, just yell at me and i will fix it ^^' Oh and english is not my first language, so i might destroy some eye ... sorry ^^ I'm running the last version available ...

Change Shortcut vs Change Action

When I go to configure widgets or menu items, there are two options: second from the top says "Change Shortcut"; second from the bottom says "Change Action" Both seem identical to me, other than ability to manually type out the shortcut in the latter ...

Movies

This might not be the right place to ask but I just got my kodi stick today and was having a look around and the movie tab is missing from the main menu I have gone into settings appearances skins sitting but the movie and to show and blacked and and i...

HotClub tv Venus brazzers tv Redlight iptv

#EXTINF:-1,XX1 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/542.ts #EXTINF:-1,XX2 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/543.ts #EXTINF:-1,XX3 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/544.ts #EXTINF:-1,XX4 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/545.ts #EXTINF:-1,XX5 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/546.ts #EXTINF:-1,XX6 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/547.ts #EXTINF:-1,XX7 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/548.ts #EXTINF:-1,XX8 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/549.ts #EXTINF:-1,XX9 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/550.ts #EXTINF:-1,XX10 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/551.ts #EXTINF:-1,XX11 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/552.ts #EXTINF:-1,XX12 http://50.7.113.2:8000/live/imerziberi/iudfjcowej/553.ts #EXTINF:-1,Prn 1 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9638.ts #EXTINF:-1,Prn 10 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9647.ts #EXTINF:-1,Prn 11 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9648.ts #EXTINF:-1,Prn 12 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9649.ts #EXTINF:-1,Prn 13 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9650.ts #EXTINF:-1,Pon 14 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9651.ts #EXTINF:-1,Pon 15 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9652.ts #EXTINF:-1,Por 16 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9653.ts #EXTINF:-1,Por 17 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9654.ts #EXTINF:-1,Por 18 http://cp.dmbshare.net:8000/live/thatcher/thatcher/9655.ts #EXTINF:-1,Por… Read More »

Poor sound quality: unwanted 48Khz by default

The Analog ALSA audio output is upsampling all my 44 Khz FLACs to 48 Khz by default, and messing up the sound quality.
Is this a bug?
Is there a way to change this?

These are the sound parameters when music is playing:

Code:
~$ cat /proc/asound/card5/pcm0p/sub0/hw_params

access: MMAP_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 48000 (48000/1)
period_size: 1024
buffer_size: 16384

and this is what I was expecting to have (and what I have in Volumio player for example):

Code:
~$ cat /proc/asound/card5/pcm0p/sub0/hw_params

access: RW_INTERLEAVED
format: S16_LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 5513
buffer_size: 22050

if I change the output on Kodi from Analog to SPDIF (which doesnt make much sense on stereo), I do get 44 Khz but this time the format is altered from S16_LE to S24_3LE (?!?), so I don't have my bit perfect stream anymore, and I can hear the differences on the speakers:

Code:
access: RW_INTERLEAVED
format: S24_3LE
subformat: STD
channels: 2
rate: 44100 (44100/1)
period_size: 2205
buffer_size: 8820

The right way to play 44 Khz FLACs should be with:
access: RW_INTERLEAVED
format: S16_LE
rate: 44100 (44100/1)
And this I can't have with Kodi. Sad
Help please!!!!

Can’t connect to Kodi Addon Repository

I can't seem to install anything from the Kodi addon repository (the default one). Also, the "Get more" option is vanished as well. a. I have checked the log and it says 503 and 403/404 errors, when trying to connect to mirrors.kodi.tv and repository....