use local music
This commit is contained in:
parent
d345dcf6d1
commit
4d1a2693da
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user