Create functionality to create the music directory using the appsettings.json or appsettings.Development.json file to retrieve the music path and create it if it hasn't already been created.
Also, implement functionality for a directory structure for containing the music. The Directory should be as followed:
Root Music Path
- Artist
- Album
- Song
....
....
....
The music directory manager will handle creating the directories when songs are uploaded if the directories do not exist.
Create functionality to create the music directory using the [appsettings.json](https://github.com/amazing-username/Icarus/blob/master/appsettings.json) or [appsettings.Development.json](https://github.com/amazing-username/Icarus/blob/master/appsettings.Development.json) file to retrieve the music path and create it if it hasn't already been created.
Also, implement functionality for a directory structure for containing the music. The Directory should be as followed:
````
Root Music Path
- Artist
- Album
- Song
....
....
....
````
The music directory manager will handle creating the directories when songs are uploaded if the directories do not exist.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Create functionality to create the music directory using the appsettings.json or appsettings.Development.json file to retrieve the music path and create it if it hasn't already been created.
Also, implement functionality for a directory structure for containing the music. The Directory should be as followed:
The music directory manager will handle creating the directories when songs are uploaded if the directories do not exist.