Skip to content

Commit

Permalink
feat: First GitHub release
Browse files Browse the repository at this point in the history
This first release includes a bugfix as well as README and CHANGELOG
files. Hopefully this eases things around NotifyPlex a bit.
  • Loading branch information
fleXible committed Sep 23, 2019
1 parent bc18930 commit c3a6dcb
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* export-ignore
NotifyPlex.py -export-ignore
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
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]

## [2.1.2] - 2019-10-23
First GitHub release.

### Added
- Readme and Changelog files.

### Fixed
- Fix for [NOTIFYPLEX: Skipping Plex Update because download failed](https://forum.nzbget.net/viewtopic.php?f=8&t=1393) error.

## [2.1.1] - 2019-10-23
Semantically unchanged release of latest NotifyPlex file I was able to find.

### Fixed
- File formatting following [PEP 8 -- Style Guide for Python Code](https://www.python.org/dev/peps/pep-0008/)
2 changes: 1 addition & 1 deletion NotifyPlex.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Auto-Detection of NZBGet Category and Plex Sections is now supported.
#
# Copyright (C) 2014 mannibis
# Version 2.1.1
# Version 2.1.2
#
#
# NOTE: This script requires Python 2.x to be installed on your system.
Expand Down
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# NotifyPlex

Post-processing script for [NZBGet](http://nzbget.net).

This script will inform a targeted Plex to refresh/update the library upon successful download and send a GUI Notification to Plex Home Theater.

## Installation

- Download the newest version from [releases](https://github.com/fleXible/NotifyPlex/releases) page.
- Unpack and move "NotifyPlex.py" into your pp-scripts directory.
- Open settings tab in NZBGet web-interface and define settings for NotifyPlex.
- If using VideoSort or other Sort/Rename Scripts, run NotifyPlex after those scripts have sorted/renamed your files.
- Save changes and restart NZBGet.

For further information and history, please read the original [forum thread](https://forum.nzbget.net/viewtopic.php?f=8&t=1393).

## Issues and suggestions

If you experience any issues or have suggestions for changes and enhancements, please use the
[GitHub issue tracker](https://github.com/fleXible/NotifyPlex/issues).

## Contributing

The Python code follows the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide.
Please check your code with [autopep8](https://github.com/hhatto/autopep8)
before submitting a PR.

The needed configuration is provided in the file `.pep8` and automatically recognized by autopep8.

Be sure to update **README**, **CHANGELOG** and **Script-Version** if necessary.

Credits
-------
This script was originally published by [mannibis](https://forum.nzbget.net/memberlist.php?mode=viewprofile&u=998)
in 2014 on the official [NZBGet Forum](https://forum.nzbget.net/viewtopic.php?f=8&t=1393).

0 comments on commit c3a6dcb

Please sign in to comment.