Added command_line.py to control the player via command line.

This commit is contained in:
The Wobbler 2024-12-28 18:12:59 +01:00
parent 94269fdae4
commit 10c36b37a1
5 changed files with 32 additions and 16 deletions

View file

@ -43,6 +43,8 @@ class Playlist:
i += 1
self.current_track = self.tracks[0]
def load_from_wbz(self, path):
pass