Chartmetric CLI

A command line tool for accessing the Chartmetric API.

cm albums playlists

Get the playlists for a specific album.

Synopsis

Full API endpoint documentation at https://api.chartmetric.com/apidoc/#api-Album-GetPlaylistsByAlbums

cm albums playlists [flags]

Examples

  cm albums playlists --id=35317628 --platform=spotify --status=current

Options

      --id string                  Chartmetric album id
      --platform string            Filter by streaming platform. Allowed values: 'spotify', 'applemusic', 'deezer', 'amazon' (default: 'spotify')
      --status string              Playlist status. Allowed values: 'current', 'past' (default: 'current') (default "current")
      --since string               Start date in ISO date format YYYY-MM-DD (default: 180 days ago)
      --until string               End date in ISO date format YYYY-MM-DD (defaults to today, maximum is 365 days from the since date)
      --limit string               Maximum number of results to be returned (default "10")
      --offset string              Offset of entries to be returned
                                   
                                   
      --indie string               Return playlists curated by indie (aka non-major) labels
      --editorial string           Return playlists curated by the music platform (e.g. Spotify Editorial Playlists, Apple Music Editorial Playlists, ...)
      --majorCurator string        Return playlists curated by major curators (e.g. FiltrColombia, Digster, Deezer MENA editor, ...)
      --newMusicFriday string      Return playlists where Spotify's most anticipated new tracks of the week are posted every Friday
      --editorialBrand string      Return playlists that are personalized based on users' listening habits and preferences
      --personalized string        Return playlists curated by major labels
      --deezerPartner string       Return playlists curated by Deezer partners
      --chart string               Return playlists based on music charts
      --thisIs string              Return "This Is" playlists curated by Spotify
      --hundredPercent string      Return "100%" playlists curated by Deezer
      --radio string               Return playlists curated by radio stations
      --fullyPersonalized string   Return "fully personalized" playlists curated by Spotify, that are based on users' listening behavior and preferences
      --brand string               Return playlists related to brands
      --musicBrand string          Return playlists curated under specific music brands by Apple Music's editorial team
      --nonMusicBrand string       Return playlists curated under specific non-music brands by Apple Music's editorial team
      --popularIndie string        Return playlists featuring popular indie tracks
      --audiobook string           Return audiobook playlists curated by Spotify. These playlists feature audiobook content rather than music content
      --personalityArtist string   Return playlists curated under specific personality artists by Apple Music's editorial team
                                   
                                   
  -h, --help                       help for playlists

Options inherited from parent commands

  -d, --debug                  Display debug output in the console (default: false)
  -r, --refresh_token string   Chartmetric API Refresh Token to use (overrides config file token; does not save)
  -V, --verbose                Show additional details only when displaying debug info (default: false)

SEE ALSO

  • cm albums - Lookup information related to albums
Auto generated by spf13/cobra on 28-Aug-2024