From e0347d6bbc951c8a3eecd00bd58f17f20677b3a0 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Fri, 26 Feb 2016 18:49:57 +0000 Subject: [PATCH] Added readme to the project and updated it --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- RequestPlex.sln | 6 ++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76c391545..175238f47 100644 --- a/README.md +++ b/README.md @@ -1 +1,41 @@ -# RequestPlex \ No newline at end of file +# Request Plex! + +[![Gitter](https://badges.gitter.im/tidusjar/RequestPlex.svg)](https://gitter.im/tidusjar/RequestPlex?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![Build status](https://ci.appveyor.com/api/projects/status/hgj8j6lcea7j0yhn?svg=true)](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 + +TBC + +#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/) diff --git a/RequestPlex.sln b/RequestPlex.sln index 417b35c65..ee695ce68 100644 --- a/RequestPlex.sln +++ b/RequestPlex.sln @@ -13,6 +13,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestPlex.Core", "Request EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestPlex.Store", "RequestPlex.Store\RequestPlex.Store.csproj", "{92433867-2B7B-477B-A566-96C382427525}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F4BC839C-B8FF-48BE-B22E-536A0A0A81A5}" + ProjectSection(SolutionItems) = preProject + LICENSE = LICENSE + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU