We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0206adc commit 83613b0Copy full SHA for 83613b0
1 file changed
Id3ToCsv/id3tocsv.py
@@ -1,3 +1,6 @@
1
+#!/usr/bin/env python3
2
+# -*- coding: UTF-8 -*-
3
+
4
#pip3 install mutagen
5
#run script w/ python3: python3 id3tocsv.py /media/user/path\ to\ mp3_files
6
import os
0 commit comments