|
102 | 102 | <div class="content-container"> |
103 | 103 | <main id="content-js" class="content"><div class="result"> |
104 | 104 | <p>You can add more Kodi hosts in the orange section to the far right along the top. |
105 | | - <p>Click the "Show running data" button in the right of the red section along the top to watch InfoLabels |
106 | | - and InfoBooleans, the same data available to skins. |
| 105 | + <p>Click the "Show running data" button in the right of the red section along the top |
| 106 | + to watch InfoLabels and InfoBooleans, the <strong>same data available to skins</strong>. |
| 107 | + <p>All notifications from the connected Kodi host will show up on the right, and you can explore |
| 108 | + JSON-RPC methods to the left, then fill out the params and execute it below. |
| 109 | + <p>URLs power much of the functionality, which can be bookmarked for quick access. |
| 110 | + <p>A details box will show up at the bottom of the column to the right, showing details |
| 111 | + of certain items as your mouse cursor passes over them. Param details will show up here, |
| 112 | + as well as the <strong>full JSON-RPC request</strong> over the title of method "Calling" |
| 113 | + and "Result" info, and images from image URLs in requests and the "Available art" |
| 114 | + running data section. Click on the item <strong>to pin the details</strong> so |
| 115 | + that your mouse cursor can roam. |
| 116 | + <p id="webpdb-desc-js" class="nodisplay">See |
| 117 | + <a href="http://kodi.wiki/view/HOW-TO:Debug_Python_Scripts_with_Web-PDB" target="_blank">Web PDB</a> |
| 118 | + for super Python debugging powers.</p> |
107 | 119 | <p id="log-desc-js" class="nodisplay">To use the "View Kodi log" button, add "special://logpath/" |
108 | 120 | as a media source in Kodi (pictures, music, or videos; the file browser won't work). |
109 | 121 | Do note that this can allow HTTP requests to Kodi to read everything in the same folder |
110 | 122 | as the log, including subdirectories. |
111 | 123 | On Windows this includes everything in Kodi's entire data directory.</p> |
112 | | - <p id="webpdb-desc-js" class="nodisplay">See |
113 | | - <a href="http://kodi.wiki/view/HOW-TO:Debug_Python_Scripts_with_Web-PDB" target="_blank">Web PDB</a> |
114 | | - for super Python debugging powers.</p> |
115 | | - <p>All notifications from the connected Kodi host will show up on the right, and you can explore |
116 | | - JSON-RPC methods to the left, then fill out the params and execute it below. |
117 | | - <p>URLs power much of the functionality, which can be bookmarked for quick access. |
118 | | - <p>A details box will show up at the bottom of the column to the right, showing details of certain items |
119 | | - as your mouse cursor passes over them. Param details will show up here, as well as the full JSON-RPC request over |
120 | | - the title of method "Calling" and "Result" info, and images from image URLs in requests and the |
121 | | - "Available art" running data section. Click on the item to pin the details so that your mouse cursor can roam. |
122 | 124 | </div></main> |
123 | 125 | <div class="notify-preview-box"> |
124 | 126 | <div class="notify-box-buttons"> |
|
165 | 167 | </div> |
166 | 168 | <address class="madeby">Made by <a href="https://github.com/rmrector" target="_blank">Ryan Rector</a></address> |
167 | 169 | </footer> |
| 170 | + |
168 | 171 | <div id="settings-dialog-vue"> |
169 | 172 | <dialog-window header="Settings" v-show="show" @close="close"> |
170 | 173 | <ul class="settings-list"> |
|
182 | 185 | </div> |
183 | 186 | <div id="artlist-editor-vue"> |
184 | 187 | <dialog-window header="Custom art list" v-show="show" @close="close" |
185 | | - description="Artwork types to look for in RunningData. One art type per line."> |
| 188 | + description="Artwork types to look for in RunningData. One art type per line. "Load from Kodi Library" can take a long time."> |
186 | 189 | <div style="width: 710px;"> |
187 | 190 | <div class="artlist__mediatype"><label>movie: |
188 | 191 | <textarea v-model.lazy="mediatype_movie"></textarea> |
|
212 | 215 | <div class="splash" id="splash-js"></div> |
213 | 216 |
|
214 | 217 | <div id="uishim-vue"> |
215 | | - <link class="themesheet" href="css/rainbowhork.css" rel="stylesheet" title="Default theme" |
| 218 | + <link class="themesheet-js" href="css/rainbowhork.css" rel="stylesheet" title="Default theme" |
216 | 219 | :disabled="shared.settings.theme !== 'Default theme'"> |
217 | | - <link class="themesheet" href="css/light.css" rel="alternate stylesheet" title="Light theme" |
| 220 | + <link class="themesheet-js" href="css/light.css" rel="alternate stylesheet" title="Light theme" |
218 | 221 | :disabled="shared.settings.theme !== 'Light theme'"> |
219 | 222 | </div> |
| 223 | + |
220 | 224 | <script src="js/ui.js"></script> |
221 | 225 | <script src="js/frontend.js"></script> |
222 | 226 | <script>start_app()</script> |
|
0 commit comments