Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6997001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:13:42+00:00 2026-05-27T20:13:42+00:00

The Spotify UI guidelines for Spotify apps (at https://developer.spotify.com/technologies/apps/guidelines/design/ ) say When listing tracks

  • 0

The Spotify UI guidelines for Spotify apps (at https://developer.spotify.com/technologies/apps/guidelines/design/) say “When listing tracks in your app, use our standardized track listings”. I cannot find any examples in the documentation on how to use these “standardized track listings”. By using the Inspector I have found classes in list.css (such as sp-list and sp-item) which it looks like I need to use but have not been able to work out quite how to use these to recreate the look of the Spotify track listings.
The Billboard Top Charts app appears to use track listings like I need, but I can’t find ay way to see how they are doing this as the Inspector only works for your own apps as far as I can tell.

Does anybody have any advice or examples?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:13:43+00:00Added an answer on May 27, 2026 at 8:13 pm

    Some examples

    sp = getSpotifyApi(1);
    
    var m = sp.require("sp://import/scripts/api/models");
    var v = sp.require("sp://import/scripts/api/views");
    
    // Example 1
    var tpl = new m.Playlist();
    var tempList = new v.List(tpl);
    tpl.add(m.Track.fromURI("spotify:track:4z4t4zEn4ElVPGmDWCzRQf"));
    tpl.add(m.Track.fromURI("http://open.spotify.com/track/7E8JGVhbwWgAQ1DtfatQEl"));
    tpl.add(m.Track.fromURI("spotify:track:40YBc3mR3yyqyYvtesQOMj"));
    tpl.add(m.Track.fromURI("spotify:local:Rolling+Stones:A+Bigger+Bang:Rain+Fall+Down:293"));
    
    document.body.appendChild(tempList.node);
    
    // Example 2
    var pl = m.Playlist.fromURI("spotify:user:username:playlist:424km2k4m24");
    var list = new v.List(pl);
    
    document.body.appendChild(list.node);
    
    // Example 3
    var album = m.Album.fromURI("spotify:album:1vWnB0hYmluskQuzxwo25a");
    var albumList = new v.List(album);
    albumList.node.classList.add("album");
    
    document.body.appendChild(albumList.node);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to generate spotify playlists (not text-based) and found this on Github: https://github.com/liesen/spotify-api-server
I'm developing a Spotify app and am getting null data in tracks I'm retrieving
Some mac apps, like iTunes and Spotify, react to the play/pause/next/previous buttons on some
Okay,.. I'm looking into technologies for a 'Case Management' solution design at the moment
In the people app that comes with spotify when you click on a users
I am developing a Spotify App and everything goes very well with a lot
I want to develop an app with the Spotify API. I have downloaded the
Is there any way to send a song title to the spotify app from
When developing a spotify app, how do I show a standard spotify share popover
When I went to Spotify.com for the first time, I saw Spotify is used

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.