Kodi Community Forum

Full Version: Knight Cinema auto kodi sabnzbd sonarr couchpotato installer for ubuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have been working on a all in one installer for Kodi, Sonarr, Couchpotato, and SABnzbd. This setup will be settop like running on top of ubuntu 14.04 server edition. With Kodi as the only GUI running on the server edition bootup take only seconds. This configuration has about the same boot time as openelec with all the added programs like sonarr and couchpotato. Faster than kodibuntu.

My goal is to make a full ubuntu distro once I have all the scripts mastered. I plan to add support for sickbeard and sickrage also. (I already have the code) I am working on adding HTPC manager and Samba file server. The biggest thing I am missing right now is auto configuring Kodi with video sources.

The testing branch is where I am working and I would like to have some testers. I have a successful install on my virtual machine but I do not have any hardware to test on. I was robbed a few months ago and I have since replaced all my major hardware but I dont have any testing hardware since most of it was recycled junk anyway.

https://github.com/jknight2014/knightcin...ee/Testing

Install is easy (kinda the point) Get the install script and run it on a stock Ubuntu Server 14.04

Install Ubuntu Server 14.04.1 Server Edition on a computer with only the openssh server option.

Then run
Code:
wget -O knightcinema.sh https://github.com/jknight2014/knightcinema/raw/master/setup.sh
sudo bash knightcinema.sh

If anyone wants to test you can report issues here, open issues on github, or make a pull request with proposed changes.
Going to give this a try this weekend!
Thanks for your work on this
Let me know how things go for you. I havent updated for awhile but everything should still work. I just used parts of it last week.
Looks to have worked perfectly first time for me.
It's just booted into Kodi 15.1 and all else appears to be running in the background just fine.

Thanks for saving me hours of config!

EDIT: The newznab provider didn't make it into Sonarr, if it was supposed to.
EDIT2: Can't find the URL for SabNZBD
So glad I could help. Take a look at this if you need to fill some free time. http://knightcinema.com/2015/09/05/super...home-urls/
Thanks, im actually just rebuilding this box for my parents house.
They had an old dell behind the tele just on openelec, but the laptop with Sonarr etc went bang this weekend, new laptop and thought must be easier to run everything from the Kodi box.

Turns out it is Smile

Still struggling to find the SAB URL http://IP:8080/sabnzbd isn't working :S
(2015-09-13, 22:37)DoubleT Wrote: [ -> ]Thanks, im actually just rebuilding this box for my parents house.
They had an old dell behind the tele just on openelec, but the laptop with Sonarr etc went bang this weekend, new laptop and thought must be easier to run everything from the Kodi box.

Turns out it is Smile

Still struggling to find the SAB URL http://IP:8080/sabnzbd isn't working :S

SAB is at 8085 I think. because Kodi is at 8080
Sorted - thanks!
Code:
oliver@KODI:~$ aplay -l
aplay: device_list:268: no soundcards found...

Last issue - any ideas?

Im a windows guy and quite lost now.

Installed MPD, Pulse etc all not helping
Guessing i need a hardware driver?
It worked out of the box under OpenElec.
(2015-09-14, 20:14)DoubleT Wrote: [ -> ]
Code:
oliver@KODI:~$ aplay -l
aplay: device_list:268: no soundcards found...

Last issue - any ideas?

Im a windows guy and quite lost now.

Installed MPD, Pulse etc all not helping
Guessing i need a hardware driver?
It worked out of the box under OpenElec.

I am sorry, I missed the notification for your post.

Check the kodi settings page settings>system>audio and see if you have the right device selected. (Try all of them) When you select one go to a video for a few seconds. It can take a few seconds to change.

You can also use the command
Code:
alsamixer
to make sure all the channels are unmuted.
Alsamixer appears to have worked!
Thanks for all your help
Turns out the family hadn't tested, no sound remains.
Checked all channels are at max, still nothing.

Any ideas how I can check drivers?