Add naming pattern to recorded files
Bug #672914 reported by
jus
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Wishlist
|
RAFFI TEA | ||
1.10 |
Fix Released
|
Wishlist
|
RAFFI TEA | ||
1.9 |
Won't Fix
|
Wishlist
|
Unassigned |
Bug Description
It would be nice if we offered a way to add a (customisable) naming pattern to the recorded files.
Like %Year-%Month-%Day %Hour%Minute%Second %Name %Extension
Also the recorded files could be automatically available in an "Recordings" sub-menue in the library pane.
Related branches
lp://staging/~mixxxdevelopers/mixxx/features_recording2
- RJ Skerry-Ryan: Approve
-
Diff: 3191 lines (+1581/-659)38 files modifiedmixxx/build/depends.py (+6/-0)
mixxx/res/mixxx.qrc (+1/-0)
mixxx/src/audiotagger.cpp (+47/-43)
mixxx/src/audiotagger.h (+3/-3)
mixxx/src/dlgautodj.cpp (+9/-2)
mixxx/src/dlgautodj.h (+3/-1)
mixxx/src/dlgprefrecord.cpp (+138/-113)
mixxx/src/dlgprefrecord.h (+11/-7)
mixxx/src/dlgprefrecorddlg.ui (+229/-316)
mixxx/src/dlgprefshoutcastdlg.ui (+14/-2)
mixxx/src/dlgrecording.cpp (+177/-0)
mixxx/src/dlgrecording.h (+63/-0)
mixxx/src/dlgrecording.ui (+87/-0)
mixxx/src/engine/enginemaster.cpp (+5/-0)
mixxx/src/engine/enginemaster.h (+9/-2)
mixxx/src/engine/enginesidechain.cpp (+5/-0)
mixxx/src/engine/enginesidechain.h (+8/-3)
mixxx/src/library/autodjfeature.cpp (+2/-1)
mixxx/src/library/browse/browsefeature.cpp (+4/-2)
mixxx/src/library/browse/browsefeature.h (+2/-1)
mixxx/src/library/browse/browsetablemodel.cpp (+198/-17)
mixxx/src/library/browse/browsetablemodel.h (+46/-38)
mixxx/src/library/browse/browsethread.cpp (+3/-0)
mixxx/src/library/browse/browsethread.h (+3/-1)
mixxx/src/library/library.cpp (+7/-3)
mixxx/src/library/library.h (+3/-1)
mixxx/src/library/recording/recordingfeature.cpp (+98/-0)
mixxx/src/library/recording/recordingfeature.h (+62/-0)
mixxx/src/library/traktor/traktorfeature.cpp (+1/-1)
mixxx/src/library/traktor/traktorplaylistmodel.cpp (+1/-1)
mixxx/src/library/traktor/traktortablemodel.cpp (+5/-2)
mixxx/src/mixxx.cpp (+33/-80)
mixxx/src/mixxx.h (+3/-0)
mixxx/src/recording/defs_recording.h (+19/-0)
mixxx/src/recording/enginerecord.cpp (+23/-18)
mixxx/src/recording/enginerecord.h (+5/-1)
mixxx/src/recording/recordingmanager.cpp (+167/-0)
mixxx/src/recording/recordingmanager.h (+81/-0)
Changed in mixxx: | |
assignee: | RAFFI TEA (raffitea) → nobody |
Changed in mixxx: | |
assignee: | nobody → RJ Ryan (rryan) |
Changed in mixxx: | |
assignee: | RJ Ryan (rryan) → nobody |
Changed in mixxx: | |
status: | Confirmed → In Progress |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
assignee: | nobody → RAFFI TEA (raffitea) |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It's definitely useful but I do not know if it is a good idea to close Traktor...