PlexKodiConnect icon indicating copy to clipboard operation
PlexKodiConnect copied to clipboard

Nifty way to set up Direct Paths

Open ghost opened this issue 7 years ago • 11 comments

Not an issue, but I discovered a pretty cool way to set up direct paths, but it only applies to a specific situation: Linux on both server and client, and every library on the same mount point. The idea is, say you have your movies in /mnt/media/Movies and TV shows on /mnt/media/TV Shows. You can use NFS to serve /mnt/media, then mount that on the client at the same exact path (using fstab for example). You could then have things set up like this: screenshot001 i.e. empty strings everywhere. Cool ain't it?

ghost avatar Sep 13 '18 08:09 ghost

Thanks for sharing this. You're thinking like I am, I'm trying to get this working as well as MySQL but the fact of the matter is my home uses Nvidia Shield Android Boxes, Fire TV boxes, Pis, and PCs, all with Kodi on there. And I don't think they play with SMB or NFS very well. MySQL always just worked. But I'd really rather get this working instead.

bdpna avatar Sep 14 '18 22:09 bdpna

You can mount SMB or NFS inside Kodi, on any platform. Try that if you haven't already.

On Fri, 14 Sep 2018, 23:46 bdpna, [email protected] wrote:

Thanks for sharing this. You're thinking like I am, I'm trying to get this working as well as MySQL but the fact of the matter is my home uses Nvidia Shield Android Boxes, Fire TV boxes, Pis, and PCs, all with Kodi on there. And I don't think they play with SMB or NFS very well. MySQL always just worked. But I'd really rather get this working instead.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/croneter/PlexKodiConnect/issues/536#issuecomment-421503386, or mute the thread https://github.com/notifications/unsubscribe-auth/AJemB3F5A3ObspGJmzI_wzU4qJJmKV-zks5ubDGugaJpZM4Wm0K2 .

ghost avatar Sep 15 '18 00:09 ghost

The mounts seem to work, using sources.xml works, but PKC is having trouble talking to them with direct paths for some reason. Croneter gave me a good idea to try over in the main plex forum thread. Thanks again for sharing this too.

bdpna avatar Sep 15 '18 17:09 bdpna

No problem! Good luck.

On Sat, Sep 15, 2018 at 6:16 PM bdpna [email protected] wrote:

The mounts seem to work, using sources.xml works, but PKC is having trouble talking to them with direct paths for some reason. Croneter gave me a good idea to try over in the main plex forum thread. Thanks again for sharing this too.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/croneter/PlexKodiConnect/issues/536#issuecomment-421601914, or mute the thread https://github.com/notifications/unsubscribe-auth/AJemB77cKMmQaKPbthucmh12xKgxJ0igks5ubTXRgaJpZM4Wm0K2 .

ghost avatar Sep 16 '18 09:09 ghost

im thinking of setting up a apahce server and pointing it to my mnt folder. use https

daveftw84 avatar Oct 01 '18 15:10 daveftw84

I just switched from "add-on" to direct paths yesterday, doing it by entering the SMB path. Is using NFS mounts faster than SMB?

kocane avatar Oct 13 '18 08:10 kocane

Yes it should be.

ghost avatar Oct 13 '18 18:10 ghost

I'll try it out, thanks!

kocane avatar Oct 13 '18 20:10 kocane

I did a similar thing with an iMac last year. I had three external hard drives, so I mounted them all from /Volumes: /Volumes/A /Volumes/B /Volumes/C

then later on, I read that you were not supposed to be able to do that on a mac. I also had one of those buggy versions of samba, so I was using SMBU, so I'm not surprised.

DeplorableBear avatar Apr 12 '19 16:04 DeplorableBear

is webdav supported? what protocols are supported?

ghost avatar Nov 18 '19 14:11 ghost

Good news: It's not a matter of what PKC supports, but what Kodi offers. See here: https://kodi.wiki/view/File_sharing

Webdav is supported by Kodi and should work with PKC

croneter avatar Nov 18 '19 17:11 croneter