1.6.0 • Published 8 years ago

musicli v1.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.2

9 years ago

1.2.5

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago