Compare commits
No commits in common. "34c6f00d0df68971853a36a6e651e5a856fee69e" and "bf8c5362540cdc5402b23cde8abd65918098aac8" have entirely different histories.
34c6f00d0d
...
bf8c536254
@ -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
|
||||
|
@ -27,7 +27,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user