WhitmanCS370 / OGGS_repo

The repository for team OGGS
2 stars 1 forks source link

Create new folder/playlist #29

Closed gabepm100 closed 5 months ago

gabepm100 commented 6 months ago

Be able to specify the location of a folder and then create a new folder in that location

Example command: "python interface.py -nfld NewFolderName /New/Folder/Location

ggrgg13 commented 5 months ago

I think playlist should not be folder based but rather purely database driven. As in, if I create a playlist, it creates a new table containing references to files, but the files added to a playlist don't change place at all.

ObaltzerS commented 5 months ago

this is possible using the current CLI, using the new_playlist and playlist_add commands