Fixed a severe error with torrent addition to client.
Full Changelog: 4.1.0.1...4.1.0.2
4.1.0 release notes:
New config options
See example-config.py
add_logo
andlogo_size
- add tv series logo to top of descriptions with size controlepisode_overview
- from the last release, adds tv series overview to description. Now includes season name and details if applicable, see belowskip_auto_torrent
(qBitTorrent v5+ only) - don't automatically try and find a matching torrent from just the pathtvdb_api
andtvdb_token
for tvdb data support
Notes
-
UA will now try and automatically find a torrent from qBitTorrent (v5+ only) that matches any site based argument. If it finds a matching torrent, for instance from PTP, it will automatically set
--ptp torrent_id
. In other words, you no longer need to set a site argument (--blu
or--bhd
or --whatever (or--infohash
and/or-th
) as UA will now do this automatically if the path matches a torrent in client. Use the applicable config option to disable this default behavior. -
TVDB requires token to be initially inputted, after which time it will be auto generated as needed.
-
Automatic Absolute Order to Aired Order season/episode numbering with TVDB.
-
BHD now supports torrent id instead of just hash.
-
Some mkbrr updates, including support for
-mps
and rehashing for sites as needed. -
TMDB searching should be improved.
See examples below for new logo and episode data handling.
What's Changed
- BHD torrent id parsing by @Audionut in #417
- Better title/year parsing for tmdb searching by @Audionut in #416
- feat: pull logo from tmdb by @markhc in #425
- fix: logo displayed as None by @markhc in #427
- Update region.py by @ikitub3 in #429
- proper mkbrr handling by @Audionut in #397
- TVDB support by @Audionut in #423
- qBitTorrent auto torrent grabing and rTorrent infohash support by @Audionut in #428
New Contributors
Full Changelog: 4.0.6...4.1.0