Popularity
3.8
Growing
Activity
0.0
Stable
428
13
36

Code Quality Rank: L5
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     Terminal     CLI     Cli-app     Mac     Osx     OS X     Music     Remote     Itunes    
Latest version: v2.3.0

itunes-remote alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view itunes-remote alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of itunes-remote or a related project?

Add another 'Command Line Apps' Module

README

npm version Coverage Status devDependency Status Dependency Status Unicorn approved Mentioned in Awesome Node.js

itunes-remote

Control iTunes via your terminal :notes:

Using JXA via osascript via Node.js.

Requirements

  • Node.js (v0.12.7 or greater)
  • Mac OS X (Yosemite 10.10.0 or greater)
  • Some tracks in your iTunes library

Demo

[demo](demo.gif)

Install

$ npm install --global itunes-remote

Usage

It’s interactive and offering an own prompt.

$ itunes
iTunes: help

  Commands:

    help [command...]              Provides help for a given command.
    exit                           Exit itunes-remote.
    play                           Start playing the current selection
    play artist                    Plays songs by an artist.
    play album                     Plays an album.
    stop                           Stop playing the current selection
    pause                          Pause playing the current selection
    next                           Advance to the next track in the current playlist.
    previous                       Return to the previous track in the current playlist.
    back                           Reposition to beginning of current track or go to previous track if already at
                                   start of current track.
    search [options] <searchterm>  Fuzzy search album, artists and songs.

iTunes: 

Note:
You can also pass commands and options from the outside.

$ itunes stop --exit
iTunes:
✔ Stopped playing ♪♬
$

Thanks

Special shoutout to @dthree for his nice way to offer support for vorpal :blush:

This tiny little module wouldn‘t be possible without the work of [all these amazing humans](thanks.md). Thanks.

License

MIT © Michael Kühnel


*Note that all licence references and agreements mentioned in the itunes-remote README section above are relevant to that project's source code only.