use local music

This commit is contained in:
JJJHolscher 2024-09-01 16:21:37 +02:00
parent d345dcf6d1
commit 4d1a2693da

View File

@ -9,6 +9,7 @@
Play my playlist every few minutes.
"""
import os
import sys
import threading
from argparse import ArgumentParser
@ -141,7 +142,7 @@ if __name__ == "__main__":
parser = ArgumentParser()
parser.add_argument(
"--playlist",
default="/mnt/nas/m/m/anime-muziek",
default=os.path.expanduser('~') + "/m",
help="path to the folder with the playlist to play",
)
parser.add_argument(