Skip to content

Commit

Permalink
Merge pull request #65 from p-hueber/release_0.8.2
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
p-hueber authored Dec 1, 2024
2 parents 4db1918 + 41eb2a6 commit ee29bd3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.8.2] - 2024-12-01

## Fixed

- Use the correct episode count from Sonarr to not consider monitored episodes
as downloaded.

## Added

- Add a Docker template for Unraid. ([@f0rc3d](https://github.com/f0rc3d))


## [0.8.1] - 2024-10-31

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prefetcharr"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["Paul Hüber"]
license = "MIT OR Apache-2.0"
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ directory you configured.

### Unraid Docker installation

Disable Docker in unraid.
Upload `my-prefetcharr.xml` to `/boot/config/plugins/dockerMan/templates-user`.
Enable Docker then add new Docker image from template.
Manual Unraid Docker add: `(Docker> Add Container> Template> User templates> prefetcharr)`
1. **Disable Docker** in Unraid.
2. Upload [my-prefetcharr.xml](https://raw.githubusercontent.com/p-hueber/prefetcharr/latest/unraid/my-prefetcharr.xml)
to the following directory: `/boot/config/plugins/dockerMan/templates-user`.
3. Once the file is uploaded, **re-enable Docker**.
4. To add the Docker image, go to **Docker** > **Add Container**.
5. Select **Template** > **User Templates** > then choose **prefetcharr**.
File renamed without changes.

0 comments on commit ee29bd3

Please sign in to comment.