OK just did a fresh install of the latest stable OSMC installed the HDhomerun addon and that’s it.
Turned on logger activated HDhomerun first TV channel that came in was in SD with Picture and no audio then enter channel 802 which in HD both Picture/Audio perfect then changed several channels I think after the 5 channels in HD came in with No audio I then turned off Kodi rebooted and created a log https://paste.ubuntu.com/23549790/
P.S. I tried Xbian and had no issue with HDhomerun…but Xbain out of the box does NOT work with nfs off my MyCloud drive and OSMC works great with nfs !!
Well did a fresh install 2016.10.1 on my Raspberry Pi-3 After install downloaded Kodi log loader , HDhomerun added the Mpeg2 then started debug logger rebooted Kodi.
Started HDhomerun HD channel started smooth video no audio changed channel Audio came in. Exited HDhomerun closed Debug logger Clicked on OSMS Log loader get url error Message Document exceeds maximum length. https://paste.ubuntu.com/23555781/
On a side note Xbian worked with me on getting the nfs to work on my WD mycloud after doing all the changes
Here what has been done:
sudo mount 10.0.0.60:/nfs/XBMC /mnt
ls -la /mnt/
sudo umount /mnt
it returned this:
xbian@xbian ~ $ sudo mount 10.0.0.60:/nfs/XBMC /mnt
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use ‘-o nolock’ to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
Please change parameter in file /etc/default/nfs-common as follows:
Do you want to start the statd daemon? It is not needed for NFSv4.
NEED_STATD=yes
After changing it to =yes it returned this
xbian@xbian ~ $ sudo mount 10.0.0.60:/nfs/XBMC /mnt
xbian@xbian ~ $ ls -la /mnt/
total 156
drwxrwxrwx+ 15 root xbian 4096 Nov 28 20:08 .
drwxr-xr-x 1 root root 158 Dec 31 1969 …
drwxrwxr-x 2 nobody xbian 4096 May 17 2016 14 Banned Book Collection
drwxrwxr-x 13 nobody xbian 4096 May 18 2016 Audio Books
drwxrwxr-x 2 nobody xbian 4096 Feb 18 2016 Firmware
drwxrwxr-x 4 nobody xbian 12288 Apr 5 2015 Home Videos
drwxrwxr-x 1677 nobody xbian 69632 May 17 2016 Kindle Books
drwxrwxr-x 26 nobody xbian 4096 Nov 26 18:38 Kodi addons
drwxrwxr-x 4 nobody xbian 4096 May 23 2016 Kodi backup
drwxrwxr-x 14 nobody xbian 4096 Aug 5 17:39 Movies
drwxrwxr-x 3 nobody xbian 24576 Feb 18 2016 Music
drwxrwxr-x 11 nobody xbian 4096 Jun 7 10:50 Pictures
drwxrwxr-x 121 nobody xbian 4096 Jun 10 10:31 TV Shows
drwxrwxr-x 3 root xbian 4096 Feb 23 2015 .wdmc
drwxrwxr-x 3 nobody xbian 4096 Dec 23 2015 XBMC android
xbian@xbian ~ $ sudo umount /mnt
xbian@xbian ~ $
Still cant see all the folder under nfs so ran this:
sudo showmount -e 10.0.0.60
[sudo] password for xbian:
Export list for 10.0.0.60:
/nfs *
xbian@xbian ~ $
So we’re back to beginning, you have ACL issues (access rights)
So Xbian and me gave up after all the changes and still cant see the subfolders.