Skip to content

Commit ab9bcad

Browse files
committed
Add password protected for hidden content
In order to mark a content as hidden add [p] prefix to it in plex. Content can be entire section, playlist or individual clip. in case a clip is mark as hidden and is placed in a playlist , the playlist is considered as hidden. How to set a password: on the main menu hit the blue button: Enter a 5 color button sequence (excluding blue) and confirm How to see hidden content: Type the blue button again in the main menu and enter the password Panic button is red and can be clicked on all screens of the app causing the app to close and set next start to unauthorized session (no hidden content will be seen).
1 parent 4d09c89 commit ab9bcad

File tree

7 files changed

+531
-169
lines changed

7 files changed

+531
-169
lines changed

WebContent/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<div id="serverName"></div>
5454
<div id="serverSelect" style="display: none;"></div>
5555
</div>
56+
<div id="passwordProtection">
57+
<div id="passwordMessage"></div>
58+
</div>
5659
<div id="recentlyAdded" class="media-quick-menu" style="display: none;">
5760
<div class="content"><ul></ul></div>
5861
<div class="name"><span data-language="menuRecentlyAdded">Recently Added</span></div>

0 commit comments

Comments
 (0)