├── README.md ├── custom_tab_buttons.html ├── netflix_theme.html ├── orgv2_base_theme.html ├── orgv2_base_theme_modalbox.html ├── plex_theme.html ├── plex_theme_buttons_v2.html └── screen_shots ├── custom_tab_button.png ├── orgv2_base_theme.PNG ├── orgv2_base_theme_popup.PNG ├── orgv2_buttons_plextheme.png ├── orgv2_custom_button_netflix.png └── plex_theme.PNG /README.md: -------------------------------------------------------------------------------- 1 | # Org Custom Buttons 2 | Custom buttons for your OrgV2 homepage 3 | 4 | There are 3 separate sets of HTML so far. One is for the base OrgV2 theme and the other 2 are for the Plex theme. 5 | This is based off of bootstrap for more responsive CSS work. 6 | 7 | ## Setup: 8 | 1. Go to the OrgV2 Settings Tab > Tab Editor > Homepage Items > CustomHTML-1 (or CustomHTML-2) 9 | 2. Enable 10 | 3. Paste the code inside the code tab 11 | 4. Save and Refresh the homepage. 12 | 5. PROFIT!! 13 | 14 | OrgV2 Base Theme: 15 | ![OrgV2 Base Theme](/screen_shots/orgv2_base_theme.PNG) 16 | 17 | Plex Theme: 18 | 19 | ![Plex Theme](https://github.com/jigahertz/orgv2_custom_buttons/blob/master/screen_shots/plex_theme.PNG) 20 | 21 | Plex Theme V2: 22 | ![Plex Theme V2](https://github.com/jigahertz/orgv2_custom_buttons/blob/master/screen_shots/orgv2_buttons_plextheme.png) 23 | 24 | ![Plex Theme](/screen_shots/plex_theme.PNG) 25 | 26 | Netflix Theme: 27 | 28 | ![Netflix Theme](/screen_shots/orgv2_custom_button_netflix.png) 29 | 30 | Custom Tab Button: 31 | 32 | ![Custom Tab Button](/screen_shots/custom_tab_button.png) 33 | 34 | OrgV2 Base Theme Modal Box: 35 | ![OrgV2 Base Theme](/screen_shots/orgv2_base_theme_popup.PNG) 36 | 37 | Original Credits go to **jigahertz/orgv2_custom_buttons** 38 | -------------------------------------------------------------------------------- /custom_tab_buttons.html: -------------------------------------------------------------------------------- 1 | 16 |
17 |
18 |
19 | 26 | 27 |
28 | 29 |
30 | 37 | 38 |
39 |
40 | 41 |
42 | -------------------------------------------------------------------------------- /netflix_theme.html: -------------------------------------------------------------------------------- 1 | 2 | 17 |
18 | 19 |
20 |
21 | 28 | 29 |
30 | 31 |
32 | 39 | 40 |
41 |
42 | 43 |
44 | -------------------------------------------------------------------------------- /orgv2_base_theme.html: -------------------------------------------------------------------------------- 1 | 2 | 17 |
18 | 19 |
20 |
21 | 28 | 29 |
30 | 31 |
32 | 39 | 40 |
41 |
42 | 43 |
44 | -------------------------------------------------------------------------------- /orgv2_base_theme_modalbox.html: -------------------------------------------------------------------------------- 1 | 2 | 21 |
22 |
23 | 24 |
25 |
Watch Plex In Sync With Another
26 |
27 |
28 |
29 |
30 |
31 |
TITLE
32 |
CONTENT
33 | 34 |
35 |
36 |
37 |
38 |
39 | -------------------------------------------------------------------------------- /plex_theme.html: -------------------------------------------------------------------------------- 1 | 2 | 17 |
18 | 19 |
20 |
21 |
22 |
Test Streaming Speed 23 |
24 | 25 |
26 |
27 |
28 |
29 |
30 | 31 |
32 |
33 |
Search for Media 34 |
35 | 36 |
37 |
38 |
39 |
40 |
41 |
42 | 43 |
44 | -------------------------------------------------------------------------------- /plex_theme_buttons_v2.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
Test Streaming Speed
4 |
5 |
6 |
7 |
8 |
9 | Test Speed to Plex Server 10 | 11 |
12 |
13 |
14 | 18 |
19 |
20 | 0% Complete (success) 21 |
22 |
23 |
24 |
25 |
26 |

27 |

28 |

Mbps

29 |
30 |
31 |

32 |

33 |

Mbps

34 |
35 |
36 |

37 |

38 |

ms

39 |
40 |
41 |

42 |

43 |

ms

44 |
45 |
46 |
47 |
48 | 49 |
50 | 51 |
52 |
53 |
54 | 55 |
56 |
Request Content
57 |
58 |
59 |
60 |
61 | -------------------------------------------------------------------------------- /screen_shots/custom_tab_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/custom_tab_button.png -------------------------------------------------------------------------------- /screen_shots/orgv2_base_theme.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_base_theme.PNG -------------------------------------------------------------------------------- /screen_shots/orgv2_base_theme_popup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_base_theme_popup.PNG -------------------------------------------------------------------------------- /screen_shots/orgv2_buttons_plextheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_buttons_plextheme.png -------------------------------------------------------------------------------- /screen_shots/orgv2_custom_button_netflix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/orgv2_custom_button_netflix.png -------------------------------------------------------------------------------- /screen_shots/plex_theme.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Organizr/orgv2_custom_buttons/39b7f052116583714ec3987d8beedd47911db2d6/screen_shots/plex_theme.PNG --------------------------------------------------------------------------------