Created
January 19, 2021 13:53
-
-
Save dtsdwarak/e5f730de140428b08c080932616a688d to your computer and use it in GitHub Desktop.
cmus library update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cmus-remote -C clear | |
cmus-remote -C "add ~/Music" | |
cmus-remote -C "update-cache -f" | |
# Reference URL | |
# https://medium.com/@johnnymatthews/how-to-update-your-cmus-library-73b1282f7d51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment