mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Merge pull request #124 from tidusjar/tidusjar-patch-1
Tidusjar patch 1
This commit is contained in:
commit
10c47d346b
3 changed files with 39 additions and 24 deletions
22
.github/ISSUE_TEMPLATE.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
If this is a bug report please make sure you have filled the following in:
|
||||||
|
(If it's not a bug and a feature request then just remove the below)
|
||||||
|
|
||||||
|
#### Plex Requests.Net Version:
|
||||||
|
|
||||||
|
|
||||||
|
#### Operating System:
|
||||||
|
|
||||||
|
|
||||||
|
#### Mono Version:
|
||||||
|
|
||||||
|
|
||||||
|
#### Applicable Logs (from `/logs/` directory or the Admin page):
|
||||||
|
|
||||||
|
```
|
||||||
|
Logs go here (Please make sure you remove any personal information from the logs)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
#### Reproduction Steps:
|
||||||
|
|
||||||
|
Please include any steps to reproduce the issue, this the request that is causing the problem etc.
|
|
@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.travis.yml = .travis.yml
|
.travis.yml = .travis.yml
|
||||||
appveyor.yml = appveyor.yml
|
appveyor.yml = appveyor.yml
|
||||||
|
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
|
||||||
LICENSE = LICENSE
|
LICENSE = LICENSE
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
|
|
40
README.md
40
README.md
|
@ -10,19 +10,19 @@
|
||||||
This is based off [Plex Requests by lokenx](https://github.com/lokenx/plexrequests-meteor) so big props to that guy!
|
This is based off [Plex Requests by lokenx](https://github.com/lokenx/plexrequests-meteor) so big props to that guy!
|
||||||
I wanted to write a similar application in .Net!
|
I wanted to write a similar application in .Net!
|
||||||
|
|
||||||
#Features
|
# Features
|
||||||
|
|
||||||
* Integration with [TheMovieDB](https://www.themoviedb.org/) for all Movies
|
* Movie and TV Show searching, can't find something on Plex? Just request it!
|
||||||
* Integration with [TVMaze](www.tvmaze.com) for all TV shows!
|
* Notifications! Get notified via Email, Pushbullet and Pushover for new requests and issue reports!
|
||||||
* Secure authentication
|
* Send your TV Shows to either [Sonarr](https://sonarr.tv/) or [SickRage](http://www.sickrage.ca/)!
|
||||||
* [Sonarr](https://sonarr.tv/) integration (SickRage/Sickbeard TBD)
|
* Secure authentication so you don't have to worry about those script kiddies
|
||||||
* [CouchPotato](https://couchpota.to/) integration
|
* We check to see if the request is already in Plex, if it's already in Plex then why you requesting it?!
|
||||||
* [SickRage](https://sickrage.github.io/) integration
|
* We have allowed the ability for a user to add a custom note on a request
|
||||||
* Email notifications
|
* It automatically update the status of requests when they are available on Plex
|
||||||
* Pushbullet notifications
|
* Sick, responsive and mobile friendly UI
|
||||||
* Pushover notifications
|
* Headphones integration will be comming soon!
|
||||||
|
|
||||||
#Preview
|
# Preview (Needs updating)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@ Download the latest [Release](https://github.com/tidusjar/PlexRequests.Net/relea
|
||||||
Extract the .zip file (Unblock if on Windows! Right Click > Properties > Unblock).
|
Extract the .zip file (Unblock if on Windows! Right Click > Properties > Unblock).
|
||||||
Just run `PlexRequests.exe`! (Mono compatible `mono PlexRequests.exe`)
|
Just run `PlexRequests.exe`! (Mono compatible `mono PlexRequests.exe`)
|
||||||
|
|
||||||
#Configuration
|
# FAQ
|
||||||
|
Do you have an issue or a question? if so check out our [FAQ!](https://github.com/tidusjar/PlexRequests.Net/wiki/FAQ)
|
||||||
|
|
||||||
To configure PlexRequests you need to register an admin user by clicking on Admin (top left) and press the Register link.
|
# Docker
|
||||||
You will then have a admin menu option once registered where you can setup Sonarr, Couchpotato and any other settings.
|
|
||||||
|
|
||||||
Looking for a Docker Image? Well [rogueosb](https://github.com/rogueosb/) has created a docker image for us, You can find it [here](https://github.com/rogueosb/docker-plexrequestsnet) :smile:
|
Looking for a Docker Image? Well [rogueosb](https://github.com/rogueosb/) has created a docker image for us, You can find it [here](https://github.com/rogueosb/docker-plexrequestsnet) :smile:
|
||||||
|
|
||||||
|
@ -47,14 +47,6 @@ Please feed free to submit a pull request!
|
||||||
# Donation
|
# Donation
|
||||||
If you feel like donating you can [here!](https://paypal.me/PlexRequestsNet)
|
If you feel like donating you can [here!](https://paypal.me/PlexRequestsNet)
|
||||||
|
|
||||||
###### A massive thanks to everyone below!
|
## A massive thanks to everyone below for all their help!
|
||||||
|
|
||||||
[heartisall](https://github.com/heartisall), [Stuke00](https://github.com/Stuke00), [shiitake](https://github.com/shiitake)
|
[heartisall](https://github.com/heartisall), [Stuke00](https://github.com/Stuke00), [shiitake](https://github.com/shiitake), [Drewster727](https://github.com/Drewster727)
|
||||||
|
|
||||||
|
|
||||||
# Sponsors
|
|
||||||
- [JetBrains](http://www.jetbrains.com/) for providing us with free licenses to their great tools!!!
|
|
||||||
- [ReSharper](http://www.jetbrains.com/resharper/)
|
|
||||||
- [dotTrace] (https://www.jetbrains.com/profiler/)
|
|
||||||
- [dotMemory] (https://www.jetbrains.com/dotmemory/)
|
|
||||||
- [dotCover] (https://www.jetbrains.com/dotcover/)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue