ChrisNeedham24 / microcosm

A little 4X game written using Pyxel.
GNU General Public License v3.0
9 stars 8 forks source link

In-game music stops if all tracks are exhausted #57

Closed ChrisNeedham24 closed 1 year ago

ChrisNeedham24 commented 1 year ago

There should be some built-in VLC repeat or something that fixes this.

ChrisNeedham24 commented 1 year ago

This is more difficult than first assumed, the built in loop/repeat doesn't seem to work for the class used.

ChrisNeedham24 commented 1 year ago

Acceptance Criteria:

The changes for this will need to be made in music_player.py, and will require some knowledge of the python-vlc library.