Robert Dailey
cb1f308130
docs(wiki): updates for radarr custom formats
4 years ago
Robert Dailey
29099f9ee9
docs(readme): remove limitations and roadmap
...
These sections are not particularly useful anymore since the program has
matured. Going forward I plan to track roadmap items and limitations as
issues in Github.
I also fixed a minor typo in the getting started section.
4 years ago
Robert Dailey
1b09094aa1
docs(readme): remove work in progress banner
4 years ago
Robert Dailey
46dfd2a5e7
docs(readme): add badges
...
license, build status, release, and discord
4 years ago
Robert Dailey
5653b3d513
docs(readme): add read permission in linux one liner
4 years ago
Robert Dailey
32c95e5096
docs(readme): emphasize optional is configurable
...
Add wording to communicate that optional terms, by default, do not sync
to Sonarr but that is configurable now.
4 years ago
Robert Dailey
eb59cbb3f4
docs(readme): Incorrect option for create-config
...
I said `--config` instead of `--path`. Oops.
4 years ago
Robert Dailey
b8cad7b873
docs(readme): Mention that optional terms ignored
...
Features list now shows that "optional" terms in the release profile
guide are ignored by default.
Limitations section now states that there is currently no mechanism to
selectively include optional terms.
4 years ago
Robert Dailey
882e4f10ee
docs(readme): getting started adjustments
4 years ago
Robert Dailey
2eefdc0325
feat: New `create-config` subcommand
...
Allows the user to create a starter YAML config
4 years ago
Robert Dailey
da0f6bfc42
docs: Add `-o` to unzip in linux install one-liner
...
This will overwrite any existing `trash.zip` file, which is useful if
the user is upgrading and the `trash` executable is already there.
4 years ago
Robert Dailey
fc9d51f77f
docs: Linux special note update
...
Mention that the one-liner is good for upgrades
4 years ago
Robert Dailey
8e00fdd67d
Fix broken links to wiki in README
4 years ago
Robert Dailey
bb5c74e0cb
Complete rewrite using C# .NET Core 5
4 years ago
Robert Dailey
ffc5a9df56
Delete existing Python project
4 years ago
Robert Dailey
3aad617219
Radarr quality definition support
4 years ago
Robert Dailey
47631c75c2
Update README with new packages required for dev
...
Specifically, added `pytest-mock` requirement and a one-liner to install
all the prerequisites.
4 years ago
Robert Dailey
30a9bd4018
README: Include YAML config under Features
4 years ago
Robert Dailey
545f1ac289
Sonarr profile tags support in YAML config
...
The user may not specify tags to assign to each release profile type in
the YAML configuration file.
See the README.md for more information.
4 years ago
Robert Dailey
cdc5973cde
Option to treat negative scores as ignored
...
The `--strict-negative-scores` option will take any negative preferred
term scores and move those terms to the "Must Not Contains" (ignored)
field of the release profile.
4 years ago
Robert Dailey
6ae2a4c047
Add configuration file support
...
It allows you to store your Base URI and API Key in a file instead of
continuously providing it via CLI.
4 years ago
Robert Dailey
c5cc2035a8
Sonarr quality definition support
...
From the Quality Definitions (File Sizes) page of the TRaSH guides, you
can now sync the anime or non-anime quality profile to your Sonarr
instance. There is also a hybrid mode but that is not yet implemented.
4 years ago
Robert Dailey
7a5969874a
Introduce unit test framework
...
pytest is now utilize for unit tests. I wrote a single unit test for the
anime markdown parser for now. More will come.
4 years ago
Robert Dailey
4059bd71cd
Ability to add tags to release profiles
...
New `--tags` option for adding one or more tags to updated and/or
created release profiles in Sonarr.
4 years ago
Robert Dailey
264f19c4f9
README: More roadmap items
4 years ago
Robert Dailey
50571ff3a5
Initial Commit
4 years ago