sir-kain / vscode-mediaplayer

Mediaplayer extention for VS Code
https://marketplace.visualstudio.com/items?itemName=sirkane.vscode-mediaplayer
MIT License
19 stars 7 forks source link

can't play music. Only loading #17

Closed utsavpatel51 closed 3 years ago

sir-kain commented 4 years ago

Hello!

utsavpatel51 commented 4 years ago

currently I'm using Windows 10 mpv https://s.mp3-send.com/stream/3uWBZB:Skv1rB It's working on terminal image

sir-kain commented 4 years ago

Could you:

utsavpatel51 commented 4 years ago

It's from YouTube image I played from Favs category and that's song from youtube and after 2 min it's still loading image

and mpv is working fine from cmd image

sir-kain commented 4 years ago

I tested on my side and i had the same behavior as you (it's only loading) But i fixed it by running this pip install --upgrade youtube-dl on my cmd. Can you try to do same and test again?

It's sure that there are lot of improvements to be done on the extension but for this case I don't really think that it comes from the extension but rather from the mpv dependence.

Please let me know if it's still not working :)

utsavpatel51 commented 4 years ago

It's working now!! Thanks

vahmelk99 commented 3 years ago

I have the same issue and local, global files wont play they are only loading. And when I click to next button or in Loading.. I have this message command '' not found

sir-kain commented 3 years ago

I have the same issue and local, global files wont play they are only loading. And when I click to next button or in Loading.. I have this message command '' not found

Hello @vahmelk99 did you check if your mpv cli is up to date?

This error comes up a lot of times but it is often related to the mpv cli or youtube-dl installed on your computer Please try to follow these steps and tell us

vahmelk99 commented 3 years ago

image

sir-kain commented 3 years ago

Hello,

can someone confirm if the new release (v1.6.2) really fixed the issue?