Compare commits

...

2 Commits

Author SHA1 Message Date
34c6f00d0d Add docstrings 2024-05-18 20:56:48 -04:00
a765c44364 Remove unused sys import 2024-05-18 20:55:37 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -24,12 +24,12 @@
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
import re
import sys
import click
def cue_to_meta(cuefile, metafile):
"""Convert CUE to META."""
title = None
performer = None
timestamp = None

View File

@ -27,6 +27,7 @@ import cue_to_meta
def test_cue_to_meta():
"""Test CUE to META conversion."""
cue_text = """PERFORMER "mcornick"
TITLE "Luv'n Time International"
FILE "recording.mp3" MP3