vscode-mediaplayer
vscode-mediaplayer copied to clipboard
Mediaplayer extention for VS Code
Mediaplayer for Visual Studio Code
An extension that allows you to code by listening sounds inside Vscode PODCAST YOUTUBE
Requirements
This extension requires mpv and youtube-dl to be installed on your system to work.
youtube-dl is only required if you want to stream music from YouTube.
OS X
brew install mpv youtube-dl
Linux (Ubuntu/Debian)
sudo apt-get install mpv youtube-dl
Windows
Go to the respective websites mpv and youtube-dl and follow the install instructions.
Install
- Open Extensions sideBar panel in Visual Studio Code and choose the menu options for View → Extensions
- Search for
mediaplayer
- Click Install
- Click Reload, if required
Features
- Search on Youtube and Listennotes
- Upload your local media
- Load the playlist (Play, Resume, Next, Prev, ...)
- View the track description
- Add track to your favorites
- Delete track from your favorites
Resources
- Get VS Code
- Create your first VS Code extension
- VS Code Extension API
- Learn how to add WebPack bundles to your favorite extensions
Enjoy!