I really don't understand your question. If the RPi runs with your TV at all, kodi will also work.shuthichi wrote:Does this Kodi distribution support subsampling?
Background of the question: Sony Bravia TV's (like my KDL-55W955B) only support JPEG images with YCbCr 4:2:2 or 4:2:0 chroma subsampling. JPEG YCbCr 4:4:4 is not supported. If you edit pictures with Photoshop or PaintShop and save them with 4:4:4 chroma subsampling (which is the default in most cases) the pictures will not render on the Bravia TV's.
Sorry for the unclear question.gkreidl wrote: I really don't understand your question. If the RPi runs with your TV at all, kodi will also work.
I understand but have no solution for you.shuthichi wrote: Sorry for the unclear question.
At the moment i have my rasperry running with MiniDLNA. But my Sony TV supports only JPGs, with pixel composition and sampling may be either YCbCr 4:2:2 or YCbCr 4:2:0.
My question is, if KODI can provide JPGs, which are exportet as 4:4:4 as 4:2:2 to the TV. So that i can use KODI as UPNP server for the Sony TV. But i think the point here is, that KODI is not a DNLA/UPNP server.
For the MiniDLNA there exists a http://sourceforge.net/p/minidlna/patches/98/, but i'm not able to use it.
Have a look at the pipplware repository.cjan wrote:how to add tvheadend addon ?
Hi, exists any command for stop kodi from command line?gkreidl wrote:Edit May, 1st, 2015: modified for recent 14.2 version. Kodi is now also in the Raspbian repository, but I'll stay with Michaels repository, as it also contains newer versions of libcec and libtag,
If you want to have the best of both worlds (Raspbian and XBMC, now called Kodi) without having to install different operating systems or using multiple SD cards, you can install Kodi on Raspbian. Here's an easy way how to do that.
We have to add Michael Gorven's repository:enter the following and save it:Code: Select all
sudo nano /etc/apt/sources.list.d/mene.listAdd Michael's keyCode: Select all
deb http://archive.mene.za.net/raspbian wheezy contribWe have to create the group "input" if it doesn't exist.Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 5243CDED
Install kodiCode: Select all
sudo addgroup --system inputCreate & edit the following file:Code: Select all
sudo apt-get update sudo apt-get install kodienter the following text and save it:Code: Select all
sudo nano /etc/udev/rules.d/99-input.rulesCreate & edit the following file:Code: Select all
SUBSYSTEM==input, GROUP=input, MODE=0660 KERNEL==tty[0-9]*, GROUP=tty, MODE=0660enter this text and save it:Code: Select all
sudo nano /etc/udev/rules.d/10-permissions.rulesrun the following commands for user pi (if you haven't changed your user name):Code: Select all
# input KERNEL=="mouse*|mice|event*", MODE="0660", GROUP="input" KERNEL=="ts[0-9]*|uinput", MODE="0660", GROUP="input" KERNEL==js[0-9]*, MODE=0660, GROUP=input # tty KERNEL==tty[0-9]*, MODE=0666 # vchiq SUBSYSTEM==vchiq, GROUP=video, MODE=0660To play full HD video in Kodi, you have to setCode: Select all
sudo usermod -a -G audio pi sudo usermod -a -G video pi sudo usermod -a -G input pi sudo usermod -a -G dialout pi sudo usermod -a -G plugdev pi sudo usermod -a -G tty pi
gpu_mem=160
in /boot/config.txt (or higher)
Start kodi from the command line with:Kown problem: If you start it for the first time (after booting), it will return to the console window. If you start it a second time, it will return to a black screen. This is the often discussed black screen problem.Code: Select all
kodi-standalone
If you want to get rid of it and have a RPi 2 you can update it to kodi-15-beta:
viewtopic.php?f=66&t=109088
Code: Select all
sudo killall -w ` ps aux|grep kodi|grep -v grep|awk -F ' ' '{print $11}'`Page 2 in this topic: viewtopic.php?p=721224#p721224Gabek wrote:Hi,
I run Kodi on Raspberry Pi2 on Raspbian.
It works quite well but the keyboard!
I can only type (like search for a video) using the numbers like an old phone.
But as i have a full conventional hardware keyboard it is insane!
Is there a configfile i have to change or any other possible setting that can fix this?
Thank you in advance!
Regards,
Gábor
Hi kbordzan,kbordzan wrote:Page 2 in this topic: viewtopic.php?p=721224#p721224Gabek wrote:Hi,
I run Kodi on Raspberry Pi2 on Raspbian.
It works quite well but the keyboard!
I can only type (like search for a video) using the numbers like an old phone.
But as i have a full conventional hardware keyboard it is insane!
Is there a configfile i have to change or any other possible setting that can fix this?
Thank you in advance!
Regards,
Gábor
CTRL+oNikkolash wrote:Create & edit the following file:
CODE: SELECT ALL
sudo nano /etc/udev/rules.d/99-input.rules
enter the following text and save it:
CODE: SELECT ALL
SUBSYSTEM==input, GROUP=input, MODE=0660
KERNEL==tty[0-9]*, GROUP=tty, MODE=0660
I don't see a "save" option. What does this mean?
Code: Select all
kodi-standaloneNo sudo!alexserver wrote:should I typeas sudo ?Code: Select all
kodi-standalone
I typed this command as pi user and the app just hangs
1) Wrong thread! And you have already posted the same question in another thread.berne wrote:i have installed https://wiki.debian.org/KodiBuildingFromSource
but i think i did something strange:S..... the control.tex i should create, i dit not.
and the code git clone -b Isengard git://github.com/xbmc/xbmc.git
i did git clone git://github.com/xbmc/xbmc.git semes the install work out any way...
now to the problem. dont know wher it has been install:(.. how can i start from termeol or sercer fot it?
gkreidl wrote:1) Wrong thread! And you have already posted the same question in another thread.berne wrote:i have installed https://wiki.debian.org/KodiBuildingFromSource
but i think i did something strange:S..... the control.tex i should create, i dit not.
and the code git clone -b Isengard git://github.com/xbmc/xbmc.git
i did git clone git://github.com/xbmc/xbmc.git semes the install work out any way...
now to the problem. dont know wher it has been install:(.. how can i start from termeol or sercer fot it?
2) Building kodi on the RPi requires a lot of experience. You have to select the right configuration options or it will never work. You may also have to compile and install additional packages (or newer package versions) which are not available on Raspbian.
If you followed the guide you have linked to, it was installed in $HOME/local/. But even if it compiled to the end without throwing errors, it won't work without a lot of options which you have to add to ./configureberne wrote:gkreidl wrote:1) Wrong thread! And you have already posted the same question in another thread.berne wrote:i have installed https://wiki.debian.org/KodiBuildingFromSource
but i think i did something strange:S..... the control.tex i should create, i dit not.
and the code git clone -b Isengard git://github.com/xbmc/xbmc.git
i did git clone git://github.com/xbmc/xbmc.git semes the install work out any way...
now to the problem. dont know wher it has been install:(.. how can i start from termeol or sercer fot it?
2) Building kodi on the RPi requires a lot of experience. You have to select the right configuration options or it will never work. You may also have to compile and install additional packages (or newer package versions) which are not available on Raspbian.
1. no i have not.. that was other question, but i have taking the one away, i fixt on my one.
i have followed a guide, how to install... but don't know where it has been installed.
what thread should i post in? pls link so i can post my question