Create music directory management #12

Closed
opened 2019-03-22 22:23:40 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-03-22 22:23:40 -04:00 (Migrated from github.com)

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#12