-
Notifications
You must be signed in to change notification settings - Fork 58
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 Request] Source songs from user folder #11
Comments
+100 to this. I want to be able to generate a single smart playlist that is all the songs in a folder. Seems like a really simple thing, no one has made something to do it. |
I know the SpotifyAPI doesn't support Playlist Folders even tho there is a URL for it: One work around that I think could be helpful would be the ability to search users playlist for names that match |
Hi @technomorph !
Does that apply in general, so to speak? But ofc, if folders are not in the API, then that cant happen right now. |
Nope currently you can’t do anything with folders with the web API. There have been many requests for it. I have a shell script which reads my local Spotify Cache folder which does contain the folder structure and contained playlists. I’m able to build a JSON String that contains following keys:
I use my own Objective-C code to parse the JSON. Create my own NSDictionary of the structure. |
Hello,
First of all thank you very much for your work on this, and let me say how impressed I am at the quality of the app you've built. It's useful, simple to use and fast, so big ups on the holy trinity there!
As for the FR, I think it would be really useful for users to source entire folders when making programs. To be clear:
I have the current Playlist structure in my account:
where each SmartPlaylist is the result of a SmartProgram whose songs are sourced in one folder in SourcePlaylists.
I think it'd greatly improve workflow to be able to designate a program's source as all the playlists in an user's folder. It would allow the user to focus exclusively on content while on Spotify app and exclusively on model development while on SmarterPlaylists.
Having never developped a web app, and certainly never developped an app that interacts with Spotify I don't know how hard this would be to implement. As it stands it doesn't look like folders have URI addresses that can be shared like Playlists, but maybe you could ask a user on login for his account information directly (songs, existing playlists and folders), therefore making a closer integration of your app to Spotify ?
Anyways, just a thought I had while discovering your work.
Thanks again,
Francisco
The text was updated successfully, but these errors were encountered: