You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written it as a self-executing function so that the code is completely encapsulated, which keeps it nice and clean but it's quite a different style to the rest of the MusicBox Webclient. Should I refactor it into the more global style of the rest of the code? I'm not exactly sure where the various bits should go.
The text was updated successfully, but these errors were encountered:
It does not appear as if the idea to develop a sleep timer extension for Mopidy was ever taken any further.
Should one become available in the future, then we should be able to integrate it in the web client fairly easily. For now though I think it is unlikely that this is something that we will build ourselves.
I've submitted a PR to mopidy - mopidy/mopidy#1085 - to add a sleep timer. If it gets accepted I've also written an extension for MusicBox Webclient to control it - https://github.com/teq0/Mopidy-MusicBox-Webclient/tree/feature/sleeptimer.
I've written it as a self-executing function so that the code is completely encapsulated, which keeps it nice and clean but it's quite a different style to the rest of the MusicBox Webclient. Should I refactor it into the more global style of the rest of the code? I'm not exactly sure where the various bits should go.
The text was updated successfully, but these errors were encountered: