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

winpty also converts URIs to DOS paths #505

Closed
wiiaboo opened this issue Mar 21, 2016 · 3 comments
Closed

winpty also converts URIs to DOS paths #505

wiiaboo opened this issue Mar 21, 2016 · 3 comments

Comments

@wiiaboo
Copy link
Contributor

wiiaboo commented Mar 21, 2016

winpty mpv.com /c/test/video.mkv
converts path to C:\test\video.mkv as expected, but
winpty mpv.com http://example.com/video.mkv
converts URI to http:\example.com\video.mkv`

Would it be possible to not convert URIs or at least add some option to winpty to not convert any path?

@chhe
Copy link

chhe commented Apr 14, 2016

Try using mpv.exe instead of mpv.com as a workaround.

@wiiaboo
Copy link
Contributor Author

wiiaboo commented Apr 14, 2016

The point is not mpv, it's winpty. Anything that needs to be used with winpty and needs URIs breaks because of winpty's blind conversion.

@wiiaboo
Copy link
Contributor Author

wiiaboo commented May 16, 2016

Fixed by f6440fb.

@wiiaboo wiiaboo closed this as completed May 16, 2016
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

2 participants