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

Allow user to save favorites playlist to local disk #187

Open
unsupervisednn opened this issue Feb 18, 2024 · 3 comments
Open

Allow user to save favorites playlist to local disk #187

unsupervisednn opened this issue Feb 18, 2024 · 3 comments

Comments

@unsupervisednn
Copy link

unsupervisednn commented Feb 18, 2024

I got a different VR headset and lost all my favorites songs list. I want to gauge if this is a feature that is likely to be merged if I work on it. I know the leaderboard is using firebase for persistence. Favorites could probably be stored there but the leaderboard hasn't been loading pointing to firebase overload, so I don't want to rely on that.

To load/restore the favorites file I might have to implement a file chooser webxr UI as an external lib and link it in
Edit: Apparently browser file system api is a built in dialog.

cc @dmarcos

@dmarcos
Copy link
Member

dmarcos commented Feb 21, 2024

I'm good if it can be done simply and without any backend or user management to maintain.

@frabul
Copy link
Contributor

frabul commented Feb 29, 2024

One way to do it would be to add export and import buttons. They can be imported or exported from localStorage in json format.

@kenshin171
Copy link

Similiar to my feature request here #171

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

4 participants