mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-09 01:16:49 +00: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,
|
||||
ReplaceIllegalCharacters = true,
|
||||
StandardTrackFormat = "{Artist Name} - {track:00} - {Album Title} - {Track Title}",
|
||||
StandardTrackFormat = "{Artist Name} - {Album Title} - {track:00} - {Track Title}",
|
||||
ArtistFolderFormat = "{Artist Name}",
|
||||
AlbumFolderFormat = "{Album Title} ({Release Year})"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user