<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Generate playlist based on mood in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626251#M10397</link>
    <description>&lt;P&gt;You can let your app pick up to five random genres as a seed.&lt;/P&gt;&lt;P&gt;Some genres are overrepresented with many sub-genres like metal. Also the &lt;EM&gt;genre&lt;/EM&gt;&lt;EM&gt;s&lt;/EM&gt; rainy-day, summer and workout are in the list.&lt;/P&gt;&lt;P&gt;You can make your own list from those genres if you want. And maybe you can pick the genre&amp;nbsp;&lt;EM&gt;chill&lt;/EM&gt; if the picked mood is chill etc.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 10:36:01 GMT</pubDate>
    <dc:creator>Ximzend</dc:creator>
    <dc:date>2023-08-22T10:36:01Z</dc:date>
    <item>
      <title>Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5495144#M7759</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Free/Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Indonesia&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(iPhone 8, Samsung Galaxy 9, Macbook Pro late 2016)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Windows 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there a way to generate playlist based on mood(ex: happy, sad, relaxed, etc.)?&lt;/P&gt;&lt;P&gt;I read there's a way natively without requiring the need of machine learning based on liveness, valence, etc.&lt;/P&gt;&lt;P&gt;I read it somewhere it is possible woth the API on the developer page, but I may have misread it.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 03:08:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5495144#M7759</guid>
      <dc:creator>farsdewibs0n</dc:creator>
      <dc:date>2023-01-27T03:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5495231#M7762</link>
      <description>&lt;P&gt;Mood can be expressed as it's valence and arousal value. There's a endpoint called &lt;A href="https://developer.spotify.com/documentation/web-api/reference/#/operations/get-recommendations" target="_blank" rel="noopener"&gt;Get Recommendations&lt;/A&gt;&amp;nbsp;(&lt;A href="https://developer.spotify.com/console/get-recommendations/" target="_blank" rel="noopener"&gt;console&lt;/A&gt;) where you can search with it. The only difference is that here you must use&amp;nbsp;&lt;EM&gt;energy&lt;/EM&gt; instead of&amp;nbsp;&lt;EM&gt;arousal&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;The endpoint also requires an artist id, a track id&amp;nbsp; or a genre. Here is how you can&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/web-api/reference/#/operations/get-recommendation-genres" target="_blank" rel="noopener"&gt;Get Available Genre Seeds&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(&lt;A href="https://developer.spotify.com/console/get-available-genre-seeds/" target="_blank" rel="noopener"&gt;console&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note: there is no way to search with a mood word directly with the API. So, you'll need to find a list of moods with their valence and arousal values on the internet for yourself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me know if you want more information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 06:42:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5495231#M7762</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-01-27T06:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5623933#M10342</link>
      <description>&lt;P&gt;Ok, I got the value of valence and energy on each emotion I have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt; The endpoint also requires an artist id, a track id or a genre.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm slightly confused on this, that means I have to pick which artist (by grabbing the ID)? or this is just a random seed that I can make up?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And one more question:&lt;BR /&gt;Do I need to have a playlist on my account to get the music,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or it can generate a temporary playlist based on 2 values (energy and valence) and it gets deleted after some time?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 00:06:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5623933#M10342</guid>
      <dc:creator>farsdewibs0n</dc:creator>
      <dc:date>2023-08-17T00:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5624088#M10345</link>
      <description>&lt;P&gt;The seed tracks or seed artists need to be the ID of those items.&lt;/P&gt;&lt;P&gt;Spotify gets the tracks form it's own database, and you don't have to / can't provide your own source playlist.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 08:56:05 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5624088#M10345</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-17T08:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626197#M10395</link>
      <description>&lt;P&gt;If I want to make the songs fully random (let Spotify pick the songs), should I just empty the&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;seed_artists,&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;seed_genres and&amp;nbsp;&lt;SPAN class=""&gt;seed_tracks?&lt;BR /&gt;&lt;BR /&gt;But 1 of 3 is required to generate the result and that's not how I exactly want the result.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Should I just put the seed_track a random one instead?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 08:08:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626197#M10395</guid>
      <dc:creator>farsdewibs0n</dc:creator>
      <dc:date>2023-08-22T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626251#M10397</link>
      <description>&lt;P&gt;You can let your app pick up to five random genres as a seed.&lt;/P&gt;&lt;P&gt;Some genres are overrepresented with many sub-genres like metal. Also the &lt;EM&gt;genre&lt;/EM&gt;&lt;EM&gt;s&lt;/EM&gt; rainy-day, summer and workout are in the list.&lt;/P&gt;&lt;P&gt;You can make your own list from those genres if you want. And maybe you can pick the genre&amp;nbsp;&lt;EM&gt;chill&lt;/EM&gt; if the picked mood is chill etc.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 10:36:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626251#M10397</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-22T10:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626554#M10405</link>
      <description>&lt;P&gt;Is there a list of genres that I can use&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 00:39:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626554#M10405</guid>
      <dc:creator>farsdewibs0n</dc:creator>
      <dc:date>2023-08-23T00:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generate playlist based on mood</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626607#M10406</link>
      <description>&lt;P&gt;Yes, you can get them by pressing the&amp;nbsp;&lt;EM&gt;Try it&lt;/EM&gt; button at the &lt;A href="https://developer.spotify.com/documentation/web-api/reference/get-recommendation-genres" target="_blank" rel="noopener"&gt;Get Available Genre Seeds&lt;/A&gt; page.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 05:04:05 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Generate-playlist-based-on-mood/m-p/5626607#M10406</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-23T05:04:05Z</dc:date>
    </item>
  </channel>
</rss>

