hankhank10 / music-screen-api

Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
120 stars 17 forks source link

Untrack user config file #18

Closed jjlawren closed 4 years ago

jjlawren commented 4 years ago

Removes the sonos_settings.py file from the repository, instead replacing with an example file.

If this is merged, users will need to:

  1. Move or delete customized sonos_settings.py
  2. Pull from the repository
  3. Create the sonos_settings.py file from backup or the new example file.

Fixes #17.

jjlawren commented 4 years ago

This isn't ideal, but users already run into conflict issues when updating. This is a one-time breaking change which allows modifications to the config in the future.

jjlawren commented 4 years ago

I don't have a cleaner way on how to handle this, let's merge and see how it works in practice for testers.