mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #590] add last.fm scrabbling support #349
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#349
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rajarshikhatua on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/590
@marcfusch commented on GitHub (Mar 25, 2025):
Hi, I'm currently working on a project and I want to implement a last.fm scrobbler (or other scrobblers) to psst since its a feature I use a lot on the og client. I want to do this locally because writing the part for the client to send tracks to spotify servers is pretty hard (needs spotify connect).
I already did some modifications localy to add a special tab in the preferences menu and to grab the track name + artists.
Do you, regular contributors to the project (@jacksongoode ), have any advice for me to not mess too much with the codebase?
Thanks.
@jacksongoode commented on GitHub (Mar 28, 2025):
Duplicate of #424