Skip to content

Commit

Permalink
Use tag_all in full pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
remi1111 committed Mar 30, 2024
1 parent 3d186e0 commit 1ad965c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/exec_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import spotify_api
import get_avs
import download
import metadata
# import yt_api

def write_to_file(song_dict, filename):
Expand Down Expand Up @@ -57,3 +58,4 @@ def full(playlist):
dict1 = spotify_api.get_playlist(playlist, token, [])
mydict = get_avs.get_dict_spotify(dict1, verbose)
download.download_ids(mydict, verbose)
metadata.tag_all(mydict)

0 comments on commit 1ad965c

Please sign in to comment.