-
|
I have two things which I have had difficulty figuring out with One of these things is using the MusicBrainz "Sort Name" as opposed to the artist name in the directory that music is placed. For example, I have: paths:
default: artist/$albumartist/$original_year~$album%aunique{}/$track~$titlein my Another issue I have is importing the music to alternate directories in the home directory. It seems like it would be very simple and possible for me to do this, but the music is always put into |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello! You might try For the other thing, take a look at the directory config option. |
Beta Was this translation helpful? Give feedback.
Hello! You might try
$artist_sortor$albumartist_sortto begin with (they're populated from MusicBrainz, but you might need to set them otherwise for other data sources).For the other thing, take a look at the directory config option.