-
-
Notifications
You must be signed in to change notification settings - Fork 79
Option 1 Substitute Paths using PKC
This approach will work for about 90% of the Plex/Kodi setups out there.
Be aware that all paths are potentially case-sensitive, even when using Windows.
Make sure that all paths are exactly spelled as you created them.
If your media is accessible as follows, then this approach should work for you:
Linux/Mac Server:
Local path to the media on your server (where the media lies):
/volume/.../<movies, tv shows, music>
SMB path for the same folders to make media accessible via LAN:
smb://myNAS/.../<movies, tv shows, music>
Windows Server:
Local path to the media on your server (where the media lies):
C:\...\<movies, tv shows, music>
SMB path for the same folders to make media accessible via LAN:
\\myNAS\...\<movies, tv shows, music>
If you have several different Plex libraries of the same kind (e.g. "movie") on different harddrives, this approach will not work. See the other approach instead.
One working example setup:
-
Linux/Mac Server:
- Plex movie categories:
/volume3/users/Patrick/media/movies
and/volume3/data/media/kids
-
/volume3/users/Patrick/media
is shared assmb://myNAS/plex-movies
. Thus these are both accessible undersmb://myNAS/plex-movies/movies
andsmb://myNAS/plex-movies/kids
-
- Plex tv shows categories:
/volume3/data/TV shows
- Directly shared as
smb://myNAS/shows
- Directly shared as
- Plex music categories:
/volume3/users/Patrick/My-Cool-Music/music
- Directly shared as
smb://myNAS/music
- Directly shared as
- Plex movie categories:
-
Windows Server:
- Plex movie categories:
C:\users\Patrick\media\movies
andC:\users\Patrick\media\kids
-
C:\users\Patrick\media
is shared as\\myNAS\plex-movies
. Thus these are accessible under\\myNAS\plex-movies\movies
and\\myNAS\plex-movies\kids
-
- Plex tv shows categories:
E:\data\TV shows
- Directly shared as
\\myNAS\shows
- Directly shared as
- Plex music categories:
E:\My-Cool-Music\music
- Directly shared as
\\myNAS\music
- Directly shared as
- Plex movie categories:
-
In the PKC Settings under Customize Paths,
- disable Plex UNC paths..._
- enable Replace Plex paths.... More settings will appear.
-
Looking at the example above, enter the following:
-
Linux/Mac Server:
-
Original Plex MOVIE path to replace:
/volume3/users/Patrick/media
-
Replace Plex MOVIE with:
smb://myNAS/plex-movies
-
Original Plex TV SHOWS path to replace:
/volume3/data/TV shows
-
Replace Plex TV SHOWS with:
smb://myNAS/shows
-
Original Plex MUSIC path to replace:
/volume3/users/Patrick/My-Cool-Music/music
-
Replace Plex MUSIC with:
smb://myNAS/music
-
Original Plex MOVIE path to replace:
-
Windows Server:
-
Original Plex MOVIE path to replace:
C:\users\Patrick\media
-
Replace Plex MOVIE with:
smb://myNAS/plex-movies
-
Original Plex TV SHOWS path to replace:
E:\data\TV shows
-
Replace Plex TV SHOWS with:
smb://myNAS/shows
-
Original Plex MUSIC path to replace:
E:\My-Cool-Music\music
-
Replace Plex MUSIC with:
smb://myNAS/music
-
Original Plex MOVIE path to replace:
-
Linux/Mac Server:
-
In the PKC Settings under Sync Options, switch Playback Mode to the setting Native (Direct Paths)
-
Restart Kodi to enable the new settings!
-
Under Advanced, trigger a resync with the yellow Repair local database (force update all content)
-
Restart Kodi just to be on the safe side
You're done! If you messed up, Kodi playback will fail with an error message that is unfortunately unrelated to PKC.
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