mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Fixed: Change default naming so that track number is just before title.
Fixes #270
This commit is contained in:
@@ -8,7 +8,7 @@ namespace NzbDrone.Core.Organizer
|
|||||||
{
|
{
|
||||||
RenameTracks = false,
|
RenameTracks = false,
|
||||||
ReplaceIllegalCharacters = true,
|
ReplaceIllegalCharacters = true,
|
||||||
StandardTrackFormat = "{Artist Name} - {track:00} - {Album Title} - {Track Title}",
|
StandardTrackFormat = "{Artist Name} - {Album Title} - {track:00} - {Track Title}",
|
||||||
ArtistFolderFormat = "{Artist Name}",
|
ArtistFolderFormat = "{Artist Name}",
|
||||||
AlbumFolderFormat = "{Album Title} ({Release Year})"
|
AlbumFolderFormat = "{Album Title} ({Release Year})"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user