LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-16-2019, 06:22 AM   #46
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled

Thanks for clarifying! I've worked around the problem now, and have a solution that seems to work, but thanks for the information. I shall make a note of it in case I come up against it again!

Cheers,

--
Pete
 
Old 05-16-2019, 06:59 AM   #47
mike_booth76
Member
 
Registered: May 2006
Posts: 40

Rep: Reputation: 4
I use VDR for satellite TV. It has a plug in for kodi.

At the minute non of the add-ons will run that's tomorrow's problem

Thanks again Pete

M
 
Old 05-16-2019, 08:08 AM   #48
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
Mike: I'm attaching the build script I use for the addons. Please note that it is a kludge, and should be used with caution!

First of all I create a directory "kodi-18-addons" in which to carry out the build. Place the slackbuild in this directory. It will download from git automatically the platform and kodi-platform addons that are needed to build (in my case) the pvr.hts addon for tvheadend.

By uncommenting / commenting it can also download the pvr.hts addon, but since this is specific to the actual version of kodi, I found it best to download the matching version beforehand.

The "kludge" comes from the fact that Slackware already has something called "platform" installed as standard. You will note that the script installs the packages using "installpkg" rather than "upgradepkg --install-new". If you go the "upgradepkg" route, it over-writes and deletes essential slackware files and that causes problems elsewhere.

As I say, this is an untidy kludge and should be used with caution, but it works for me. One day I may get round to tidying it up, and if anyone else wants to have a go feel free! But it may help you with your non-running addons. Please read the slackbuild carefully first before trying it, I would hate it to over-write something essential on your system!

Best of luck!

--
Pete
Attached Files
File Type: txt kodi-18-addons.Slackbuild.txt (3.1 KB, 62 views)
 
Old 05-17-2019, 12:31 AM   #49
mike_booth76
Member
 
Registered: May 2006
Posts: 40

Rep: Reputation: 4
Cheers Pete
 
Old 05-17-2019, 01:55 PM   #50
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
@mike_booth76

If you want to connect Kodi to your VDR streamer you'll need a plugin for VDR first:
https://github.com/FernetMenta/vdr-plugin-vnsiserver

And then the actual Kodi plugin (build it in the fashion pchristy did in his kodi-18-addons.Slackbuild.txt ):
https://github.com/kodi-pvr/pvr.vdr.vnsi
Code:
git clone https://github.com/kodi-pvr/pvr.vdr.vnsi.git
cd pvr.vdr.vnsi/
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
make
make install #.... create a package
My first approach was also to use VDR, but found it pretty difficult to control/config. Switched to tvheadend and I'm really happy for the choice I made. tvheadend is way more flexible/advanced/easy to configure.

Last edited by abga; 05-17-2019 at 01:58 PM. Reason: wrong URL
 
Old 07-19-2019, 07:28 AM   #51
RomSh
LQ Newbie
 
Registered: Jul 2019
Posts: 2

Rep: Reputation: 10
I'll try putting Kodi back on my Firestick in the meantime. What are some good working Kodi repositories as of now? I have found some lists online here but definitely would like to get some real life based recommendations. Thanks in advance.

Last edited by michaelk; 08-24-2019 at 07:37 AM.
 
Old 07-20-2019, 12:30 PM   #52
pchristy
Senior Member
 
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,124

Original Poster
Rep: Reputation: Disabled
Sorry, can't help with that. I only use Kodi for broadcast TV.

I know that there have been issues with repositories being closed down, so any list is probably out of date by the time its published!

--
Pete
 
Old 11-11-2019, 10:11 AM   #53
Helen789
LQ Newbie
 
Registered: Oct 2019
Location: Seattle, USA
Posts: 5

Rep: Reputation: 1
I find Firestick to be great! Also I like the amount of good Kodi addons. Speaking about their installation, I also faced a problem first, but having surfed the Internet, I was lucky to find a good source that provided me with a guide [removed]. Maybe it will be useful for someone else.
 
Old 11-11-2019, 02:43 PM   #54
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
@Helen789

You could have Kodi 18 built & installed on a $5 Raspberry Pi Zero board and still run Slackware on it, thus, useful for the Slackware users here in the Slackware forum.
https://www.linuxquestions.org/quest...hf-4175647585/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Kodi Devs Celebrate New Year with First Release Candidate of Kodi 17 "Krypton" LXer Syndicated Linux News 0 01-01-2017 12:00 AM
[SOLVED] Kodi freezes on exit, kodi.bin won't die pressman57 Linux - Software 6 12-19-2016 07:48 PM
LXer: Kodi 17 "Krypton" Alpha 3 Brings Live TV and PVR Improvements, New Skin Features LXer Syndicated Linux News 0 08-03-2016 12:57 AM
PVR addon not found in Kodi on Slackware commandlinegamer Slackware 3 02-05-2016 05:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration