Music Sleep Timer support thread

Support thread for the Music Sleep Timer app from OpenRepos.

The app consists of two parts: the gui and the daemon.

All action is done in the daemon, the gui only controls it. Meaning you can happily close the app once you configure it. And you can write your own gui which communicates with the daemon using d-bus.

12 Likes

Tagging @JE281 since you were interested in the app.

2 Likes

Very helpful, will try it out!

1 Like

I wanted to try it on 5.0.0.55 (armv7hl) but can’t install because libc.so.6(GLIBC_2.34) is missing.

Yeah, it needs 5.1 right now, I’m afraid. But I guess I can build it on 5.0 so it supports older versions.

Fixed, should now work on 5.0.

2 Likes

Nice, was trying to use android one, but it didnt really work. Thank you.

Also can you add an option to also turn off the screen?

Thanks, yes, it works now.

I was meant to implement that as a feature in two of my apps

Now I don’t have to

#problemsolved xddd

6 Likes

Thanks! I already tested it! Works like a charm!

What is the benefit of the app in comparison to slumber?

2 Likes
  • it has a saner architecture (which probably does not mean much for users, but this makes it easier to develop for)
  • it can wait until current track ends (if the player reports metadata)
  • it’s maintained
  • you can close the app, it doesn’t have to be open to work (split of daemon vs. control app) - I only briefly checked the source code of Slumber, so this might be true for Slumber as well
3 Likes

I tested slumber and it does not work when closed for me
Slumber also automatically starts the timer and you cant configure seconds - only hours and minutes
All in all Slumber is worse in my opinion