Skip to content

Various command line utilities to interact with mpd and last.fm

Notifications You must be signed in to change notification settings

kylios/lastfm-mpd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpdlastctl - various command line utilities for controlling last.fm and mpd

author: Kyle Racette

TODO:
-implement config file
-add more useful commands

Dependencies:
    -python
    -mpc
    -python modules: pylast, baker (these can be obtained through python's easyinstall)

Unless otherwise stated, all commands operate in the context of mpd and last.fm.

Commands:

    love - loves the currently playing track
    (see TODO)

Arguments:

    --mpdhostname - the server mpd runs on. (Optional: defaults to localhost)
    --mpdport - the port mpd listens on. (Optional: defaults to 6600)
    --lastfmusername - your last.fm username
    --lastfmpassword - your last.fm password

    All arguments can be specified in a configuration file as well, in the form
    of:
        variable = value
    (see TODO)

Examples:

    mpdlastctl.py love --lastfmusername=iamalastfmuser --lastfmpassword=mysecurelastfmpassword


About

Various command line utilities to interact with mpd and last.fm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages