tmp
This commit is contained in:
parent
99cd872227
commit
b6c59e81ad
5 changed files with 226 additions and 104 deletions
7
main.py
7
main.py
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
|
||||
import Flow
|
||||
|
||||
|
||||
def test1():
|
||||
flow = Flow.Flow()
|
||||
|
||||
|
|
@ -14,13 +13,15 @@ def test1():
|
|||
|
||||
# flow.fetch_and_save_lyrics()
|
||||
|
||||
|
||||
def main():
|
||||
flow = Flow.Flow()
|
||||
|
||||
# flow.fetch_spotify()
|
||||
flow.fetch_local()
|
||||
# flow.fetch_local()
|
||||
|
||||
flow.parse_spotify_library()
|
||||
flow.parse_itunes_library()
|
||||
flow.parse_local_library()
|
||||
|
||||
flow.load_libraries()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue