Skip to content

Instantly share code, notes, and snippets.

@imhemish
Created November 2, 2021 17:26
Embed
What would you like to do?
#!/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