sir-kain / vscode-mediaplayer

Mediaplayer extention for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=sirkane.vscode-mediaplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't play music. Only loading

utsavpatel51 opened this issue · comments

Hello!

  • Which operating system are you using?
  • Can you try this following command on your terminal mpv https://s.mp3-send.com/stream/3uWBZB:Skv1rB ?
    The sound should start (It's just to know if you have correctly installed the mpv dependence on your computer)

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

Could you:

  • tell me the type of search you did? Podcast or Youtube?
  • send a screenshot of the error form the Vscode developer tools (Help -> Toggle Developer Tools)?

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

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 :)

It's working now!!
Thanks

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

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

Hello,

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