From 66777345507b1ae6af861ca564bef307954013ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20=C3=96dman?= Date: Tue, 27 Aug 2019 16:50:12 +0200 Subject: [PATCH] Updated README --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d64308..f373012 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,54 @@ -# PlexWeb +[![Forks][forks-shield]][forks-url] +[![Stargazers][stars-shield]][stars-url] +[![Issues][issues-shield]][issues-url] -PlexWeb is a web manager for Plex servers, and mostly playlists. Connect to your server via your URL and token to access features like viewing current activity and adding playlists based on IMDb lists. +
+

+ +

PlexWeb

-## Site -Access PlexWeb [here](https://plex-web.herokuapp.com/). +

+ Add IMDb playlists to your Plex server +
+ Explore the docs » +
+
+ View Website + · + Report Bug + · + Request Feature +

+

+ +## Table of contents +- [Table of contents](#table-of-contents) +- [About](#about) + - [Built with](#built-with) +- [Download and run](#download-and-run) +- [Features](#features) +- [Info](#info) +- [Contributing](#contributing) + +## About +![PlexWeb web app](https://i.imgur.com/nQo9o0f.png) + +PlexWeb is a web manager for Plex servers. Connect to your server via your URL and token to access features like viewing current activity and adding playlists based on IMDb lists. + +### Built with +* Python + * Flask + * Beautiful Soup + * PlexAPI +* HTML +* CSS + * Bootstrap +* Javascript + * jQuery ## Download and run @@ -52,3 +97,11 @@ The other features of the web app are just neat implementations that enhances th ## Contributing Pull requests are welcome. Feel free to add anything. + + +[stars-shield]: https://img.shields.io/github/stars/banjoanton/plex-web +[stars-url]: https://github.com/banjoanton/plex-web/stargazers +[issues-shield]: https://img.shields.io/github/issues/banjoanton/plex-web +[issues-url]: https://github.com/banjoanton/plex-web/issues +[forks-shield]: https://img.shields.io/github/forks/banjoanton/plex-web +[forks-url]: https://github.com/banjoanton/plex-web/network/members