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 - Connect to rTorrent/ruTorrent installation and get a list of torrents, storing them to a database.!

VERSION

Version 0.05

SYNOPSIS

Connects to a rTorrent/ruTorrent installation.

SUBROUTINES/METHODS

#use Rtmgr::Gen qw( run_create_db run_db_pop_id run_extraneous_reccords run_db_pop_torname run_db_pop_tracker run_db_pop_srrdb );

--- Create a config file called '.config' in the directory you will be running the module from.

--- Content of .config file. ---

SEEDBOX_UN = username SEEDBOX_PW = password SEEDBOX_HN = host SEEDBOX_PR = 443 SEEDBOX_EP = RPC2 DATABASE = database SRRDB_UN = srrdb_username SRRDB_PW = srrdb_password

--- ---

#/usr/bin/env perl

use Rtmgr::Gen;

# Create the database. Rtmgr::Gen->run_create_db();

# Populate the database with torrent hashes. Rtmgr::Gen->run_db_pop_id();

# Remove Extraneous Reccords from Database. Rtmgr::Gen->run_extraneous_reccords();

# Populate the database with the names of the torrents. Rtmgr::Gen->run_db_pop_torname();

# Populate the database with the trackers. Rtmgr::Gen->run_db_pop_tracker();

# Populate the database with SRRDB Entry if available. Rtmgr::Gen->run_db_pop_srrdb();

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

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)