Robert Dailey
09c4f14d95
docs(wiki): Move features list to its own page
...
The goal is to compact the README on the front page a little more.
3 years ago
Robert Dailey
84aa145db3
docs: Fix heading for requirements & notices
3 years ago
Robert Dailey
c3ba7980a8
docs: Update README with Docker information
3 years ago
Robert Dailey
354756a7c2
docs: Update docs regarding new default YAML location
3 years ago
Robert Dailey
b60ed3f079
chore: Replace 'rcdailey' with organization 'recyclarr'
3 years ago
owine
496c11eb33
docs(readme): Cleanup references to trash binary ( #64 )
3 years ago
Robert Dailey
b48e5a2a9f
docs: Remove guide structure notice at bottom of README.md
3 years ago
Robert Dailey
f1ce3eb72f
docs: Fix repo name and links in README.md
3 years ago
Robert Dailey
305ae296ab
feat(sonarr): New --list-release-profiles command line option
...
Can be used to quickly and conveniently get a list of release profiles
(and their Trash IDs) so you know what to add in your YAML config under
`release_profiles`.
3 years ago
Robert Dailey
19ccac9361
docs: Add Requirements section to README
...
- Minimum application versions
- OpenSSL version requirement
3 years ago
Robert Dailey
408a0e2876
docs: Small change to README getting started step
3 years ago
Robert Dailey
e4f620a16f
docs(sonarr): Update README features list
3 years ago
Robert Dailey
340f415db1
feat: Linux MUSL builds
...
These builds are not advertised on Discord because they are somewhat
niche and I have limited space there.
3 years ago
Robert Dailey
f0ba34c90e
feat: Support ARM and ARM64 builds of all platforms
3 years ago
Robert Dailey
38c59827bc
chore: Add settings reference link to README
3 years ago
Robert Dailey
b6b6ebda9e
chore: Reformatted a little bit in README
3 years ago
Robert Dailey
d339a95825
ci: sonarcloud code analysis support
...
Squashed commit of the following:
commit 673f4b7441d910cf25dce6842552a06bf5f76490
Author: Robert Dailey <rcdailey@gmail.com>
Date: Wed Nov 10 12:37:55 2021 -0600
Add SonarCloud integration
commit 5dfe5cf7a2c2a96ecdc0c684c605334460efbf73
Author: Robert Dailey <rcdailey@gmail.com>
Date: Wed Nov 10 12:46:40 2021 -0600
Reformat YAML
commit d210104ffee6fea81304312588e9fa89fb1a86f0
Author: Robert Dailey <rcdailey@gmail.com>
Date: Wed Nov 10 12:46:16 2021 -0600
Remove stale comments in build.yml
commit 66f18519c39b1cece888d7028cd2056d2f8dfbe3
Author: Robert Dailey <rcdailey@gmail.com>
Date: Wed Nov 10 12:44:28 2021 -0600
Set up schema for build.yml
3 years ago
Robert Dailey
f451217f22
docs: add troubleshooting guide
...
First troubleshooting entry documents error message seen when missing
read permission on the trash executable.
Fixes #14
3 years ago
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