Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't publish playlists on profile #7

Open
NotBlackice opened this issue Dec 7, 2024 · 2 comments
Open

Don't publish playlists on profile #7

NotBlackice opened this issue Dec 7, 2024 · 2 comments

Comments

@NotBlackice
Copy link

I hope this is something that can be changed, it would be nice if created playlist weren't automatically published on my profile.

Also yes I have the Spotify setting disabled.
12-07-2024_06-56-38

@Resxt
Copy link
Owner

Resxt commented Dec 9, 2024

Hello @NotBlackice

This is something I had in mind for future updates with a menu where you could pick several settings such as this one, never worked on it for now.
This should be possible based on Spotify's API documentation

I will try to work on it whenever I can but can't promise anything since I'm quite busy with other things at the moment.
In the meantime, here are some solutions:

Once the playlist is created right click it and click on "Make private". This is a manual per playlist temporary fix

Another solution that's fairly easy to do in your case since you don't have to think about updating the extension for everyone else like me, is to edit the extension's code to force public off, then rebuild and apply your local extension instead of the one on the marketplace

You would add "public": false after the description field here (so add a , after ". Created with discography-to-playlist") then add the public field
https://github.com/Resxt/Spicetify-Extensions/blob/main/discography-to-playlist/src/app.tsx#L14

Then you can delete the extension and follow these instructions to build your modified extension
You can then install it on Spicetify by follow their documentation

@NotBlackice
Copy link
Author

Awesome as hell for you to provide instructions on doing it myself! I'll give that a try if it starts to bother me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants