From 60deee7bebbfa10fa1a112ccc79b427634deba12 Mon Sep 17 00:00:00 2001 From: causefx Date: Mon, 10 Apr 2017 17:23:59 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54b8e4fe8..947927df7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Percentage of issues still open](http://isitmaintained.com/badge/open/causefx/Organizr.svg)](http://isitmaintained.com/project/causefx/Organizr "Percentage of issues still open") +[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/causefx/Organizr.svg)](http://isitmaintained.com/project/causefx/Organizr "Average time to resolve an issue") +[![GitHub stars](https://img.shields.io/github/stars/causefx/Organizr.svg)](https://github.com/causefx/Organizr/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/causefx/Organizr.svg)](https://github.com/causefx/Organizr/network) +

HTPC/Homelab Services Organizer - Written in PHP

@@ -11,9 +16,10 @@ Do you have quite a bit of services running on your computer or server? Do you - [arm64 Docker by LinuxServer.io](https://hub.docker.com/r/lsioarmhf/organizr-aarch64/) ## Desktop Images - + ## Feature List +- Login with Plex/Emby/LDAP or sFTP credentials - Custom tabs for your services - Fullscreen Support - Pin/Unpin sidebar @@ -42,6 +48,9 @@ Do you have quite a bit of services running on your computer or server? Do you - Additional language support [EN, DE, ES, FR, IT, NL] - Quick access tabs [access your tabs quickly e.g. www.example.com/#Sonarr] +## Feature Requests +[![Feature Requests](http://feathub.com/causefx/Organizr?format=svg)](http://feathub.com/causefx/Organizr) + Thanks to everyone that helped! Special Shout-out to: [elmerfdz](https://github.com/elmerfdz) & [pyrostic](https://github.com/pyrostic) & [rix1337](https://github.com/rix1337) From d5aa7dee27ae17267dea1eb22dbb385f6391bf3b Mon Sep 17 00:00:00 2001 From: Kiina Date: Mon, 1 May 2017 23:40:18 +0200 Subject: [PATCH 2/2] Make Titles clickable --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index b624e47b5..a9bee93e7 100755 --- a/functions.php +++ b/functions.php @@ -427,7 +427,7 @@ function resolveEmbyItem($address, $token, $item) { } // Assemble Item And Cache Into Array - return '
'.$item['Name'].'
'; + return '
'.$item['Name'].'
'; } // Format item from Plex for Carousel @@ -466,7 +466,7 @@ function resolvePlexItem($server, $token, $item) { } // Assemble Item And Cache Into Array - return '
'.$item['Name'].'
'; + return '
'.$item['Name'].'
'; } // Create Carousel