[release] Bump to version 58.2
Some checks failed
build / test (push) Successful in 2m5s
deploy / test (push) Successful in 2m3s
deploy / build-and-deploy (push) Failing after 25s

- Add more robust webpage scraping
- Time of Day Categories trend
This commit is contained in:
2026-06-23 23:04:48 -04:00
parent 2283a6c640
commit 5e0dffdc7a
2 changed files with 4 additions and 2 deletions

View File

@ -88,7 +88,7 @@ fetching and simple saving.
*** Metadata sources *** Metadata sources
**** Scraper **** Scraper
* Backlog [2/24] :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: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles:
:PROPERTIES: :PROPERTIES:
:ID: 702462cf-d54b-48c6-8a7c-78b8de751deb :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: ** TODO [#B] Is there way to create unique slugs for media instances :media_types:
* Version 58.2 [2/2]
** DONE [#B] Add more robust webpage scraping :webpages:metadata: ** DONE [#B] Add more robust webpage scraping :webpages:metadata:
:PROPERTIES: :PROPERTIES:
:ID: 84d9bfa5-75c0-0718-764e-379f7456602a :ID: 84d9bfa5-75c0-0718-764e-379f7456602a
@ -619,6 +620,7 @@ Added a "Time of Day Categories" trend that groups scrobbles for Books, Trails,
Birding Locations, and Board Games into Early Bird (5-10:59am), Day Jay (11am-6:59pm), Birding Locations, and Board Games into Early Bird (5-10:59am), Day Jay (11am-6:59pm),
and Night Owl (7pm-4:59am) buckets. Shows both overall and per-media-type breakdowns. and Night Owl (7pm-4:59am) buckets. Shows both overall and per-media-type breakdowns.
* Version 58.1 [1/1] * Version 58.1 [1/1]
** DONE [#B] Add auto genre tagging for papers :books:papers:metadata: ** DONE [#B] Add auto genre tagging for papers :books:papers:metadata:
:PROPERTIES: :PROPERTIES:

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "vrobbler" name = "vrobbler"
version = "58.1" version = "58.2"
description = "" description = ""
authors = ["Colin Powell <colin@unbl.ink>"] authors = ["Colin Powell <colin@unbl.ink>"]