Skip to content

Instantly share code, notes, and snippets.

View shuGH's full-sized avatar

Shuzo Iwasaki shuGH

  • Japan
View GitHub Profile
@shuGH
shuGH / #AutoHotKey
Last active November 19, 2022 01:32
AutoHotKey
We couldn’t find that file to show.
@shuGH
shuGH / Lyrics Utility
Last active August 29, 2015 14:04
Script to add lyrics tag from text file in directories
# coding: utf-8
# --------------------------------------------------------------------------------
# 音楽ファイルのタグ情報を元にテキスト形式の歌詞ファイルを検索し歌詞を書き込む
# --------------------------------------------------------------------------------
# targets 対象の音楽ファイルorフォルダ(可変長)
# -d --dir 歌詞フォルダ(def:カレント以下)
# -l --matchlevel 文字列一致判定の類似度のレベル(1..3=def)
# -a --ischeckartist アーティストとフォルダ名の一致判定を行うか(def:False)
# -n --isnormalize 歌手表示を規格化するか(def:False)