L0um15 / Spotisharp

Cross-platform music assistant
MIT License
51 stars 11 forks source link

Local Configs #18

Closed IzzyDotExe closed 1 year ago

IzzyDotExe commented 2 years ago

If "config.json" exists in the current working directory, spotisharp will use that config instead of the config avalible in the user's home folder.

L0um15 commented 2 years ago

Hi. This PR introduced some bugs to the program. If you follow the review and fix them i will be more than happy to merge your changes to the main repo :)

IzzyDotExe commented 1 year ago

Hi, I don't see any reviews. image

L0um15 commented 1 year ago

Oh, sorry im still figuring out how reviewing works. Your PR is outdated due to recent development of commandline parsing feature which in result caused complete rewrite of ConfigManager class. You'll have to pull changes from the feature/commandline-parsing branch that was based on dev branch and continue your work from there. Sorry!