pascalopitz / unoffical-sonos-controller-for-linux

An Electron based linux app for controlling your sonos system.
http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/
MIT License
554 stars 50 forks source link

Add the ability to program alarms #24

Open DissCent opened 7 years ago

DissCent commented 7 years ago

It would be really great if you could add this feature :)

pascalopitz commented 7 years ago

Agreed ... This and basic music library management are coming next.

DissCent commented 7 years ago

Thank you :)

Am 24. Juli 2017 02:39:19 MESZ schrieb Pascal Opitz notifications@github.com:

Agreed ... This and basic music library management are coming next.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/pascalopitz/unoffical-sonos-controller-for-linux/issues/24#issuecomment-317294016

-- Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.

pascalopitz commented 7 years ago

Ooops, wrong button ;)

pascalopitz commented 7 years ago

I made a bit of a start on this, but it's ... complicated. It will require a whole browsing panel to pick the alarm media, i.e. a playlist, plus a whole bunch of smart form controls for room name selection, times etc.

One of my tasks is a complete refactor of the media browser panel anyways. I am looking to de-couple services, library and search from each other, but also have a bit of a project going with browsing and playing local files. I will try and separate the media browser bit out to it could be used to pick the media source as well.