lordmauve/pgzero

music.is_playing() appears to require an argument

Open

#289 ouverte le 28 mars 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (185 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (472 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Hi, It would appear that music.is_playing() requires an argument. The argument is not mentioned in the documentation and in the source it appears to be ignored. If the intention is to be able to ask whether a particular music file is currently playing (which would be nice seeing as though you can queue multiple files) then can I suggest the argument is optional and if not passed means ANY music file is playing.

Guide contributeur