Type
field for movie objects (#32, @yachtrock87)
- The CG/KG submodules have been removed. They have been supplanted by Prowlarr support in the few places they were used.
- Retain group ID when searching with direct URLs ([#32](https://github.com/kannibalox/PTPAPI/pull/34], @yatchrock87)
- Avoid possible errors by pre-filling torrents from HTML ([#32](https://github.com/kannibalox/PTPAPI/pull/34], @yatchrock87)
0.10.3 - 2024-02-15
ptp search
: Allow search users' snatched/leeching/uploaded/seeding torrents, e.g.ptp search type=snatched
0.10.2 - 2023-10-30
ptp inbox
: Add--raw
flag to get HTML for conversations (#24, @bonswouar)
0.10.1 - 2023-09-28
ptp-origin
: Fix writing output on newer python versions
0.10.0 - 2023-06-04
- UHD/HDR/proprietary codecs filters (#18, @einsern)
ptp-reseed-machine
:- Support searching for movies without an IMDb
- Allow adding more query types (still defaults to just IMDb and title queries)
- Reduce number of requests when scraping needforseed.php
- Add
--history-file
flag for capturing history and skipping duplicate checks
- New torrent fields:
LastActive
,LastReseedRequest
,ReseedWaitingUsers
,Trumpable
ptp-reseed
: Add client configuration section in ptpapi.conf- Allow specifying a config file path with the
PTPAPI_CONFIG
environment variable (set to/dev/null
to disable the config file altogether)
ptp-reseed
: Fix rtorrent existence checkptp-reseed
: Allow--overwrite-incomplete
to work correctly with--hash-check
ptp
: Parse pages correctly
ptp download
: Download up to-l/--limit
movies, instead of just searching that many movies
0.9.2 - 2023-03-28
ptp-reseed
:- Mark torrents saved to file as loaded
- Handle hashing multi-file torrents correctly
0.9.1 - 2023-03-28
ptp-reseed
now only tries to connect to rtorrent when not using--client
0.9.0 - 2023-03-28
- Utility script for downloading and running archiver.py
tinycron
has been added to docker to allow for simple cron-like containersptp-reseed
- simple file downloading: use
file://<path>
with--client
- Add flag for pre-hash-checking:
--hash-check
- Add flag for changing the path of an existing incomplete torrent:
--overwrite-incomplete
(rtorrent only)
- simple file downloading: use
0.8.0 - 2023-03-18
- Size comparisons in filters were be compared case-sensitively
- Cleaned up and documented
ptp-reseed-machine
for general usage
- Add
ReseedMachine -> ignoreTitleResults
config setting to allow filtering out trackers from the title search - Allow reading config from multiple locations:
~/.ptpapi.conf
,~/.config/ptpapi.conf
,~/.config/ptpapi/ptpapi.conf
- Config values can now be loaded from environment variables
- Added a changelog
- Created dockerfile