Created
November 2, 2021 17:26
-
-
Save imhemish/1efedabcad70a543db5f0f85d52fd565 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env python3 | |
| from pydownsongs import get_meta, add_meta | |
| from sys import argv | |
| args = argv[1:] | |
| for item in args: | |
| add_meta(get_meta(item), item) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment