Kodi Community Forum
Use Kodi with Nextcloud on private server - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Use Kodi with Nextcloud on private server (/showthread.php?tid=375416)



Use Kodi with Nextcloud on private server - ktatar156 - 2023-12-16

Hello,
Is there any possibility to add Nextcloud's WebDAV to Kodi?
I'm using:
Code:
MY_IP/nextcloud/remote.php/dav/files/USERNAME/
with 433 port, but it cannot connect... Sad Is it a matter of self-signed certificate? I'm not having a domain (only IP), so I cannot get public SSL certificate. Is there any way to skip this part?
My question is related to the Kodi application installed on TV Android device.


RE: Use Kodi with Nextcloud on private server - ktatar156 - 2023-12-27

Anyone? Smile Please help...


RE: Use Kodi with Nextcloud on private server - ktatar156 - 2024-03-20

Code:
2024-03-20 21:37:26.493 T:9348    debug <general>: ProcessMouse: trying mouse action leftclick
2024-03-20 21:37:26.493 T:9348    debug <general>: CGUIMediaWindow::GetDirectory (davs://192.XXX.XXX.XXX:443/nextcloud/remote.php/dav/files/USERNAME/|verifypeer=false/)
2024-03-20 21:37:26.493 T:9348    debug <general>:   ParentPath = [sources://video/]
2024-03-20 21:37:26.493 T:10723   debug <general>: Thread waiting start, auto delete: false
2024-03-20 21:37:26.494 T:10723   debug <general>: CurlFile::Open - <https://192.XXX.XXX.XXX:443/nextcloud/remote.php/dav/files/USERNAME/>
2024-03-20 21:37:26.494 T:10723   debug <general>: easy_acquire - Created session to https://192.XXX.XXX.XXX
2024-03-20 21:37:26.507 T:10723   error <general>: CCurlFile::CReadState::FillBuffer - (0x7adc2c2f6f00) Failed: SSL peer certificate or SSH remote key was not OK(60)
2024-03-20 21:37:26.507 T:10723   error <general>: CCurlFile::Open - <https://192.XXX.XXX.XXX:443/nextcloud/remote.php/dav/files/USERNAME/> Failed with code 0:
                                                   
2024-03-20 21:37:26.507 T:10723   error <general>: GetDirectory - Unable to get dav directory (davs://USERNAME:[email protected]:443/nextcloud/remote.php/dav/files/USERNAME/|verifypeer=false/)
2024-03-20 21:37:26.507 T:10723   error <general>: GetDirectory - Error getting davs://192.XXX.XXX.XXX:443/nextcloud/remote.php/dav/files/USERNAME/|verifypeer=false/
2024-03-20 21:37:26.507 T:10723   debug <general>: Thread waiting 135087012185792 terminating
2024-03-20 21:37:26.508 T:9348    error <general>: CGUIMediaWindow::GetDirectory(davs://192.XXX.XXX.XXX:443/nextcloud/remote.php/dav/files/USERNAME/|verifypeer=false/) failed
2024-03-20 21:37:26.508 T:9348    debug <general>: CGUIMediaWindow::GetDirectory (sources://video/)



RE: Use Kodi with Nextcloud on private server - ktatar156 - 2024-09-08

Anyone? Smile Please help...


RE: Use Kodi with Nextcloud on private server - -jcb- - 2024-09-08

Hi,

another way to solve this is perhaps to mount webdav filesystem ? : https://wiki.archlinux.org/title/Davfs2


RE: Use Kodi with Nextcloud on private server - ktatar156 - 2024-09-20

Hi,
Thanks for your message. Unfortunately, I think that it's not possible on my Android TV to mount WebDAV... The simplest way would be to use apps without some custom modifications... This is why I would like to use Kodi. What I would like to mention is that the Kodi on PC is working normally great! The problem is with app on Android TV - I cannot mount it there...


RE: Use Kodi with Nextcloud on private server - ktatar156 - 2024-09-20

PS. Sorry, I mean that on other devices (PC), webdav is working with other apps (like Owlfiles) - but NOT with KODI.... Sad