Skip to content

Commit

Permalink
JSON Preferences
Browse files Browse the repository at this point in the history
Version 1.3 (2024-09-17)
- Added a JSON preference saving system that can save/restore the last values used in the GUI the next time you launch the Spatial Metadata GUI app. The preference file is saved to:
"$HOME/Library/Application Support/Kartaverse/Spatial Metadata GUI.json"
  • Loading branch information
AndrewHazelden committed Sep 18, 2024
1 parent bf91b4f commit d118492
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 76 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ It relies on the [Spatial CLI](https://blog.mikeswanson.com/spatial-video/) prog
- The "Fast Start" checkbox is used to place a QuickTime "Moov" atom at the start of the video file. This helps with network playback of media that is progressively downloaded.
- An "Overwrite an Existing Movie File Export" checkbox allows you to re-export the encoded video file with different parameters. When this checkbox is enabled, the Spatial Metadata GUI program will replace a pre-existing video export that has the same filename.

### Version 1.3 (2024-09-17)

- Added a JSON preference saving system that can save/restore the last values used in the GUI the next time you launch the Spatial Metadata GUI app. The preference file is saved to:
"```$HOME/Library/Application Support/Kartaverse/Spatial Metadata GUI.json```"


## DCC Tool Integrations

Expand Down
8 changes: 7 additions & 1 deletion Sources/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spatial Metadata GUI - v1.2 2024-08-15
Spatial Metadata GUI - v1.3 2024-09-17
GUI by Andrew Hazelden <[email protected]>
Powered by the Spatial CLI tool by Mike Swanson

Expand Down Expand Up @@ -41,3 +41,9 @@ Version 1.2 (2024-08-15)
- The program includes localization support for numbers in text fields. This means comma vs period decimal separators are handled automatically based upon your current locale settings. The localized values are then translated into the correct format for the Spatial CLI tool.
- The "Fast Start" checkbox is used to place a QuickTime "Moov" atom at the start of the video file. This helps with network playback of media that is progressively downloaded.
- An "Overwrite an Existing Movie File Export" checkbox allows you to re-export the encoded video file with different parameters. When this checkbox is enabled, the Spatial Metadata GUI program will replace a pre-existing video export that has the same filename.

Version 1.3 (2024-09-17)
- Added a JSON preference saving system that can save/restore the last values used in the GUI the next time you launch the Spatial Metadata GUI app. The preference file is saved to:
"$HOME/Library/Application Support/Kartaverse/Spatial Metadata GUI.json"


290 changes: 215 additions & 75 deletions Sources/Spatial Metadata GUI.xojo_xml_project

Large diffs are not rendered by default.

0 comments on commit d118492

Please sign in to comment.