id3guess, tag-mp3s.py: document dependencies
This commit is contained in:
parent
1158719cf7
commit
6fde5d857e
4
id3guess
4
id3guess
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Dependencies:
|
||||
# - python3 command
|
||||
# - id3tag command
|
||||
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
|
@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Dependencies:
|
||||
# - python3 command
|
||||
# - python3-mutagen package
|
||||
|
||||
import getopt
|
||||
import glob
|
||||
import mutagen.id3
|
||||
|
Loading…
x
Reference in New Issue
Block a user