mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
this makes more sense
This commit is contained in:
parent
beaab9778e
commit
9a22ad5ea3
5 changed files with 14 additions and 6 deletions
18
bin/mtag/audio-key.py
Normal file
18
bin/mtag/audio-key.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import keyfinder
|
||||
|
||||
"""
|
||||
dep: github/mixxxdj/libkeyfinder
|
||||
dep: pypi/keyfinder
|
||||
dep: ffmpeg
|
||||
|
||||
note: cannot fsenc
|
||||
"""
|
||||
|
||||
|
||||
try:
|
||||
print(keyfinder.key(sys.argv[1]).camelot())
|
||||
except:
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue