Skip to content

Commit

Permalink
Version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch0kehold committed Sep 23, 2019
1 parent 02024b2 commit cfafd23
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 65 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# TV Show Pre Monitor v1.1
A mIRC script that monitors defined pre channels for your favorite TV shows and gives a notification when an episode is released online.

---
## Screenshots
##### TV show settings and information
<a href="https://i.imgur.com/5LGyL1W.png" target="_blank"><img src="https://i.imgur.com/5LGyL1W.png" width=800></a>
##### Global and pre monitor settings
<a href="https://i.imgur.com/t2CNkKN.png" target="_blank"><img src="https://i.imgur.com/t2CNkKN.png" width=800></a>
##### Pre monitor window
<a href="https://i.imgur.com/LMyatgU.png"><img src="https://i.imgur.com/LMyatgU.png" width=800></a>

---
## Installation
Put the file **showmonitor.mrc** wherever you wish. Preferably in a folder with write access.<br />
Open your **mIRC** application, run the **remote script editor**, click **file** and then **load**.

Browse to where you put the file and load it. Bam, it's installed and ready to use.

---
## Usage
After loading the script, right-click in any channel, query or status window and select **TV Show Pre Monitor**.<br />
You can also type **`/showmon`** anywhere.
Expand All @@ -15,7 +26,18 @@ Edit the settings as needed. For more information on the various settings, check

**NOTE:** You will require your own access to pre channels, no such information will be provided through this script.

---
## Changelog
#### 1.2 Build 190924
* FTR: Ability to filter on season, resolution, release group, source only
* FTR: Fix various scenarios for the next episode display, like no airtime
* VIS: Renamed Quality match to Source match, quality match makes no sense
* BKE: Removed old code from user error handling called from save and close
* BKE: Allow for empty imdb information values
* BKE: Improve nuke matching pattern
* BKE: Improve pre matching pattern so mismatches are less likely to happen
* BKE: Fix null IMDB string

#### 1.1 Build 190904
* FTR: Get information on next episode if available when checking show info
* FTR: Fixed uninstall feature that would uninstall despite choosing 'no'
Expand Down
Loading

0 comments on commit cfafd23

Please sign in to comment.