atom-extensions / atom-music

🎵 Simple music player for Atom.
https://atom.io/packages/atom-music
MIT License
14 stars 10 forks source link
atom music player

atom-music package

Build Status Dependency status Project: Refactoring

This is a very simple music player plug-in for Atom.

Screenshot

Just press Alt-M to get it up. Then load your audio files by using the Open Music Files button on the right hand side AND VOILA there you go playing your favorite music while doing your coding.

Happy Coding!

Known issues

Troubleshooting

API

Command Function Default keystroke
atom-music:toggle Toggles the whole music player. Alt-M
atom-music:play-pause Toggles between play and pause for the current track.
atom-music:toggle-shuffle Toggles between shuffled and ordered playlist.
atom-music:search-playlist Playlist search popups up (since version 1.x.x).
atom-music:show-playlist Same as above but deprecated and removed since version 1.x.x.
atom-music:forward Fast forward (by default 15 seconds each time, since version 1.x.x).
atom-music:forward-15s Same as above but deprecated and removed since version 1.x.x.
atom-music:rewind Fast rewind (by default 15 seconds each time, since version 1.x.x).
atom-music:backward-15s Same as above but deprecated and removed since version 1.x.x.
atom-music:next-track Skips to the next track.
atom-music:previous-track Skips back to the previous track.

Project status meanings

Feature requests are welcomed all the time, of course! ;-)

License

This project is free software under the terms of the MIT license.
For more details please see the LICENSE file or: https://opensource.org/licenses/MIT

Credits