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

Rtmgr::Gen::Db - Connect to rTorrent/ruTorrent installation and get a list of torrents, storing them to a database.!

VERSION

Version 0.01

SYNOPSIS

Connects to a rTorrent/ruTorrent installation and returns a list of torrents storing them to a database.

    use Rtmgr::Gen::Db;

    my $run = Rtmgr::Gen::Db->build('user','password','host','port','endpoint','db-filename');
    my $display_db = Rtmgr::Gen::Db->display_db('database');
    ---

    From command line:

    perl -MRtmgr::Gen::Db -e "Rtmgr::Gen::Db::build('user','password','host','port','endpoint','db-filename');"
    
    ex. : perl -MRtmgr::Gen::Db -e "Rtmgr::Gen::Db::build('user','password','example.com','443','RPC2','database');"

SUBROUTINES/METHODS

get

AUTHOR

Clem Morton, <clem at cpan.org>

BUGS

Please report any bugs or feature requests to bug-rtmgr-gen-db at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Rtmgr-Gen-Db. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Rtmgr::Gen::Db

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by Clem Morton.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)