You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/06-ui.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ You can add one file or multiple files at once, and the order shown reflects the
78
78
You can select how the file names are presented in the preference window - either the full path or just the basename.
79
79
80
80
-**Double-click** a file to stop any existing playback (if necessary) and start playback from the file you double-clicked.
81
+
-**Hover** a file to show its full path in a tooltip, even when the playlist is configured to show only basenames.
82
+
-**Middle-click** a file to remove that row and replace it with the supported files from the same directory, sorted by filename. Files already present elsewhere in the playlist are not added again, and the clicked file participates in the sort order.
81
83
-**Right-click** a file to remove it from the playlist, unless it is the file that is currently playing, in which case the playlist is left unchanged.
82
84
83
85
## Status Panel
@@ -123,6 +125,12 @@ These shortcuts complement the hrmp keyboard controls and work regardless of whi
123
125
124
126
### File Menu
125
127
128
+
-**Search**
129
+
- Opens a dialog for browsing a directory and filtering the files shown in a scrollable list.
130
+
- The directory defaults to the directory where `hrmp-ui` was started, and afterwards reuses the last directory chosen in the Search dialog for the rest of the current app session.
131
+
- The **Search** field accepts a regular expression. An empty field matches all supported files recursively below the selected directory.
132
+
- Double-clicking a result appends that file to the playlist.
133
+
126
134
-**Load**
127
135
- Opens a file chooser restricted to playlist files (`*.hrmp`).
128
136
- Replaces the current playlist view with the contents of the selected `.hrmp` file.
0 commit comments