Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid file path when a remote SMB path set in Jellyfin Library #6

Open
EdiTurn opened this issue Dec 14, 2021 · 3 comments
Open

Invalid file path when a remote SMB path set in Jellyfin Library #6

EdiTurn opened this issue Dec 14, 2021 · 3 comments

Comments

@EdiTurn
Copy link

EdiTurn commented Dec 14, 2021

As I need to use Jellyfin Native-mode in kodi, I have set up remote path to the jellyfin library (following this doc: https://jellyfin.org/docs/general/clients/kodi.html#native-mode).
After that, the path which Jellyfin-Potplayer sent to Potplayer would be like //SMB-SERVER/path/to/video.file, so Potplayer can't play due to the slash.

@EdiTurn
Copy link
Author

EdiTurn commented Dec 14, 2021

This issue could be fixed by just adding $path=$path -replace "/" , "\" to the ps1 file. But seems not available for the other two remote type. (NFS & mounted share, also mentioned in that doc. )

@YifeiLu-1
Copy link

This solved my problem.

@tccoin
Copy link
Owner

tccoin commented Feb 6, 2022

@EdiTurn I don't use Jellyfin anymore so I don't have too much time working on this script. It will be nice if you can update the Readme file with your discovery and create a pull request. I will be happy to merge them if this can help others. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants