mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #43] Feature: Add to album directory name formatter a parameter {playlist} #33
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @p-angelov on GitHub (Jan 19, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/43
I miss the feature when downloading a playlist to download all song to a folder named after the playlist
@casualsnek commented on GitHub (Jan 21, 2023):
Thanks for feedback, i designed this tool to use m3u files for playlists as it would avoid downloading same some multiple times if they are in different playlists.
But i will add a option to define playlist directories for users that do not have issue with duplicate files. The feature itself should be fairly easy to add :)
@casualsnek commented on GitHub (May 18, 2023):
Can you try the development branch ! You can use 'playlist_name', 'playlist_owner' and 'playlist_desc' formatter. It will be replaced with playlist info if the current media is part of a playlist !