Comment 1 for bug 925663

Revision history for this message
Ilkka Tuohela (hile) wrote :

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).

It might be good idea to set a default value in new install configurations to something like $HOME/Music/Mixxx/Recordings instead of writing by default to user's music library: this however is not relevant for this patch.