Skip to content

Commit 83613b0

Browse files
committed
[ID3toCSV] fix utf8 issue
1 parent 0206adc commit 83613b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Id3ToCsv/id3tocsv.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: UTF-8 -*-
3+
14
#pip3 install mutagen
25
#run script w/ python3: python3 id3tocsv.py /media/user/path\ to\ mp3_files
36
import os

0 commit comments

Comments
 (0)