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

feature: playlist support #60

Open
danielnbalasoiu opened this issue Feb 22, 2023 · 2 comments
Open

feature: playlist support #60

danielnbalasoiu opened this issue Feb 22, 2023 · 2 comments
Labels
enhancement New feature or request pinned An issue that cannot be closed automatically by Stale
Milestone

Comments

@danielnbalasoiu
Copy link

Currently, only favorite (playlist) can be played.
It would be really useful to have multiple playlists to add items and play from.

@Bellisario
Copy link
Owner

Yes, this could be a great feature, but it could become very complex to make because:

  • favorites saved will need to have some kind of menu to add them to a playlist
  • saving (exporting/importing) favorites can become more complex and "space consuming" because every single music can have playlists where its saved (and we should save playlists, too).

There is a lot of work required to make this working and I don't think I'll implement very soon, but this is surely something to add...

@Bellisario Bellisario added enhancement New feature or request pinned An issue that cannot be closed automatically by Stale labels Feb 22, 2023
@Bellisario Bellisario pinned this issue Feb 22, 2023
@Bellisario Bellisario added this to the Future release milestone Mar 13, 2023
@YAKSL
Copy link

YAKSL commented Apr 23, 2024

i successfully imported playlists from YoutubeMusic (and Youtube) by exporting them as JSON and then slightly editing the file, for playlists from Spotify and other Music Platforms i used a Service that transforms/syncs playlists from-to different platforms and then exporting the transformed Youtube playlist as JSON.
Musicale successfully imported the playlists (JSON) to my favorites although the posters/artworks aren't present.
Screenshot 2024-04-23 135749
1

@Bellisario Bellisario mentioned this issue Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned An issue that cannot be closed automatically by Stale
Projects
None yet
Development

No branches or pull requests

3 participants