Skip to content

Commit

Permalink
fix: update tag path
Browse files Browse the repository at this point in the history
  • Loading branch information
danztran committed Dec 17, 2020
1 parent 5af8009 commit 1839b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metube
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ download() {
echo \> playlist $playlist - link $link
mkdir -p "./dist" "./dist/$playlist"
youtube-dl -cix --add-metadata --download-archive "./dist/$playlist/.archive" --audio-format mp3 -o "./dist/$playlist/%(title)s.%(ext)s" "$link"
eyed3 -A "$playlist" -G "$playlist" "$playlist"
eyed3 -A "$playlist" -G "$playlist" "./dist/$playlist"
done
}

Expand Down

0 comments on commit 1839b21

Please sign in to comment.