Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions _drafts/2021-11-30-recovering-from-loss-google-music.md
Original file line number Diff line number Diff line change
@@ -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