Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow individual track downloads to be placed/categorized in the folder the same way when albums are downloaded. #91

Closed
hackrush01 opened this issue Jun 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@hackrush01
Copy link

Feature Request

Is your feature request related to a problem? Please describe.
No, this is more of an enhancement

Describe the solution you'd like
Allow individual track downloads to be placed/categorized in the folder the same way when albums are downloaded.

Let my download folder in config be D:\Songs
Let's say I want to download song A and B from album Z

What currently happens

  1. rip -u <url-of-A> gets downloaded as D:\Songs\A.flac
  2. rip -u <url-of-A> gets downloaded as D:\Songs\B.flac

What I am proposing

  1. rip -u <url-of-A> gets downloaded as D:\Songs\Z\A.flac
  2. rip -u <url-of-A> gets downloaded as D:\Songs\Z\B.flac
@hackrush01 hackrush01 added the enhancement New feature or request label Jun 16, 2021
nathom added a commit that referenced this issue Jun 21, 2021
Signed-off-by: nathom <nathanthomas707@gmail.com>
@nathom
Copy link
Owner

nathom commented Jun 21, 2021

Added in v0.6.1.

@nathom nathom closed this as completed Jun 21, 2021
@hackrush01
Copy link
Author

hackrush01 commented Jun 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants