retold-remote 0.0.23 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/css/retold-remote.css +343 -20
  2. package/docs/.nojekyll +0 -0
  3. package/docs/README.md +64 -12
  4. package/docs/_cover.md +6 -6
  5. package/docs/_sidebar.md +2 -0
  6. package/docs/_topbar.md +1 -1
  7. package/docs/_version.json +7 -0
  8. package/docs/collections.md +30 -0
  9. package/docs/css/docuserve.css +327 -0
  10. package/docs/ebook-reader.md +75 -1
  11. package/docs/image-explorer.md +62 -2
  12. package/docs/index.html +39 -0
  13. package/docs/retold-catalog.json +254 -0
  14. package/docs/retold-keyword-index.json +31216 -0
  15. package/docs/server-setup.md +122 -91
  16. package/docs/stack-launcher.md +218 -0
  17. package/docs/synology.md +585 -0
  18. package/docs/ultravisor-configuration.md +5 -5
  19. package/docs/ultravisor-integration.md +4 -2
  20. package/package.json +20 -14
  21. package/source/Pict-Application-RetoldRemote.js +22 -0
  22. package/source/RetoldRemote-ExtensionMaps.js +1 -1
  23. package/source/cli/RetoldRemote-Server-Setup.js +460 -7
  24. package/source/cli/RetoldRemote-Stack-Launcher.js +563 -0
  25. package/source/cli/RetoldRemote-Stack-Run.js +41 -0
  26. package/source/cli/commands/RetoldRemote-Command-Serve.js +129 -54
  27. package/source/providers/CollectionManager-AddItems.js +166 -0
  28. package/source/providers/Pict-Provider-GalleryNavigation.js +55 -0
  29. package/source/providers/Pict-Provider-OperationStatus.js +597 -0
  30. package/source/providers/keyboard-handlers/KeyHandler-ImageExplorer.js +20 -1
  31. package/source/providers/keyboard-handlers/KeyHandler-Viewer.js +23 -0
  32. package/source/server/RetoldRemote-AudioWaveformService.js +49 -3
  33. package/source/server/RetoldRemote-CollectionExportService.js +763 -0
  34. package/source/server/RetoldRemote-CollectionService.js +5 -0
  35. package/source/server/RetoldRemote-EbookService.js +218 -3
  36. package/source/server/RetoldRemote-ImageService.js +221 -46
  37. package/source/server/RetoldRemote-MediaService.js +63 -4
  38. package/source/server/RetoldRemote-MetadataCache.js +25 -5
  39. package/source/server/RetoldRemote-OperationBroadcaster.js +363 -0
  40. package/source/server/RetoldRemote-SubimageService.js +680 -0
  41. package/source/server/RetoldRemote-ToolDetector.js +50 -0
  42. package/source/server/RetoldRemote-UltravisorBeacon.js +18 -3
  43. package/source/server/RetoldRemote-UltravisorDispatcher.js +65 -491
  44. package/source/server/RetoldRemote-UltravisorOperations.js +133 -20
  45. package/source/server/RetoldRemote-VideoFrameService.js +302 -9
  46. package/source/views/MediaViewer-EbookViewer.js +419 -1
  47. package/source/views/MediaViewer-PdfViewer.js +1050 -0
  48. package/source/views/PictView-Remote-AudioExplorer.js +77 -1
  49. package/source/views/PictView-Remote-CollectionsPanel.js +213 -0
  50. package/source/views/PictView-Remote-Gallery.js +365 -64
  51. package/source/views/PictView-Remote-ImageExplorer.js +1529 -44
  52. package/source/views/PictView-Remote-ImageViewer.js +2 -2
  53. package/source/views/PictView-Remote-Layout.js +58 -0
  54. package/source/views/PictView-Remote-MediaViewer.js +100 -25
  55. package/source/views/PictView-Remote-RegionsBrowser.js +554 -0
  56. package/source/views/PictView-Remote-SubimagesPanel.js +353 -0
  57. package/source/views/PictView-Remote-TopBar.js +1 -0
  58. package/source/views/PictView-Remote-VideoExplorer.js +77 -1
  59. package/web-application/css/docuserve.css +277 -23
  60. package/web-application/css/retold-remote.css +343 -20
  61. package/web-application/docs/README.md +64 -12
  62. package/web-application/docs/_cover.md +6 -6
  63. package/web-application/docs/_sidebar.md +2 -0
  64. package/web-application/docs/_topbar.md +1 -1
  65. package/web-application/docs/collections.md +30 -0
  66. package/web-application/docs/ebook-reader.md +75 -1
  67. package/web-application/docs/image-explorer.md +62 -2
  68. package/web-application/docs/server-setup.md +122 -91
  69. package/web-application/docs/stack-launcher.md +218 -0
  70. package/web-application/docs/synology.md +585 -0
  71. package/web-application/docs/ultravisor-configuration.md +5 -5
  72. package/web-application/docs/ultravisor-integration.md +4 -2
  73. package/web-application/js/pict-docuserve.min.js +12 -12
  74. package/web-application/js/pict.min.js +2 -2
  75. package/web-application/js/pict.min.js.map +1 -1
  76. package/web-application/retold-remote.js +6596 -1784
  77. package/web-application/retold-remote.js.map +1 -1
  78. package/web-application/retold-remote.min.js +75 -23
  79. package/web-application/retold-remote.min.js.map +1 -1
