sessions / bbac142b40cb10bc8d8987b31623d540a625940a

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

This commit has no recorded session.

diff

ignore whitespace

commit bbac142b40cb10bc8d8987b31623d540a625940aAuthor: Colin Powell <colin@unbl.ink>Date:   Tue Jun 9 12:36:27 2026 -0400    [deps] Add sqidsdiff --git a/PROJECT.org b/PROJECT.orgindex e9257f9..4dee138 100644--- a/PROJECT.org+++ b/PROJECT.org@@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [0/14] :vrobbler:project:personal:+* Backlog [1/15] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :vrobbler:personal:bug:music:scrobbles: :PROPERTIES: :ID:       702462cf-d54b-48c6-8a7c-78b8de751deb@@ -535,6 +535,10 @@ to go try to enrich the media instance.  Should this enrichment fail, tag the sc log a warning and move on.           +** DONE [#A] Fix bug in missing sqids dep :dependencies:project:+:PROPERTIES:+:ID:       0b619837-729a-cd74-7a97-6fa2a148b27d+:END: * Version 48.2 [1/1] ** DONE [#A] Lock down scrobbles and use sqids to share them :feature:sharing:scrobbles: :PROPERTIES:diff --git a/poetry.lock b/poetry.lockindex e76bdc1..141487a 100644--- a/poetry.lock+++ b/poetry.lock@@ -4966,6 +4966,18 @@ files = [     {file = "soupsieve-2.8.3.tar.gz", hash = "sha256:3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349"}, ] +[[package]]+name = "sqids"+version = "0.5.2"+description = "Generate YouTube-like ids from numbers."+optional = false+python-versions = ">=3.6"+groups = ["main"]+files = [+    {file = "sqids-0.5.2-py3-none-any.whl", hash = "sha256:0089ba823e21fd44290c7225f02fb0b5140c36e41959c04d86d3f6f2513799be"},+    {file = "sqids-0.5.2.tar.gz", hash = "sha256:5ac08f0c5c9b6814bc2e7c79ee5931e0849d25d95c50e415771b022a44f58af9"},+]+ [[package]] name = "sqlparse" version = "0.5.5"@@ -6020,4 +6032,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.15"-content-hash = "78ba52d0e6ea492efceb14fcd42ace25abfb66d42c3aff28f2fe1a31a9aa03b5"+content-hash = "cc5b3b44071d6b0ab4f05189580232cc129b4ed694ab3f0673c3d838c3af0f8a"diff --git a/pyproject.toml b/pyproject.tomlindex f439c4a..85a0780 100644--- a/pyproject.toml+++ b/pyproject.toml@@ -63,6 +63,7 @@ gpxpy = "^1.6.2" fitparse = "^1.2.0" lxml = ">=5.5.0" vaderSentiment = "^3.3.2"+sqids = "^0.5.2"  [tool.poetry.group.test] optional = true