Skip to content

atom-extensions/atom-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • The playlist get lost after the update from version 1.0.2 to 2.0.0.

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

  • Refactoring: Structural and technical changes have currently priority.
  • Active: Default status.
  • Fixes only: The project is maintained at the minimum level to apply at least fixes.
  • Takeover: The project is currently being taked over by another team and will possibly move.
  • Not maintained: The project is not maintained any more (ready to take over).

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