sessions / 0671ab432f461604169d558769b826ac4f69fb18

/home/powellc/src/code.unbl.ink/secstate/vrobbler

This commit has no recorded session.

diff

ignore whitespace

commit 0671ab432f461604169d558769b826ac4f69fb18Author: Colin Powell <colin@unbl.ink>Date:   Sun Jun 21 23:04:23 2026 -0400    [release] Bump to version 57.0        - Scrobble button on some media list pages dont work    - Use HTMx to update the Now Playing widget    - Add a live page that updates the scrobble list via JS polling    - Turns out we cant cache the now playing widget    - What would it look like to add an MCP server to expose scrobbles and media items?diff --git a/PROJECT.org b/PROJECT.orgindex 18b9aac..4b07038 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [5/27] :vrobbler:project:personal:+* Backlog [0/22] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -604,6 +604,7 @@ independent of the email flow it was originally creatdd for  ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +* Version 57.0 [5/5] ** DONE [#A] Scrobble button on some media list pages dont work :bug:scrobbles: :PROPERTIES: :ID:       a3a5c707-2e3d-a6b1-0f7f-4c6f7433aa1f@@ -624,6 +625,7 @@ independent of the email flow it was originally creatdd for :PROPERTIES: :ID:       c5fca159-c7e0-5795-7c05-bbc48f539650 :END:+ * Version 56.4 [3/3] ** DONE [#B] Add ability to do reverse address lookup on lat-long pairs :geolocations:feature: :PROPERTIES:diff --git a/pyproject.toml b/pyproject.tomlindex ffdfa04..9bcf46b 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -1,6 +1,6 @@ [tool.poetry] name = "vrobbler"-version = "56.4"+version = "57.0" description = "" authors = ["Colin Powell <colin@unbl.ink>"]