r/smarterplaylists

▲ 6 r/smarterplaylists+1 crossposts

Playlist Stats

Why is there no data about playlists published on Spotify (apart from the number of 'saves')? The following statistics would help people find playlists, and could also help playlist curators improve their content:

Stats about the playlist content:

  1. List of genres represented in the playlist (percentage of songs in each)
  2. Number of individual artists in the playlist and percentage of songs from each
  3. Chart showing the release dates of the songs listed, or just percentage of songs from each decade represented
  4. Country location of each artist in the list
  5. languages represented in the playlist (and percent of instrumental songs)

Stats about the listeners of the playlist:

  1. How many people have listened to the playlist in the last week/month?
  2. How long did they listen?
  3. How often did they skip songs?
  4. Which songs did they skip the most?
  5. Do users engage with the songs/artists while listening (click on the song/artist page or look at song DNA or the artist profile for example)?
  6. How often do users like or follow a song/artist while listening to the playlist?
  7. Which songs/artists received the most engagement from listeners of the playlist?
  8. Where are the listeners located?

These stats would go a long way towards identifying the best quality playlists, and could be combined into an overall 'engagement score' which could then be used to rank playlists.

If you think about it, Spotify's main asset (really, it's only asset) is it's massive user base. To the extent that they can get users more engaged with the platform, they will secure and expand their lead in the market. I publish playlists on Spotify and artists publish music there because that's where the users are. But, if Apple, YouTube music Deezer or SoundCloud start giving useful stats about how users listen to my playlists, I'm moving in a second. No joke, I have a playlist with >1000 saves, and I will start again from scratch the second a platform starts giving useful stats!

reddit.com
u/CapitainChicken — 15 hours ago
▲ 16 r/smarterplaylists+1 crossposts

PROGRAM: Four Degrees of Separation

This program makes use of the new Similar Tracks component to find tracks by artists several steps away from a seed artist that you specify. It also uses Artist Filter to eliminate tracks by artists that were found at the next higher level. Because it leverages a lot of Shuffle and Sample components, the output is different every time you run it.

The program: https://smarterplaylists.playlistmachinery.com/shared/0WBl7k8sYrI5gDDu

u/7ChineseBrothers — 3 days ago

Tool for Spotify playlist organising

I built a web app called TrackFinder to solve a few Spotify playlist problems that I couldn't find good tools for.

Current features:

  • Search for an artist and add multiple songs at once instead of adding tracks one by one.
  • Remove duplicate songs from playlists.
  • Copy songs from one playlist to another while preserving their exact order.

The last feature is especially useful for a niche group of people who organize playlists by newest songs at the top. Most playlist copy tools don't preserve the order the way you'd expect.

For example, if you want to move songs from Playlist A into Playlist B without ruining the existing order, TrackFinder can insert them so the newest songs stay at the top, exactly as they appeared in the source playlist. You can also reverse the order if that's what you need.

I originally built this because I couldn't find any tool that handled this workflow properly, so I decided to make one myself.

I'd love to hear any feedback or feature suggestions. If there's another annoying Spotify playlist task you've always wished was easier, let me know.

GitHub: https://github.com/SaaL2568/TrackFinder

u/itsmeSamLOL — 4 days ago

Is the site down?

I noticed my playlist hadn't refreshed this morning as usual so went to check the scheduling and can't get past the "loading" screen. Anyone else having issues or should I try a different device?

reddit.com
u/pirnie13 — 7 days ago

Is Smarter Playlists still down? Is my IP blocked because I use a VPN? I'm still just seeing the Loading screen, even after clearing cache and cookies in my browser.

u/7ChineseBrothers — 6 days ago

The program I use to find new(ish) music by bands similar to those I've recently liked

I love the new "Similar Tracks" component as a tool for finding songs by artists adjacent to ones I'm familiar with. This program includes a filter near the end to include only songs released in the past 24 months, so I can discover new music by bands I might have otherwise missed. It also leans heavily on Shuffle so it produces a different mix every time I run it. If anyone's interested, you can listen to the target playlist here (beware that it changes frequently.)

u/7ChineseBrothers — 8 days ago

Similar Tracks is excellent

Similar Tracks has become my new favorite component.

I'm using it daily for music discovery. I take a random sample of my 500 most recently added Liked Songs, feed it into Similar Tracks, filter out tracks I've already heard, and add the rest to a discovery queue.

The result is a small batch of new-to-me music every day that's weighted toward the music I've been digging recently. As I add new tracks to Liked Songs, the whole system naturally adapts.

A few ideas for /u/plamere:

  • Could the same mechanism fetch the top n tracks from each artist in the input stream? Basically the "Popular" section from each artist's Spotify page.
  • How about a version that uses Song Radio instead of Artist Radio?
  • Do you have plans for more components that take one input stream and replace it with another? This seems like a new category. Sources create streams. Filters and Selectors reduce them. Similar Tracks transforms one stream into a different one. Maybe call them Replacers? Or Expanders, if keeping the original tracks in the output becomes the default?
reddit.com
u/JoeWalkerGuitar — 9 days ago