- Status Closed
- Percent Complete
- Task Type Patches
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1295 - Custom Recording Filenames
This patch allows the user to specify a custom
recording filename, using a syntax similar to WPS.
features
- can do centralized (absolute path) recording
(e.g. /recordings/test.mp3)
- or decentralized (rel. to current dir) recording
(e.g. test.mp3)
- can overwrite (using fixed filename)
- or not (using “variables” shown below)
- supports the following codes (case-insensitive):
Timestamp * %ty, %tm, %td year / month / day * %th, %tn, %ts hour / minute / second Recording Settings * %rf, %rq frequency / quality * %rs, %rc source / channels Misc * %mi unique identifier (will place an
auto-incrementing counter in the %mi slot to guarantee
a unique filename)
- %% (to display raw “%” character)
limitations
- will not create specified directory if doesn’t exist
(causes recording ABORT)
- similar, but not quite compatible with wps style
- after exiting recording screen, will always return to
ROOT directory. This is not necessarily desired
behavior for relative-path (decentralized) recordings.
2003-06-05 11:15
Reason for closing: Rejected
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Logged In: YES
user_id=1157
Too complex solution for a rather simple
problem. I prefer to
just make it
possible for recorded files to end up in
the "current" directory.
Then use the rename feature to call
the files whatever you like.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Too complex solution for a rather simple problem. I prefer to
just make it possible for recorded files to end up in
the “current” directory. Then use the rename feature to call
the files whatever you like.