mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 16:45:13 -04:00
import TrackInfo, AlbumInfo, add silence.flac
Maybe should change `metadata/__init__.py` instead so the line `from streamrip.metadata import *` becomes sufficient?
This commit is contained in:
parent
267c48962e
commit
8bb5fc9b23
2 changed files with 2 additions and 0 deletions
BIN
tests/silence.flac
Normal file
BIN
tests/silence.flac
Normal file
Binary file not shown.
|
@ -4,6 +4,8 @@ from util import arun
|
|||
|
||||
from streamrip.metadata import *
|
||||
from streamrip.metadata.tagger import tag_file
|
||||
from streamrip.metadata.track_metadata import TrackInfo
|
||||
from streamrip.metadata.album_metadata import AlbumInfo
|
||||
|
||||
test_flac = "tests/silence.flac"
|
||||
test_cover = "tests/1x1_pixel.jpg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue