Quick hack to make the default paths suitable for me. Might make it a preference next rainy day.

This commit is contained in:
mark.gillespie@gmail.com 2016-07-13 23:18:37 +01:00
parent ac1b2faf85
commit 4b7e06f312

View file

@ -245,12 +245,12 @@ public class MusicTrackListFragment extends Fragment {
PlayMusicExporterSettings settings = new PlayMusicExporterSettings(getActivity());
// Default structure
String pathStructure = "{album-artist}/{album}/{disc=CD $}/{no=$$.} {title}.mp3";
String pathStructure = "{album-artist} - {title}.mp3";
// Track is exported from a group (playlist or artist)
if (!TextUtils.isEmpty(musicTrack.getContainerName()))
{
pathStructure = "{group}/{group-no=$$.} {title}.mp3";
pathStructure = "{group}/{album-artist} - {title}.mp3";
}
// Build the path