diff options
Diffstat (limited to '')
-rw-r--r-- | posts/debug-ncmpcpp-taglib.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/posts/debug-ncmpcpp-taglib.md b/posts/debug-ncmpcpp-taglib.md index d8d6d57..0291190 100644 --- a/posts/debug-ncmpcpp-taglib.md +++ b/posts/debug-ncmpcpp-taglib.md @@ -16,12 +16,12 @@ happened: ![ncmpcpp displaying duplicate entries](img/ncmpcpp-double-tag.png) -Every time I saved my changes, another duplicate entry would be added to -each tag. I had not updated `ncmpcpp(1)` in a while and was initially -confused as to why it failed suddenly. I left it, removed all tags using -`metaflac(1)`, and tagged it manually. Then I decided that I could not -be bothered but still wanted to investigate it at a later point, so I -added an entry to my to-do list. +Every time I saved my changes, another duplicate entry would be added to each +tag. I had not updated `ncmpcpp(1)` in a while and was initially confused as to +why it failed suddenly. I left it, removed all tags using `metaflac(1)`, and +tagged the album manually. At the time I could not really be bothered to fix +it, but I still wanted to investigate it at a later point, so I added an entry +to my to-do list. ## Diving in |