[release] Bump to version 68.6
- Music track scrobbles now frequently find the wrong track
This commit is contained in:
@ -1,5 +1,20 @@
|
||||
#+title: CHANGELOG
|
||||
|
||||
* Version 68.6 [1/1]
|
||||
** DONE [#A] Music track scrobbles now frequently find the wrong track :music:metadata:scrobbles:
|
||||
:PROPERTIES:
|
||||
:ID: 6f8355f0-e6d2-4f45-a973-2d80420ca346
|
||||
:END:
|
||||
<2026-08-26 Wed>
|
||||
|
||||
*** Description
|
||||
|
||||
When a music track is scrobbled, it look only by title first, which frequently leads to getting the wrong track, where the title is correc, but the artist and album is wrong.
|
||||
|
||||
We should look up by musicbrainz_id first if we have it, then fall back to title/artist__name, and then title.
|
||||
|
||||
|
||||
|
||||
* Version 68.5 [1/1]
|
||||
** DONE [#B] Fix badge bug in sentiment analysis :sentiment:ui:templates:
|
||||
:PROPERTIES:
|
||||
|
||||
15
PROJECT.org
15
PROJECT.org
@ -18,7 +18,7 @@ tasks, Todoist tasks, web pages I've read and trails I've hiked has turned out
|
||||
to be sometimes cathartic and sometimes functional as I try to remember when I
|
||||
did a thing.
|
||||
|
||||
* Backlog [1/31] :vrobbler:project:personal:
|
||||
* Backlog [0/30] :vrobbler:project:personal:
|
||||
** TODO [#C] Configure IMAP folder/start in user profile :imap:settings:
|
||||
*** Description
|
||||
|
||||
@ -591,16 +591,3 @@ The Edit log form should have from top to bottom:
|
||||
- Expansion ids (which should a multi-select widget of expansions for this game)
|
||||
- Location (which should be a drop down of BoardGameLocations for this user)
|
||||
|
||||
** DONE [#A] Music track scrobbles now frequently find the wrong track :music:metadata:scrobbles:
|
||||
:PROPERTIES:
|
||||
:ID: 6f8355f0-e6d2-4f45-a973-2d80420ca346
|
||||
:END:
|
||||
<2026-08-26 Wed>
|
||||
|
||||
*** Description
|
||||
|
||||
When a music track is scrobbled, it look only by title first, which frequently leads to getting the wrong track, where the title is correc, but the artist and album is wrong.
|
||||
|
||||
We should look up by musicbrainz_id first if we have it, then fall back to title/artist__name, and then title.
|
||||
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "vrobbler"
|
||||
version = "68.5"
|
||||
version = "68.6"
|
||||
description = ""
|
||||
authors = ["Colin Powell <colin@unbl.ink>"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user