The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Pimpd::Transfer

SYNOPSIS

    use App::Pimpd;
    use App::Pimpd::Transfer;

    cp('/tmp');
    cp_album();

DESCRIPTION

App::Pimpd::Transfer provides functions for transfering music from the MPD server to the local machine.

EXPORTS

cp()
  cp($location);

Parameters: $path | NONE

Copy the currently playing song to $location. If $location is omitted, uses the target_directory variable from the configuration file.

cp_album()
  cp_album($location);

Parameters: $path | NONE

Copy the songs from the currently playing album to $location. If $location is omitted, uses the target_directory variable from the configuration file.

SEE ALSO

App::Pimpd

AUTHOR

  Magnus Woldrich
  CPAN ID: WOLDRICH
  magnus@trapd00r.se
  http://japh.se

COPYRIGHT

Copyright (C) 2010, 2011 Magnus Woldrich. All right reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.