Skip to content

Introduce folder for ripped files #28

@ho1ger

Description

@ho1ger

Hi,

no issue but a very simply feature request. I'd like that the downloaded files are put in a subfolder instead of "throwing" them all into the folder where the python code lies.

Simply change

directory = os.getcwd() + "/" + track.artists()[0].name() + "/" + track.album().name() + "/"

to something like

directory = os.getcwd() + "/downloaded/" + track.artists()[0].name() + "/" + track.album().name() + "/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions