Skip to content

Instantly share code, notes, and snippets.

View niccy266's full-sized avatar

Valentina Concha Vargas niccy266

  • University of Otago
  • Waikato, New Zealand
  • 01:26 (UTC -04:00)
  • LinkedIn in/val-v
View GitHub Profile
@niccy266
niccy266 / lastfm_top-tags.py
Created October 28, 2024 09:56 — forked from aembleton/lastfm_top-tags.py
Add tags to MP3s
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os, sys
def main(f):
if not os.path.splitext(f)[1].lower() == '.mp3':
err('usage')