Page 1 of 2

Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 3:37 pm
by don331
Hello Chef,

Any fresh install of Xenon 2.0 on the Windows PC, works great.

On my Raspberry Pi5, running the raspberry 64 but OS, gets several errors.

Many mention that inputstream.adaptive is not available.

Restarted Xenon 5 times with 5 min break inbetween
Trakt is authorized


I went to Addons - Program Addons - Autoruns Xenon (which says Update available)
Hit update, box "following additional add-ons will be installed"
Inputstream.adaptive Not available
Inputstream.ffmpegdirect Not available
Inputstream.rtmp Not available
Vizualization.waveform Not available
(remaining OK)

Run get
Dependancy on inputstream.rmtp version 0.0.0.0 could not be satisfied

Log is at pastebin.com/DFWmYDFR

Thoughts?

Don

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 4:06 pm
by cg0
The missing binaries can be installed using apt on a terminal.
Example:

apt search inputstream-adaptive
(to get the proper binary name)

sudo apt update
sudo apt-get install kodi21-inputstream-adaptive
(to install it)

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 4:41 pm
by don331
Thanks -
Got all the binaries installed using apt
In Add-Ons, all my add-ons are enabled and updated.

But going to TV Guide still gets me

"To use PVR you need to install, enable and configure a PVR"

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 4:45 pm
by The Chef
don331 wrote: Thu Jul 24, 2025 4:41 pm Thanks -
Got all the binaries installed using apt
In Add-Ons, all my add-ons are enabled and updated.

But going to TV Guide still gets me

"To use PVR you need to install, enable and configure a PVR"
Have to click "Install TV Guide" right under TV Guide section. If you have to manually install, you have to install Simple client PVR.

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 5:08 pm
by don331
Ok. "Install TV Guide" didnt work
I installed using Apt get
But apparently it overwrites inputstream-adaptive to an earlier version, which blew up more stuff
Apt get installed inputstream-adaptive again and rebooted.
Seems to be working

This was a LOT of steps to get Xenon working on RPi. If you want, I'll wipe and start over, but notate all the sudo commands I had to do to get it installed, and post it.

Please let me know...

Don

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 5:59 pm
by The Chef
don331 wrote: Thu Jul 24, 2025 5:08 pm Ok. "Install TV Guide" didnt work
I installed using Apt get
But apparently it overwrites inputstream-adaptive to an earlier version, which blew up more stuff
Apt get installed inputstream-adaptive again and rebooted.
Seems to be working

This was a LOT of steps to get Xenon working on RPi. If you want, I'll wipe and start over, but notate all the sudo commands I had to do to get it installed, and post it.

Please let me know...

Don
Yea, I never dealt with Linux and all the steps needed to install. If it was any other OS, you wouldn't need to do any of this.

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 6:31 pm
by don331
Ain't that the truth! I will DM it to you first for review, if that's ok

Im more than happy to provide the steps to do it! You've helped me several times!

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Thu Jul 24, 2025 7:00 pm
by The Chef
don331 wrote: Thu Jul 24, 2025 6:31 pm Ain't that the truth! I will DM it to you first for review, if that's ok

Im more than happy to provide the steps to do it! You've helped me several times!
I would send it to cgo, the one who helped you in this thread. Hes the Linux master and he updates all the tutorials on here.. Theres already a Linux tutorial he made here: https://diggz1.me/forum/viewtopic.php?t=40
If theres anything to add, he could add it..

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Fri Jul 25, 2025 4:26 am
by cg0
For IPTV simple try:

sudo apt update
apt-get install kodi21-pvr-iptvsimple

Re: Xenon Free 2.0 -issues on Raspberry Pi 5

Posted: Fri Jul 25, 2025 1:36 pm
by don331
yes, but note that install has a bug and overwrites inputstream.adaptive with an incompatible version with Omega.
The trick is to install iptvsimple first, then inputstream.adaptive, inputstream.ffmpegdirect, inputstream.rtmp

Don