• 1
  • 215
  • 216
  • 217(current)
  • 218
  • 219
  • 244
Linux Radeon OSS with vdpau (howto)
(2014-10-23, 08:43)fritsch Wrote: We are starting to release "kodi" and therefore there won't be any package in fernetmenta-master ppa anymore that is named xbmc.

For a smooth transition (for already installed versions) not very much needs to be done:

Code:
sudo apt-get update
sudo apt-get remove xbmc xbmc-bin
sudo apt-get install kodi kodi-bin

Now edit the /etc/init/xbmc.conf and replace the /usr/bin/xbmc command with /usr/bin/kodi

on reboot everything should be fine. Your .xbmc directory will get automatically transfered.

Just a question: Will the kodi version also receive live tv support. Seems like the pvr addons are missing in the ppa and just copying the stuff from /usr/share/xbmc to /use/share/kodi did not work for me Sad so I went back to xbmc for now.
noticed the same when i tried kodi on my desktop, no option to see non enabled addons.
Intel Core i5-11500, ASRock B560M-ITX/ac, 240GB SSD + 4TB  Western Digital Blue, Arch Linux, mythtv 31+fixes + TBS 6205 QUAD FREEVIEW DVB-T2
You need to copy:

/usr/lib/xbmc/addons/pvr.mythtv.cmyth
/usr/lib/xbmc/addons/pvr.mythtv.cmyth/XBMC_MythTV_cmyth.pvr

to:

/usr/lib/kodi/addons/pvr.mythtv.cmyth
/usr/lib/kodi/addons/pvr.mythtv.cmyth/XBMC_MythTV_cmyth.pvr


This is probably a terrible idea for when the packaging is fixed, so remember this when you do an update...

Edit: or you know, your respective PVR addons from the /usr/lib directory

Edit2: or apparently this lets you watch recordings but not live tv
I've ran into the same problem, what i did to fix it was pretty simple. just build the zip packages from git opdenkamp master yourself.

see: pvr addons opdenkamp master

a quick
Code:
sudo apt-get build-dep xbmc
git clone https://github.com/opdenkamp/xbmc-pvr-addons.git
cd xbmc-pvr-addons
./bootstrap
./configure
make zip
then install the built zip in the addon directory via xbmc gui

and you're good to go, works like a charm for me
sudo apt-get build-dep xbmc

will get them at once.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
(2014-10-23, 08:43)fritsch Wrote: We are starting to release "kodi" and therefore there won't be any package in fernetmenta-master ppa anymore that is named xbmc.

For a smooth transition (for already installed versions) not very much needs to be done:

Code:
sudo apt-get update
sudo apt-get remove xbmc xbmc-bin
sudo apt-get install kodi kodi-bin

Now edit the /etc/init/xbmc.conf and replace the /usr/bin/xbmc command with /usr/bin/kodi

on reboot everything should be fine. Your .xbmc directory will get automatically transfered.

by doing this, can I keep my settings?
yes, settings won't be lost.
If you use any binary addons(e.g. pvr), then remove them as well, install kodi, then reinstall the addons again.
thanks wsnipex. I dont really think I have extra binary addons (appart of boblight which is a simple service)
in that case a simple: sudo apt-get dist-upgrade should get you to kodi.
Los siguientes paquetes se ELIMINARÁN:
xbmc-bin
Se instalarán los siguientes paquetes NUEVOS:
kodi kodi-bin
Se actualizarán los siguientes paquetes:
xbmc
1 actualizados, 2 se instalarán, 1 para eliminar y 0 no actualizados.

Sorry spanish. Is ok that?
looks right
I'm experiencing random but frequent crashes with Helix. Video playback is fine but when playing back anything from the music library it crashes at non-reproducible moments. sometimes it plays a cd without issue at other times it crashes while playing the first song.

dmesg
http://paste.ubuntu.com/8705257/
Xorg
http://paste.ubuntu.com/8705277/
vdpauinfo
http://paste.ubuntu.com/8705292/
dpkg
http://paste.ubuntu.com/8705302/
kodi / xbmc
http://paste.ubuntu.com/8705344/

When I turn on component specific logging it spams the following;

16:12:08 T:139717012162304 DEBUG: Previous line repeats 17 times.
16:12:08 T:139717012162304 DEBUG: ffmpeg[7F1266E10700]: [NULL] header crc mismatch
16:12:08 T:139717012162304 DEBUG: ffmpeg[7F1266E10700]: [NULL] sample/frame number mismatch in adjacent frames

Thanks for looking!
From the log it looks like a broken flac file? Does this only happen with flac?

Can you find one sample that exactly produces this issue?

Quote:/media/DATA/MUSIC/Albums/Alexandre Desplat/Harry Potter and the Deathly Hallows Part 1/1/05 - At The Burrow.flac

Is this a network drive?

Can you install the official xbmc-nightly version and file a bug on trac?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
It's a local drive auto mounted via fstab;
/dev/mapper/xbmc--pc--vg-DATA /media/DATA ext4 noatime,nodiratime 0 2

the file you requested I'll share via PM.

My library is almost entirely FLAC, I found an MP3 album and that also crashed just now.
http://paste.ubuntu.com/8705702/
oops - wrong log file, this is the correct one;
http://paste.ubuntu.com/8705719/

I just migrated from option 1b in the start post - where this didn't happen.
Does it also crash with:
Quote:DEBUG: ### [XBMC LCDproc] - Registering HD44780-ROM pseudocodepages
removed?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
  • 1
  • 215
  • 216
  • 217(current)
  • 218
  • 219
  • 244

Logout Mark Read Team Forum Stats Members Help
Radeon OSS with vdpau (howto)26