forked from MediaBrowser/plugin.video.emby
-
-
Notifications
You must be signed in to change notification settings - Fork 77
Troubleshooting Direct Paths
croneter edited this page Sep 26, 2018
·
7 revisions
If you set-up Direct Paths incorrectly, Kodi playback will fail without giving you a "PKC-specific" error. Some thoughts on what you could do:
- Try to access your media from another PC in the same LAN using either
\\myNas\movies
orsmb://myNas/movies
. If that does not work, there is no way Kodi/PKC could access the media - 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.
- Windows does not allow the characters
\:*?"<>|
in path or filenames. The network sharing protocol Samba/SMB hence turns illegal filenames likeEpisode 182 - Exorcist 2: The Heretic.mp4
into garbage likeE4Q82R~Y.MP4
- Solution: do a search-and-replace for all illegal characters
\:*?"<>|
to replace them with e.g. an underscore_
- Solution: do a search-and-replace for all illegal characters
- There were some heavy changes to the smb protocol. Check e.g. the release notes of LibreElec for more info and tipps on troubleshooting smb
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