diff options
author | Tolriq <Tolriq@gmail.com> | 2013-05-19 13:05:41 +0200 |
---|---|---|
committer | Tolriq <Tolriq@gmail.com> | 2013-05-19 13:05:41 +0200 |
commit | 1a084de9175678334d6eb40a3667c83d5a558027 (patch) | |
tree | fa0a8c1f30d17d7f470447eb791c6e63184fb37c /system | |
parent | f4bd890680d7aff94a151164bb2498766279e4c1 (diff) |
Add artist level to CD Audio rip path
PR made as requested in http://forum.xbmc.org/showthread.php?tid=164044
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index e9e97d5f74..a53a61067c 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -1329,7 +1329,7 @@ </setting> <setting id="audiocds.trackpathformat" type="string" label="13307" help=""> <level>2</level> - <default>%A - %B/[%N. ][%A - ]%T</default> + <default>%A/%A - %B/[%N. ][%A - ]%T</default> <heading>16016</heading> <control type="edit" format="string" /> </setting> |