2024-03-02, 02:31 AM
(This post was last modified: 2024-03-02, 08:44 PM by RelatableQuery. Edited 1 time in total.)
I am trying to get Jellyfin for Kodi addon working and I am struggling with path mapping.
I want to use native paths, so I have the following
Folder: /data/tvshows
Shared network folder:
But, when kodi runs it tell me it can't locate
I have that directory mapped as a source using
What am I doing wrong?
I want to use native paths, so I have the following
Folder: /data/tvshows
Shared network folder:
Code:
\\192.168.1.168\volume1\data\media\tv
But, when kodi runs it tell me it can't locate
Code:
smb://192.168.1.168/volume1/data/media/tv/<my tv show>...
I have that directory mapped as a source using
Code:
nfs://192.168.1.168/volume1/data/media/tv/
What am I doing wrong?