

Actually I could install the kodi as you said by deleting the second line which is key. But I added the repo to the original sources.list file so now for the new version 17 do I have to delete the old repo and add this new one or just leave it and add this too? Secondly as the previous one we have to add a key from the command line? Lastly when there are two repositories in the sources file which one will be used to install kodi? It will install automatically the last version or I should make it select manually?Rascas wrote:@asduskun
Your /etc/apt/sources.list.d/pipplware_jessie.list wasn't correct, it should contain only the first line.
I have made new Kodi 17.0 packages in the unstable repo, which is now divided into 2 repositories, one with a "normal" Kodi, compiled for ARMv6 which works with any version of the Raspberry Pi, and another compiled for ARMv7 which works only with Raspberry Pi 2 and 3. The ARMv7 version contains HEVC optimizations, which should have now the expected performance.
ARMv6 development Kodi versions:
http://pipplware.pplware.pt/pipplware/d ... in/binary/
ARMv7 development Kodi versions:
http://pipplware.pplware.pt/pipplware/d ... v7/binary/
thank you so you recommend v 16 or 17 for my raspi 3? i still have problems when exiting application.Rascas wrote:1- For Kodi 17 repo you still need my main repo because of some dependencies, they are automatically selected and installed when you issue the comand to install kodi.
2- The key is the same for all my repos, if you already added the key, its all fine. The key is only to make sure the packages are legit, and not altered in some way, on the download process.
3- When there are diferent repositories with the same package (which is this case, that my packages are built the same way in the diferent repos, and also, the same way as the ones in the RPi Foundation Repo), the packages with the most recent version are installed or updated. You can check all available versions of a package, and the repo which they came from, by issuing the command "apt-cache policy nameofthepackage", for example:
apt-cache policy kodi
PS: Kodi 17 is still in early development fase (ALPHA version) so use it at your own risk.
Yes I have 16 yesterday I installed it but when I clicked exit it just freezes and nothing works like ctrl+alt+f2! I used to have 15.2 it also had exit problem like when I clicked exit just a blank black screen used to come up. This my problem nowRascas wrote:What kind of "exit problems" ? If you are using Raspbian and setting up Kodi for the first time, did you follow the 1st post part "If you are installing kodi for the first time..." ?
To install Kodi 16, you need only the main repo, dont add the unstable repo. To install Kodi 17 you need both the main and the unstable. If you have both, and you install Kodi, like "sudo apt-get install kodi" or you update the system like "sudo apt-get && sudo apt-get dist-upgrade", Kodi 17 will be installed or updated, respectively.
I recommend using Kodi 16 because its considered stable and Kodi 17 is in development. Set up Kodi 16 first and try it. Than if you want to try Kodi 17, make a backup of your card first, than you can always go back easily.
I didn't understand what to do with this configuration? Will I add it to a file?Rascas wrote:Like I said before, you have to do the 1st post steps "If you are installing kodi for the first time...", otherwise the user "pi" doesn't have permissions to exit Kodi correctly.
CTRL+ALT+FX doesn't work with Kodi opened on the Raspberry Pi.
Code: Select all
CFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" CXXFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" LDFLAGS="-L/opt/vc/lib" FFMPEG_OPTS="--cpu=cortex-a7" ./configure --prefix=/usr --disable-debug --enable-optimizations --with-platform=raspberry-pi --enable-player=omxplayer --disable-x11 --disable-sdl --disable-vaapi --disable-vdpau --disable-xrandr --disable-joystick --enable-airplay --enable-mid --enable-rsxs --enable-afpclient --disable-external-ffmpeg --enable-non-free --enable-dvdcss --enable-ccache --enable-alsa --enable-libusb --enable-libbluray --enable-libcec --disable-projectm --disable-Pulse
This are the configuration options used for compiling. They are not needed for just using kodi.asduskun wrote:I didn't understand what to do with this configuration? Will I add it to a file?Rascas wrote:Like I said before, you have to do the 1st post steps "If you are installing kodi for the first time...", otherwise the user "pi" doesn't have permissions to exit Kodi correctly.
CTRL+ALT+FX doesn't work with Kodi opened on the Raspberry Pi.
By the way how I installed kodi for the first time was just after updating system I just used Sudo apt-get install kodi command and nothing else and that installed 15.2 then I saw your post and installed 16 over the first one so should I remove them all and do what is said in the first post from scratch?Code: Select all
CFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" CXXFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" LDFLAGS="-L/opt/vc/lib" FFMPEG_OPTS="--cpu=cortex-a7" ./configure --prefix=/usr --disable-debug --enable-optimizations --with-platform=raspberry-pi --enable-player=omxplayer --disable-x11 --disable-sdl --disable-vaapi --disable-vdpau --disable-xrandr --disable-joystick --enable-airplay --enable-mid --enable-rsxs --enable-afpclient --disable-external-ffmpeg --enable-non-free --enable-dvdcss --enable-ccache --enable-alsa --enable-libusb --enable-libbluray --enable-libcec --disable-projectm --disable-Pulse
so ok thanks a lot now im removing all i have then applying the first post instructionsgkreidl wrote:This are the configuration options used for compiling. They are not needed for just using kodi.asduskun wrote:I didn't understand what to do with this configuration? Will I add it to a file?Rascas wrote:Like I said before, you have to do the 1st post steps "If you are installing kodi for the first time...", otherwise the user "pi" doesn't have permissions to exit Kodi correctly.
CTRL+ALT+FX doesn't work with Kodi opened on the Raspberry Pi.
By the way how I installed kodi for the first time was just after updating system I just used Sudo apt-get install kodi command and nothing else and that installed 15.2 then I saw your post and installed 16 over the first one so should I remove them all and do what is said in the first post from scratch?Code: Select all
CFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" CXXFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" LDFLAGS="-L/opt/vc/lib" FFMPEG_OPTS="--cpu=cortex-a7" ./configure --prefix=/usr --disable-debug --enable-optimizations --with-platform=raspberry-pi --enable-player=omxplayer --disable-x11 --disable-sdl --disable-vaapi --disable-vdpau --disable-xrandr --disable-joystick --enable-airplay --enable-mid --enable-rsxs --enable-afpclient --disable-external-ffmpeg --enable-non-free --enable-dvdcss --enable-ccache --enable-alsa --enable-libusb --enable-libbluray --enable-libcec --disable-projectm --disable-Pulse
But all other settings have to be applied.
gkreidl wrote:This are the configuration options used for compiling. They are not needed for just using kodi.asduskun wrote:I didn't understand what to do with this configuration? Will I add it to a file?Rascas wrote:Like I said before, you have to do the 1st post steps "If you are installing kodi for the first time...", otherwise the user "pi" doesn't have permissions to exit Kodi correctly.
CTRL+ALT+FX doesn't work with Kodi opened on the Raspberry Pi.
By the way how I installed kodi for the first time was just after updating system I just used Sudo apt-get install kodi command and nothing else and that installed 15.2 then I saw your post and installed 16 over the first one so should I remove them all and do what is said in the first post from scratch?Code: Select all
CFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" CXXFLAGS="-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -mfloat-abi=hard -mcpu=cortex-a7 -mfpu=neon-vfpv4" LDFLAGS="-L/opt/vc/lib" FFMPEG_OPTS="--cpu=cortex-a7" ./configure --prefix=/usr --disable-debug --enable-optimizations --with-platform=raspberry-pi --enable-player=omxplayer --disable-x11 --disable-sdl --disable-vaapi --disable-vdpau --disable-xrandr --disable-joystick --enable-airplay --enable-mid --enable-rsxs --enable-afpclient --disable-external-ffmpeg --enable-non-free --enable-dvdcss --enable-ccache --enable-alsa --enable-libusb --enable-libbluray --enable-libcec --disable-projectm --disable-Pulse
But all other settings have to be applied.
Code: Select all
wget http://steinerdatenbank.de/software/kodi-15.2-jessie-rpb.tar.gz
tar -xzf kodi-15.2-jessie-rpb.tar.gz
cd kodi-15-jessie
sudo ./install
i understand it but as i m a newbie i m asking if i should apply the code above or not? what is that codes for? if to install kodi 15.2 i dont wanna install it, i wanna install 16, but i applied other instruction in the first pagegkreidl wrote:If you want to install kodi 16, follow Rascals advice. He has used the same RPi specific fixes as I have.
These are the download and install instruction for the 15.2 version I compiled. You don't need to follow them, if you are looking for kodi.16.asduskun wrote:i understand it but as i m a newbie i m asking if i should apply the code above or not? what is that codes for? if to install kodi 15.2 i dont wanna install it, i wanna install 16, but i applied other instruction in the first pagegkreidl wrote:If you want to install kodi 16, follow Rascals advice. He has used the same RPi specific fixes as I have.
ok thank youasduskun wrote:i understand it but as i m a newbie i m asking if i should apply the code above or not? what is that codes for? if to install kodi 15.2 i dont wanna install it, i wanna install 16, but i applied other instruction in the first pagegkreidl wrote:If you want to install kodi 16, follow Rascals advice. He has used the same RPi specific fixes as I have.
Code: Select all
deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /
Code: Select all
wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -
Code: Select all
sudo apt-get update && sudo apt-get dist-upgrade
Code: Select all
sudo apt-get install kodi
Code: Select all
apt-cache search kodi-pvr
Code: Select all
sudo apt-get install kodi-pvr-iptvsimple
Code: Select all
kodi
Code: Select all
kodi-standalone
Code: Select all
sudo addgroup --system input
Code: Select all
sudo nano /etc/udev/rules.d/99-input.rules
Code: Select all
SUBSYSTEM==input, GROUP=input, MODE=0660
KERNEL==tty[0-9]*, GROUP=tty, MODE=0660
Code: Select all
sudo nano /etc/udev/rules.d/10-permissions.rules
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=0660
Code: 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
Man! You put too much effort on it just for me. I appreciate it thanks a lot and now kodi doesnt give me a blank black screen or freeze THANKSgkreidl wrote:These are the download and install instruction for the 15.2 version I compiled. You don't need to follow them, if you are looking for kodi.16.asduskun wrote:i understand it but as i m a newbie i m asking if i should apply the code above or not? what is that codes for? if to install kodi 15.2 i dont wanna install it, i wanna install 16, but i applied other instruction in the first pagegkreidl wrote:If you want to install kodi 16, follow Rascals advice. He has used the same RPi specific fixes as I have.
hey brother, after i set localization options for my country, all drop down menu writings and the ones in exit menu disappared, just a blank frame with nothing inside. what should i do?Rascas wrote:Your addons and settings will be kept. But it is not 100% garanteed, 3rd party addons can cause problems, so just in case make a backup of your /home/pi/.kodi/ folder.