Some breaking changes in this release.
- config option
"shared_seedbox": False
is no longer valid. It should work out of the box, but any issues with resource limits can be settled with"process_limit": "1"
- The same applies with
task_limit
, useprocess_limit
instead. - On posix system the terminal will get reset. I tried refactoring the handling on screens, again, without luck, again. Hopefully this fixes issues people with their terminals after screens handling.
- qBitTorrent users can now rely entirely on the API. Comment out the
torrent_storage_dir
in your config. This means UA now supports sqlite databases.
What's Changed
- UA now supports getting metadata ids from BTN/BHD - see user details needed in example-config
- Handle all prompts in -ua by @Audionut in #323
- bhd description parsing by @Audionut in #341
- Image handling update by @Audionut in #342
- feat: support transmission by @KyokoMiki in #344
- Update MTV.py: no AKA removing by @FunFrog-BY in #347
- qbittorrent rely only on api by @Audionut in #337
- Skip category get unit3d sites that could break category set
- Fixed id handling from sites
- Fixed an issue with ptp description handling
- bdmv playlists, skip repeating menu background playlists and auto select when only one valid playlist
- Reduced the default process limit to 5.
- Removed type id searching at SP, since their bot doesn't type id.
- Fixed episode title handling in Aither in some circumstances
- Fixed tracker handling when editing meta
- Fixed to not check site ids everything editing meta
- Fixed missing encoding in AR could bork
- Bumped MTV search limits to catch more than 25 results
New Contributors
- @KyokoMiki made their first contribution in #344
Full Changelog: 3.4.0...3.5.0