The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::scrobble - Command line scrobbling client

VERSION

version 0.03

SYNOPSIS

  # scrobble the tracks, limited output
  scrobble --username foo --password bar --url http://www.mixcloud.com/LaidBackRadio/tj-kid-opolopo-the-best-of-tokyo-dawn-records/

  # scrobble the tracks, verbose output
  scrobble --username foo --password bar --url http://www.mixcloud.com/LaidBackRadio/tj-kid-opolopo-the-best-of-tokyo-dawn-records/ --verbose

  # don't scrobble the tracks, verbose output
  scrobble --username foo --password bar --url http://www.mixcloud.com/LaidBackRadio/tj-kid-opolopo-the-best-of-tokyo-dawn-records/ --verbose --dry-run

DESCRIPTION

Command line application for scrobbling track information to LastFM.

Usage information can be optained by:

  scrobble -? | scrobble --help | scrobble --usage | scrobble

SEE ALSO

App::Scrobble

AUTHOR

Adam Taylor <ajct@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Adam Taylor.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.