From 23a62336ce1178639dbfb54f5f631734a0cbec52 Mon Sep 17 00:00:00 2001 From: Frank Anderson Date: Tue, 30 Nov 2021 10:26:13 -0800 Subject: [PATCH] Create 2021-11-30-recovering-from-loss-google-music.md --- ...11-30-recovering-from-loss-google-music.md | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 _drafts/2021-11-30-recovering-from-loss-google-music.md diff --git a/_drafts/2021-11-30-recovering-from-loss-google-music.md b/_drafts/2021-11-30-recovering-from-loss-google-music.md new file mode 100644 index 0000000..8fd66a8 --- /dev/null +++ b/_drafts/2021-11-30-recovering-from-loss-google-music.md @@ -0,0 +1,52 @@ +--- +layout: post +title: Recovering from the loss of Google Music +canonical: +category: +tags: [] +assets: + js: + css: +--- + +## Google Music + +## The aftermath + +## Getting your Music back into shape + +### The problem + +### Similarity + +#### How I fixed it + +```bash +$ find . -name "*.mp3" | wc -l + 12089 +``` + +```bash +find . -name "*([0-9][0-9][0-9]).mp3" -delete +``` + +```bash +$ find . -name "*.mp3" | wc -l + 5896 +``` + +### MusicBrainz Pricard + +#### Do as I say not as I did + +Don't try to do it all in one pass. You will fail and you will loose all your work. + +## Getting to play your music again + +### At home + +Jellyfin + +### On the road + +tailscale