Commit Graph

9 Commits

Author SHA1 Message Date
9c77018a8d Fix reversed size value in metadata
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-12 19:25:44 -07:00
67b8f999c1 Bump tp version 0.1.0 and cleanup
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-12 08:20:00 -07:00
d559e786d1 Display metadata on file page
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-11 20:55:07 -07:00
9e1f89b92b Enable metadata versioning
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-11 20:35:08 -07:00
0c5c1c61d3 Collect metadata from glb file
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-11-10 19:52:08 -07:00
d59958f110 Add view and hsset link parameters
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-30 11:53:02 -07:00
64140b7cd9 Add basic thumbnail handling with static image
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-30 09:28:29 -07:00
4f1ff35194 Tidy up PHP code
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2024-10-29 16:14:29 -07:00
3b5c2e993d Refactor to MediaHandler transform (#20)
Closes #6, Closes #18

This PR separates out 3 different classes: a distinct Hooks handling class, a MediaHandler class for models, and a MediaTransform class that handles all the actual model rendering.

Reviewed-on: #20
2024-10-27 04:11:16 +00:00