You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to download several playlists to the same root folder
And have each playlist file reference shared songs from that root folder
Instead of each playlist folder containing its own copy of the song
So that I can use less storage space and better manage my music.
For Example:
Playlist 1 & 2 both contain SongA by ArtistA
If I download Playlist 1 & 2, then I want the folder structure to look like this:
Root\ArtistA\SongA
Root\Playlist1.m3u
Root\Playlist2.m3u
Thank you
The text was updated successfully, but these errors were encountered:
CarterMoody
changed the title
[FEATURE REQUEST]
[FEATURE REQUEST] Share song files across playlists
Oct 4, 2024
The key above was to change playlist_format to a simple ./ which will place the .m3u file at the root of the downloads directory. Then the other formatting settings will place songs in Artist/Album/Name.flac format for your playlist file to reference. Once you download all your playlists simply copy the entire root folder anywhere, it's portable and free of duplicates.
BTW is there a discord or telegram or anything for this community?
I apologize if this is the wrong place for this.
As a user I want to download several playlists to the same root folder
And have each playlist file reference shared songs from that root folder
Instead of each playlist folder containing its own copy of the song
So that I can use less storage space and better manage my music.
For Example:
Playlist 1 & 2 both contain SongA by ArtistA
If I download Playlist 1 & 2, then I want the folder structure to look like this:
Root\ArtistA\SongA
Root\Playlist1.m3u
Root\Playlist2.m3u
Thank you
The text was updated successfully, but these errors were encountered: