Skip to content

Commit 6053556

Browse files
committed
usage
1 parent d17f3e5 commit 6053556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xklb/usage.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1203,12 +1203,12 @@ def play(action) -> str:
12031203
Move fresh music to your phone every Sunday:
12041204
12051205
# move last week music back to their source folders
1206-
library relmv /mnt/d/80_Now_Listening/ /mnt/d/
1206+
library mv /mnt/d/sync/weekly/ /mnt/d/check/audio/
12071207
12081208
# move new music for this week
12091209
library relmv (
12101210
library listen audio.db --local-media-only --where 'play_count=0' --random -L 600 -p f
1211-
) /mnt/d/80_Now_Listening/
1211+
) /mnt/d/sync/weekly/
12121212
"""
12131213

12141214
mv_list = """library mv-list [--limit LIMIT] [--lower LOWER] [--upper UPPER] MOUNT_POINT DATABASE

0 commit comments

Comments
 (0)