1.6.0 • Published 6 years ago

musicli v1.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

musicli NPM version Build Status Dependency Status Coverage percentage

Music player controlled by interactive cli.

Dependencies

Musicli is based on:

  • Deezer API for artists;
  • Song365 for mp3 streams;
  • MPlayer to play mp3 stream;

MPlayer

Musicli uses MPlayer to play mp3. On MacOSX, you can install it with homebrew.

$ brew install mplayer

Installation

$ npm install -g musicli

Run

$ musicli
musicli>

Commands

help

Show a help menu.

$ musicli> help

  Commands:

    help [command...]   Provides help for a given command.
    exit                Exits application.
    search <artist...>  Search an artist.
    all                 List all playlist created.
    create <name>       Create a playlist.
    load <name>         Load playlist <name>
    delete <name>       Delete playlist <name>
    leaves              Show leaves.
    remove              Remove an artist.
    refresh             Refresh playlist links.
    play                Play song in playlist.
    next                Next song.
    pause               Pause song.

Troubleshooting

Can I search multiple artists at the same time?

No, you can't. It's one artist at a time.

How can I select artists?

Press the SPACE bar to check/uncheck selectboxes.

I always a 'No playlist loaded...' message.

You must create a playlist and load it with the load command.

I have created a playlist, selected some artists but when I run the play command, nothing happen.

Verify that MPlayer is installed. If yes, don't forget to refresh your playlist. Refreshing can take a long time. Please be patient!

License

MIT © yapadesouci

1.6.0

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.2

7 years ago

1.2.5

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.0

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago