Skip to content

Commit

Permalink
Merge pull request #4 from dcampillo/dev
Browse files Browse the repository at this point in the history
arr-unmonitor - v0.7 release
  • Loading branch information
dcampillo committed Nov 1, 2022
2 parents b80c8ff + d077314 commit 65d583f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Sonarr/Radarr custom scripts to unmomitor episodes or movies after import.
- The script have been tested with Python 3.8.x and 3.9.x

## Installation
Requireds dependencies are listed in requirements.txt
- to install the dependencies: `pip install -r requirements.txt`
Starting with version 0.7b, all external requirements have been removed

You can use the script with or without a configuration file:

Expand Down
2 changes: 1 addition & 1 deletion radarr-unmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Unmonitor Script for Radarr
# Author : MadSurfer
# Date : 01.11.2021
# Version : 0.7b
# Version : 0.7
# Description : Automatically unmonitor episde on "Import"
###################################

Expand Down
2 changes: 1 addition & 1 deletion sonarr-unmonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Unmonitor Script for Sonarr
# Author : MadSurfer
# Date : 01.11.2021
# Version : 0.7b
# Version : 0.7
# Description : Automatically unmonitor episde on "Import"
###################################

Expand Down

0 comments on commit 65d583f

Please sign in to comment.