tccoin / Jellyfin-Potplayer

Play with Potplayer
106 stars 26 forks source link

how to setting {path = path.replace('/', 'v:');} #7

Closed kitkw closed 1 year ago

kitkw commented 2 years ago

Screenshot 2022-02-26 061648 061244 061433 Screenshot 2022-02-25 214748

tccoin commented 2 years ago

In this case, you may want to try path = 'V:'+path.replace(/\//g,'\\'). Let me know if you any other questions.

tccoin commented 2 years ago

Can you open F12 developer tool in the Jellyfin and then check the output in the console? You can adjust the script according to how the output looks like.

kitkw commented 2 years ago

In this case, you may want to try path = 'V:'+path.replace(/\//g,'\\'). Let me know if you any other questions.

It's works. but " file not found"

Screenshot 2022-02-27 071204

Screenshot 2022-02-27 061417

tccoin commented 2 years ago

Did you modify other scrips? I am not sure where does the additional backslash come from...

kitkw commented 2 years ago

Did you modify other scrips? I am not sure where does the additional backslash come from...

I did not modify other scripts. Screenshot 2022-02-27 085133

155861901-8813fb7a-9193-4918-a072-2d52e6b98298 155860864-7613eef8-7930-41b2-8d53-0cc140a98fb3

tccoin commented 1 year ago

你好,我看到你系统是中文的就直接回复中文咯,这位朋友第二条里提到了解决的办法:https://github.com/tccoin/Jellyfin-Potplayer/issues/11