LICENSE.md
README.md
pyproject.toml
lrxy/__init__.py
lrxy/__main__.py
lrxy/completions.py
lrxy.egg-info/PKG-INFO
lrxy.egg-info/SOURCES.txt
lrxy.egg-info/dependency_links.txt
lrxy.egg-info/entry_points.txt
lrxy.egg-info/requires.txt
lrxy.egg-info/top_level.txt
lrxy/converter/__init__.py
lrxy/converter/lrc.py
lrxy/converter/main.py
lrxy/converter/srt.py
lrxy/converter/ttml.py
lrxy/converter/utils.py
lrxy/exceptions/__init__.py
lrxy/formats/__init__.py
lrxy/formats/filetype.py
lrxy/formats/id3.py
lrxy/formats/mp4.py
lrxy/formats/vorbis.py
lrxy/providers/__init__.py
lrxy/providers/applemusic.py
lrxy/providers/lrclib.py
lrxy/providers/musixmatch.py
lrxy/providers/qq.py
lrxy/providers/utils.py
lrxy/utils/__init__.py
lrxy/utils/audio.py
lrxy/utils/iter_files.py