mirror of https://github.com/Ombi-app/Ombi
commit
bee57b46ff
@ -1 +1,41 @@
|
||||
# RequestPlex
|
||||
# Request Plex!
|
||||
|
||||
[](https://gitter.im/tidusjar/RequestPlex?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
[](https://ci.appveyor.com/project/tidusjar/requestplex)
|
||||
|
||||
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!
|
||||
|
||||
#Features
|
||||
|
||||
* Integration with [TheMovieDB](https://www.themoviedb.org/) for all Movies and TV shows
|
||||
* Secure authentication
|
||||
* [Sonarr](https://sonarr.tv/) integration (SickRage/Sickbeard TBD)
|
||||
* [CouchPotato](https://couchpota.to/) integration
|
||||
* Email notifications
|
||||
|
||||
#Preview
|
||||
|
||||
TBC
|
||||
|
||||
#Installation
|
||||
|
||||
Just run the .exe! (Use mono if not on Windows `mono RequestPlex.UI.exe`)
|
||||
|
||||
#Configuration
|
||||
|
||||
TBC
|
||||
|
||||
# Contributors
|
||||
|
||||
We are looking for any contributions to the project! Just pick up a task, if you have any questions ask and i'll get straight on it!
|
||||
|
||||
Please feed free to submit a pull request!
|
||||
|
||||
|
||||
# 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/)
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Dapper" version="1.42" targetFramework="net452" />
|
||||
<package id="Nancy" version="1.4.3" targetFramework="net452" />
|
||||
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net452" />
|
||||
<package id="RestSharp" version="105.2.3" targetFramework="net452" />
|
||||
<package id="TMDbLib" version="0.9.0.0-alpha" targetFramework="net452" />
|
||||
|
@ -0,0 +1,27 @@
|
||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">/************************************************************************
|
||||
Copyright (c) $CURRENT_YEAR$ Jamie Rees
|
||||
File: $FILENAME$
|
||||
Created By: $USER_NAME$
|
||||

|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
"Software"), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||

|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||

|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
************************************************************************/
|
||||
</s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderRegionName/@EntryValue">Copyright</s:String></wpf:ResourceDictionary>
|
Loading…
Reference in new issue