Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Latest commit

 

History

History
69 lines (45 loc) · 2.33 KB

README.md

File metadata and controls

69 lines (45 loc) · 2.33 KB

Set of utilities for PTH.

Installation

python setup.py install

Usage

Set environment variables PTH_USER and PTH_PASSWORD, or put them in you .zshrc or .bashrc !

export PTH_USER=myuser
export PTH_PASSWORD=mypassword

Launch script with the command you want, pth_utils COMMAND --help will give you a good idea of options you can pass

➜  pth_utils git:(master) ✗ pth_utils                                           
Usage: pth_utils [OPTIONS] COMMAND [ARGS]...

Options:
  --pth_user TEXT      Defaults to PTH_USER environment variable
  --pth_password TEXT  Defaults to PTH_PASSWORD environment variable
  --help               Show this message and exit.

Commands:
  checker         Builds a list of snatched MP3s that have a FLAC. You can set
                  up notifications for artists where there is NO FLAC and you
                  snatched the MP3
  collage_notify  Filter collages and subscribe to them
  displayer       Displays info of your snatched torrents
  grabber         Grabs an entire artist discography or a collage given
                  filters
  lfm_subscriber  Subscribe to top artists of you lastfm user
  similar         Fetch similar artists from Last.fm and fills pth


Issues / Pull requests

please use the template pull requests welcomed

Ideas

none atm

Implemented