mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

[vs-media-player] Could not find a playlist in '$(list-unordered)'! #10

Closed evanricard closed 4 years ago

evanricard commented 6 years ago

Hey Marcel, do you know why I'm getting this error? I must be missing something or I need to do some additional digging into the extension files but yeah I'm curious! I can use the "Media Player: Select item of playlist" function but when I click on a playlist I get this warning message.

[vs-media-player] Could not find a playlist in '$(list-unordered)'!

mkloubert commented 6 years ago

@evanricard

I have published an update (3.1.0).

Can you retry it? What player engine do you use? Spotify?

evanricard commented 6 years ago

Hey again Marcel, finally got a chance to sit down and try your new build I just recently moved places. I am on 3.1 and I'm using Spotify. Your update did fix the issue with it not being able to find a playlist I have in my Spotify, however, when I actually click on the playlist I get a different error saying that it could not find any tracks in the (correctly identified) playlist.

code_2018-02-17_21-54-09

The search functionality seems to work as intended and I can actually navigate to that same playlist to hear the first song.

Thanks -Evan