forked from MediaBrowser/plugin.video.emby
-
-
Notifications
You must be signed in to change notification settings - Fork 79
Set up Direct Paths
croneter edited this page Jan 29, 2019
·
50 revisions
Your movies and TV shows need to be directly accessible to Kodi to use direct paths.
-
Setup directories shared over SMB (typically, but any network protocol supported by Kodi should work, like NFS) on the server where your media lies (this might not be where your Plex Media Server is):
- See here for Windows,
-
here for Mac
- Beware that you cannot use characters like
\:*?"<>|
in path or file names when SMB is used
- Beware that you cannot use characters like
- and here for Linux
- Beware that you cannot use characters like
\:*?"<>|
in path or file names when SMB is used
- Beware that you cannot use characters like
-
Your path(s) additionally needs to be explicitly listed in
sources.xml
as well as its username and password inpasswords.xml
! PKC automatically does this for you: navigate to the PKC settingsAdvanced
section, thenSet network credentials for Direct Paths and direct play
- Example xml entry for
server
insources.xml
. See the Kodi wiki for more info
<sources>
<files>
<default pathversion="1"></default>
<source>
<name>PKC example entry for server</name>
<path pathversion="1">smb://server/</path>
<allowsharing>true</allowsharing>
</source>
</files>
</sources>
- Example xml entry for
server
inpasswords.xml
. Be aware that both username and password are URL-escaped! (thus a space%20
)
<passwords>
<path>
<from pathversion="1">smb://server/</from>
<to pathversion="1">smb://USERNAME:PASSWORD@server/</to>
</path>
</passwords>
- Check that your media is indeed accessible to Kodi:
- In Kodi, start adding a Video source following this guide from step 1 to 6 only - NOT to the end!
- If you manage to navigate to your media, it is indeed accessible to Kodi
- Hit
Cancel
in step 6
If this doesn't work for you, then direct paths won't work for you!
If you managed to access your media on the LAN with Kodi, you now have two possible ways to setup direct paths:
Devs: croneter
- Screenshots
- Direct Paths Explained
- Set-up Direct Paths
- Direct Play
- Skins and Video Nodes
- Multiple users
- Multiple Plex Media Servers
- Manage additional Media without Plex
- Is PKC a hack
- FAQ
- Report a Bug
- How to uninstall PKC
- How to automatically delete playlists
- Update PKC Repository to receive automatic updates