- Status Closed
- Percent Complete
- Task Type Patches
- Category Settings
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1036 - 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:
ID3 (requires editID3 patch)
* %it, %ia, %id title / artist / album
* %iy, %ig, %in year / genre / tracknum
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)
limitations
- will not create specified directory if doesn’t exist
(causes recording ABORT)
- similar, but not quite compatible with wps style
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
This patch doesn’t apply cleanly on top of editID3 patch (or
vice-versa). So I uploaded a combined patch as well….
I like this idea. I was about to submit a patch to put a recording
into the current directory rather than the root directory, but this
goes a lot further. Have downloaded, and will do some testing.
I have examined your patch and have a few complaints.
1) Please follow the guidelines in the docs/CONTRIBUTING file
2) In the quick-screens, the UP button can’t be used, since
the F-keys and the UP button use the same A/D converter.
3) I think the ID3 resize should create a new file instead
of changing the original.