From 97674877f08dcb7097863ee4601bb3a24b94b7df Mon Sep 17 00:00:00 2001 From: breadcat Date: Mon, 16 Nov 2020 23:05:27 +0000 Subject: Alter some EXCESSIVE casing --- content/posts/scraping-now-albums.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/scraping-now-albums.md') diff --git a/content/posts/scraping-now-albums.md b/content/posts/scraping-now-albums.md index 2acc0a8..391fc3a 100644 --- a/content/posts/scraping-now-albums.md +++ b/content/posts/scraping-now-albums.md @@ -1,5 +1,5 @@ --- -title: "Scraping and Grabbing Now! albums" +title: "Scraping and grabbing Now! albums" date: 2018-12-04T16:28:00 tags: ["Guides", "Linux", "Lists", "Music", "Servers", "Snippets", "Software"] --- @@ -25,7 +25,7 @@ To manage this, we'll run a youtube search on every entry, and grab the resultin while read line; do youtube-dl -x --audio-format=mp3 ytsearch:"$line lyrics"; done < parse_list.txt ``` -Please note, I append a " lyrics" in the search string to avoid too obvious music videos that sometimes have +Please note, I append a " lyrics" in the search string to avoid too obvious music videos that sometimes have With this, we have 73 `mp3` files dumped into our working directory with messy filenames. I usually throw these into `beets` in singleton mode via docker to improve the quality of the filenames/tags. -- cgit v1.2.3