mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #122] Change One Line of Code to Support Free Accounts #89
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#89
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 @chris124567 on GitHub (Aug 19, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/122
psstdoes not currently support free accounts by default. This can be easily fixed by switchingPRODUCT_PARTNERtoPRODUCT_CLIENTatgithub.com/jpochyla/psst@0827aaa5c3/psst-core/src/connection/mod.rs (L290)and selecting low or normal audio qualities. Proof (I'm a free user): https://i.imgur.com/aSKXjgX.png. I can understand why you may not want to do this (DMCA?) but I am just letting you know that this is an option.@BehnH commented on GitHub (Aug 19, 2021):
I believe this was done as Psst doesn't support the free account skip limit?
@chris124567 commented on GitHub (Aug 19, 2021):
From what I can tell, the "skip limit" does not actually exist server side and is only enforced clientside
@BehnH commented on GitHub (Aug 19, 2021):
Not enforcing it would make psst break Spotify TOS off the top of my head, so it wouldn't be something that should be added, in my opinion.
Furthermore, there are differences, such as Spotify Premium having higher audio quality and no adverts, whereas the Free plan enforces ads, etc.
If psst was to add support for these things, it would most likely be trivial for someone to remove them, which puts an unnecessary target on this project.
@jpochyla commented on GitHub (Aug 20, 2021):
As I try to play by the Spotify rules as much as possible, I don't intend to support free accounts in Psst, but thank you for letting me know.