Skip to content

Commit

Permalink
Show archive option in trigger file menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 17, 2024
1 parent 42d496a commit 1196729
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
Binary file modified doc/modules/ROOT/assets/images/NewShow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/modules/ROOT/assets/images/Save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/modules/ROOT/assets/images/ViewCacheContents.png
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/Debugging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ to do this, and you might lose work. If you are concerned about that
happening, you can periodically manually save your current trigger
configuration by choosing menu:File[Save].
image:Save.png[Save option,189,156]
image:Save.png[Save option,204,173]
====

Expand Down
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/Shows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ something even easier than creating a show. Check out how to
To use the Show interface, you start by choosing menu:File[New Show]
in the Beat Link Triggers window.

image:NewShow.png[New Show option,189,156]
image:NewShow.png[New Show option,204,173]

This opens a Save dialog where you choose the location and name of
your new Show file. Navigate to where you would like to keep it, type
Expand Down
3 changes: 2 additions & 1 deletion src/beat_link_trigger/triggers.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,8 @@
:doc "The menu action which allows creation of a metadata archive from rekordbox media."}
archive-metadata-action
(delay (seesaw/action :handler (fn [_] (track-loader/create-metadata-archive @trigger-frame))
:name "Archive Metadata" :enabled? true)))
:name "Archive Metadata" :enabled? true
:tip "Summarize a rekordbox usb to a file for working with an Opus Quad.")))

(defonce ^{:private true
:doc "The action which opens the OBS overlay web server window."}
Expand Down

0 comments on commit 1196729

Please sign in to comment.