Added special handling for title in emf
This commit is contained in:
parent
d00c74fdbe
commit
cefc5c99d9
3 changed files with 33 additions and 3 deletions
|
@ -16,4 +16,10 @@ class TestMMP(unittest.TestCase):
|
|||
n = Metadata(path)
|
||||
self.assertEqual(n.extract(), m)
|
||||
|
||||
def test_recorded(self):
|
||||
recorded_file = "./15:15:00-Untitled Show-256kbps.ogg"
|
||||
m = global_reader.read_mutagen(recorded_file)
|
||||
pp(m)
|
||||
|
||||
|
||||
if __name__ == '__main__': unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue