Implemented MPRIS metadata "mpris:artUrl"

This commit is contained in:
The Wobbler 2025-04-13 16:24:34 +02:00
parent 9416ac6737
commit a236370d47
3 changed files with 29 additions and 1 deletions

View file

@ -8,6 +8,7 @@ class Utils:
home_path = str(Path.home())
wobuzz_location = os.path.dirname(os.path.abspath(__file__))
settings_location = f"{wobuzz_location}/settings.json"
tmp_path = "/tmp/wobuzz"
def __init__(self, app):
self.app = app