Hi,
Reference File settings.xml in
system/settings/settings.xml
I have one request for change path for artist and albums in settings in gotham nightlies, this actual code
<setting id="audiocds.trackpathformat" type="string" label="13307" help="">
<level>2</level>
<default>%A - %B/[%N. ][%A - ]%T</default>
<heading>16016</heading>
<control type="edit" format="string" />
</setting>
FOR this
<setting id="audiocds.trackpathformat" type="string" label="13307" help="">
<level>2</level>
<default>%A/%B/[%N. ][%A - ]%T</default>
<heading>16016</heading>
<control type="edit" format="string" />
</setting>
This is better because skins and addon have this structure for music
Artist/Album and not Artist - Album
Difference today xbmc have this way when rip CD in xbmc gotham
C;\music\Adele - 19
C:\music\:Adele - 21
C:\music\Adele - Live
This way if artist have 30 albums you have 30 directory in root, when need only one for artist, 30 albums are subfolders for this artist.
For my its better, because is don´t have error in create a perfect way for get images and data for artist and music, cdart script, artist slideshow and others look for this way, one level for artist, and albums in subfolders.
c:\music\adele
c:\music\adele\21
c:\music\adele\22
c:\music\adele\live
look this image for understand better my suggestion change - for /, if changed for my suggestion, look this:
Level artist
Level album
I hope make sense,
Reference File settings.xml in
system/settings/settings.xml
I have one request for change path for artist and albums in settings in gotham nightlies, this actual code
<setting id="audiocds.trackpathformat" type="string" label="13307" help="">
<level>2</level>
<default>%A - %B/[%N. ][%A - ]%T</default>
<heading>16016</heading>
<control type="edit" format="string" />
</setting>
FOR this
<setting id="audiocds.trackpathformat" type="string" label="13307" help="">
<level>2</level>
<default>%A/%B/[%N. ][%A - ]%T</default>
<heading>16016</heading>
<control type="edit" format="string" />
</setting>
This is better because skins and addon have this structure for music
Artist/Album and not Artist - Album
Difference today xbmc have this way when rip CD in xbmc gotham
C;\music\Adele - 19
C:\music\:Adele - 21
C:\music\Adele - Live
This way if artist have 30 albums you have 30 directory in root, when need only one for artist, 30 albums are subfolders for this artist.
For my its better, because is don´t have error in create a perfect way for get images and data for artist and music, cdart script, artist slideshow and others look for this way, one level for artist, and albums in subfolders.
c:\music\adele
c:\music\adele\21
c:\music\adele\22
c:\music\adele\live
look this image for understand better my suggestion change - for /, if changed for my suggestion, look this:
Level artist
Level album
I hope make sense,