@@ -0,0 +1,254 @@
1
+ {
2
+ "Generated": "2026-04-10T17:27:56.256Z",
3
+ "GitHubOrg": "stevenvelozo",
4
+ "DefaultBranch": "master",
5
+ "Groups": [
6
+ {
7
+ "Name": "Debug",
8
+ "Key": "debug",
9
+ "Description": "",
10
+ "Modules": [
11
+ {
12
+ "Name": "dist",
13
+ "Repo": "dist",
14
+ "Group": "debug",
15
+ "Branch": "master",
16
+ "HasDocs": false,
17
+ "HasCover": false,
18
+ "Sidebar": [],
19
+ "DocFiles": []
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "Name": "Dist",
25
+ "Key": "dist",
26
+ "Description": "",
27
+ "Modules": [
28
+ {
29
+ "Name": "indoctrinate_content_staging",
30
+ "Repo": "indoctrinate_content_staging",
31
+ "Group": "dist",
32
+ "Branch": "master",
33
+ "HasDocs": false,
34
+ "HasCover": false,
35
+ "Sidebar": [],
36
+ "DocFiles": []
37
+ },
38
+ {
39
+ "Name": "retold-cache",
40
+ "Repo": "retold-cache",
41
+ "Group": "dist",
42
+ "Branch": "master",
43
+ "HasDocs": false,
44
+ "HasCover": false,
45
+ "Sidebar": [],
46
+ "DocFiles": []
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "Name": "Docs",
52
+ "Key": "docs",
53
+ "Description": "",
54
+ "Modules": [
55
+ {
56
+ "Name": "css",
57
+ "Repo": "css",
58
+ "Group": "docs",
59
+ "Branch": "master",
60
+ "HasDocs": true,
61
+ "HasCover": false,
62
+ "Sidebar": [],
63
+ "DocFiles": [
64
+ "css/docuserve.css"
65
+ ]
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "Name": "Source",
71
+ "Key": "source",
72
+ "Description": "",
73
+ "Modules": [
74
+ {
75
+ "Name": "cli",
76
+ "Repo": "cli",
77
+ "Group": "source",
78
+ "Branch": "master",
79
+ "HasDocs": false,
80
+ "HasCover": false,
81
+ "Sidebar": [],
82
+ "DocFiles": []
83
+ },
84
+ {
85
+ "Name": "providers",
86
+ "Repo": "providers",
87
+ "Group": "source",
88
+ "Branch": "master",
89
+ "HasDocs": false,
90
+ "HasCover": false,
91
+ "Sidebar": [],
92
+ "DocFiles": []
93
+ },
94
+ {
95
+ "Name": "server",
96
+ "Repo": "server",
97
+ "Group": "source",
98
+ "Branch": "master",
99
+ "HasDocs": false,
100
+ "HasCover": false,
101
+ "Sidebar": [],
102
+ "DocFiles": []
103
+ },
104
+ {
105
+ "Name": "views",
106
+ "Repo": "views",
107
+ "Group": "source",
108
+ "Branch": "master",
109
+ "HasDocs": false,
110
+ "HasCover": false,
111
+ "Sidebar": [],
112
+ "DocFiles": []
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "Name": "Web-application",
118
+ "Key": "web-application",
119
+ "Description": "",
120
+ "Modules": [
121
+ {
122
+ "Name": "css",
123
+ "Repo": "css",
124
+ "Group": "web-application",
125
+ "Branch": "master",
126
+ "HasDocs": false,
127
+ "HasCover": false,
128
+ "Sidebar": [],
129
+ "DocFiles": []
130
+ },
131
+ {
132
+ "Name": "docs",
133
+ "Repo": "docs",
134
+ "Group": "web-application",
135
+ "Branch": "master",
136
+ "HasDocs": true,
137
+ "HasCover": false,
138
+ "Sidebar": [
139
+ {
140
+ "Title": "Home",
141
+ "Path": "README.md"
142
+ },
143
+ {
144
+ "Title": "Getting Started",
145
+ "Children": [
146
+ {
147
+ "Title": "Server Setup & Docker",
148
+ "Path": "server-setup.md"
149
+ },
150
+ {
151
+ "Title": "Stack Launcher",
152
+ "Path": "stack-launcher.md"
153
+ },
154
+ {
155
+ "Title": "Synology Container Manager",
156
+ "Path": "synology.md"
157
+ },
158
+ {
159
+ "Title": "Ultravisor Integration",
160
+ "Path": "ultravisor-integration.md"
161
+ },
162
+ {
163
+ "Title": "Ultravisor Beacon Tool Setup",
164
+ "Path": "ultravisor-configuration.md"
165
+ }
166
+ ]
167
+ },
168
+ {
169
+ "Title": "Media Viewers",
170
+ "Children": [
171
+ {
172
+ "Title": "Image Viewer",
173
+ "Path": "image-viewer.md"
174
+ },
175
+ {
176
+ "Title": "Video Viewer",
177
+ "Path": "video-viewer.md"
178
+ },
179
+ {
180
+ "Title": "Audio Viewer",
181
+ "Path": "audio-viewer.md"
182
+ },
183
+ {
184
+ "Title": "eBook Reader",
185
+ "Path": "ebook-reader.md"
186
+ }
187
+ ]
188
+ },
189
+ {
190
+ "Title": "Explorers",
191
+ "Children": [
192
+ {
193
+ "Title": "Image Explorer",
194
+ "Path": "image-explorer.md"
195
+ },
196
+ {
197
+ "Title": "Video Explorer",
198
+ "Path": "video-explorer.md"
199
+ },
200
+ {
201
+ "Title": "Audio Explorer",
202
+ "Path": "audio-explorer.md"
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "Title": "Features",
208
+ "Children": [
209
+ {
210
+ "Title": "Collections",
211
+ "Path": "collections.md"
212
+ },
213
+ {
214
+ "Title": "File Metadata",
215
+ "Path": "metadata.md"
216
+ }
217
+ ]
218
+ }
219
+ ],
220
+ "DocFiles": [
221
+ "README.md",
222
+ "_cover.md",
223
+ "_sidebar.md",
224
+ "_topbar.md",
225
+ "audio-explorer.md",
226
+ "audio-viewer.md",
227
+ "collections.md",
228
+ "ebook-reader.md",
229
+ "image-explorer.md",
230
+ "image-viewer.md",
231
+ "metadata.md",
232
+ "server-setup.md",
233
+ "stack-launcher.md",
234
+ "synology.md",
235
+ "ultravisor-configuration.md",
236
+ "ultravisor-integration.md",
237
+ "video-explorer.md",
238
+ "video-viewer.md"
239
+ ]
240
+ },
241
+ {
242
+ "Name": "js",
243
+ "Repo": "js",
244
+ "Group": "web-application",
245
+ "Branch": "master",
246
+ "HasDocs": false,
247
+ "HasCover": false,
248
+ "Sidebar": [],
249
+ "DocFiles": []
250
+ }
251
+ ]
252
+ }
253
+ ]
254
+ }