Metadata-Version: 2.0
Name: toktokkie
Version: 0.9.9.4
Summary: A personal media manager program
Home-page: http://namibsun.net/namboy94/toktokkie
Author: Hermann Krumrey
Author-email: hermann@krumreyh.com
License: GNU GPL3
Download-URL: http://gitlab.namibsun.net/namboy94/toktokkie/repository/archive.zip?ref=master
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Environment :: Other Environment
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Requires-Dist: tvdb-api
Requires-Dist: beautifulsoup4
Requires-Dist: gfworks
Requires-Dist: typing
Requires-Dist: irc
Requires-Dist: puffotter

Tok Tokkie Media Manager
========================

This is a program which allows convenient managing of various Media
collections, mostly Videos. The program is written in python 3 and won't
normally run on python 2. However, a version converted using 3to2 is
available on the python package index (Link below).

`Changelog <http://gitlab.namibsun.net/namboy94/toktokkie/raw/master/CHANGELOG>`__

Main features
-------------

`**Renaming Episodes** <doc/extra/main_features/renaming.md>`__

`**Iconizing Directories** <doc/extra/main_features/iconizing.md>`__

`**Batch Download Manager** <doc/extra/main_features/bdlm.md>`__

`**Show Manager** <doc/extra/main_features/showmanager.md>`__

Standalone Scripts
------------------

The Program also offers a few standalone CLI tools:

`**xdcc-dl** <doc/extra/xdcc-dl.md>`__

`**anime-updater** <doc/extra/anime-updater.md>`__

Installation
------------

To install the program, either download the source and run

::

    # python setup.py install

or install using pip:

::

    # pip install toktokkie

Windows Builds are available
`here <http://gitlab.namibsun.net/namboy94/toktokkie/wikis/windows-builds>`__

Contributing
------------

This project is automatically mirrored to
`github <https://github.com/namboy94/toktokkie>`__, however all
development is conducted at a privately hosted `Gitlab
instance <http://gitlab.namibsun.net/namboy94/toktokkie>`__. Issues on
both services are taken unto consideration.

Documentation
-------------

Sphinx Documentation can be found
`here <http://krumreyh.eu/toktokkie/documentation/html/index.html>`__. A
`PDF
version <http://krumreyh.eu/toktokkie/documentation/documentation.pdf>`__
is also available

Statistics
----------

Automatically generated git statistics can be found
`here <http://krumreyh.eu/toktokkie/git_stats/index.html>`__

Disclaimer:
-----------

The developer(s) of this software is/are not liable for any unlawful use
of the provided software.


