-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choose recording folder. #6267
Comments
Commented by: hile Attached is a patch which adds a library preference to set recordings folder to config key "Recording","Directory". The setting is modified from the 'Recordings' configuration page. Initially when user has not selected a setting for this folder, we construct the current path (Mixxx/Recordings under music library) and set it as default value in configuration. The patch checks and changes recording folder whenever user clicks on the 'Recordings' sidebar after changing the folder in preferences. Patch is against trunk as of today (2012-04-21).
|
Commented by: rryan Thanks hile! Please sign the contributor agreement here to give us permission to distribute your patch w/ mixxx: https://docs.google.com/a/mixxx.org/spreadsheet/viewform?formkey=dEpYN2NkVEFnWWQzbkFfM0ZYYUZ5X2c6MQ#gid=0 |
Commented by: mutil This doesn't seem to work for me on a linux box. |
Commented by: daschuer I can confirm that. I think there were some lines lost during commit. |
Commented by: esbrandt The fix from #4 work only if you choose a custom Recording Directory. Per default Mixxx still writes to the program directory. See lp:1000067 |
Commented by: daschuer Since this bug is "Fix committed" the latest issue #5 is tracked in bug #1000067. |
Issue closed with status Fix Released. |
Reported by: mutil
Date: 2012-02-02T19:23:29Z
Status: Fix Released
Importance: Wishlist
Launchpad Issue: lp925663
Attachments: [Patch to implement setting custom mixxx recordings path.](https://bugs.launchpad.net/bugs/925663/+attachment/3096927/+files/Patch to implement setting custom mixxx recordings path.)
Mixxx automatically creates an empty folder (Mixxx/Recordings) inside the music Library.
I think the location should be configurable, and only create it the first time a user wishes to record (preferably after user interaction).
The text was updated successfully, but these errors were encountered: