-
baschni
Hallo!
I would like to output German day names in a strftime-Statement, but it fails with the error: „unsupported Locale Setting“
locale.setlocale(locale.LC_TIME,"de") self.menu.buttons["contentDate"].title = time.strftime("%d.%m.%y\n %a %H:%M")
Is there anyway to work around this?
Kind regards
-
baschni
When I play a sound currently through sound.play_effect the music in the background just continues. But it is so loud, that I do not really notice the sound from Pythonista.
-
baschni
Hallo,
I would like to imitate the effect when you hear music with one app A and then a voice message is played in another app B. App B then turns down the sound of App A running in background and playing the voice message and afterwards turning up the volume again.
App A in my case is deezer and App B would be the Pythonista script, that would put out a signal sound to the user.
Pausing music in a and turning it on afterwards would also work for me.
Kind regards
Bastian