Skip to content

Instantly share code, notes, and snippets.

@imhemish
Created November 2, 2021 17:26
Show Gist options
  • Save imhemish/1efedabcad70a543db5f0f85d52fd565 to your computer and use it in GitHub Desktop.
Save imhemish/1efedabcad70a543db5f0f85d52fd565 to your computer and use it in GitHub Desktop.
#!/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