Information Ubuntu Setup with Kodi and Nextcloud all in one.
#1
I did a search did not find what I wanted to do so here is a guide I'm testing.

Installed Ubuntu 18.04
Installed Kodi from ppa
Installed Nextcloud from snap

Grant Root Privileges to user kodi
sudo usermod -aG sudo kodi

Add kodi to root group
sudo usermod -G root kodi

Verify New User
su - kodi
grep '^sudo' /etc/group
Result should be.
sudo:x:27:kodi

Allow access to nextcloud folder currently is 750 owned by root.
sudo chmod 770 /var/snap/nextcloud/common/nextcloud

Then add various media sources from the nextcloud accounts eg
/var/snap/nextcloud/common/nextcloud/data/smokingwheels/files/Music Video
/var/snap/nextcloud/common/nextcloud/data/honeybee/files/Music Video

Just started testing maybe I missed something but I hope not.
Reply
#2
Thread moved to Linux support
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
Ive added to the setup.
I have Movies with 5.1 sound tracks only and when you play in web player there is no sound.
I tried Thinlinc server (Remote Linux Desktop) on my Ubuntu setup as a result now I have stereo sound when I play a Movie in Kodi within the client session.

Note: Remote Desktop you cant have 2 user logins at the same time in one system.

Thinlinc will allow up to 10 users free.
www.cendio.com/thinlinc/download
Reply
#4
I added a Samba share to my nextcloud data folder as suggested on the nextcloud forum. nextcloud thread

sudo apt update
sudo apt install samba

sudo nano /etc/samba/smb.conf

[kodidata]
path = /var/snap/nextcloud/common/nextcloud/data
writeable = no
browseable = yes
public = yes
create mask = 0777
directory mask = 0777
force user = root

service smbd restart
Reply

Logout Mark Read Team Forum Stats Members Help
Ubuntu Setup with Kodi and Nextcloud all in one.0