Jump to content

hotshot2am

Members
  • Content Count

    2,620
  • Joined

  • Last visited

Posts posted by hotshot2am


  1. Just now, The Stargirl Pinky said:

    @hotshot2am So...based on your code findings, if Fingertips's length in ms does equal 5.8 minutes then does that mean the Candy Necklace length is really is just over 2 minutes long??

     

    No, each song is registered twice, only one has the correct length and the other one the correct title. Candy Necklace is 5:14.


  2. Just now, TextBook said:

    How do we know that? :oprah3:

     

    Since the different tracks have different lengths I assume they are not placeholders. 

    [
      {
        "name": "Track 9",
        "artists": [
          {
            "langs": [
              {
                "code": "en",
                "name": "Lana Del Rey"
              },
              {
                "code": "ja-hrkt",
                "name": "ラナデルレイ"
              },
              {
                "code": "ja-jpan",
                "name": "ラナ・デル・レイ"
              }
            ],
            "name": "Lana Del Rey"
          }
        ],
        "duration_ms": 348000,
        "label": "UMG - Polydor Records",
        "external_metadata": [],
        "type": "track",
        "isrc": "GBUM72206772"
      }
    ]
    

  3. 7 minutes ago, Thoth said:

    Can we do something with these?

     

    1e2af54df84f678c62c2c6fc8a397009

     

    GBUM72206759

     

    I checked the full API output, nothing interesting apart from the title.

    [
      {
        "name": "Candy Necklace",
        "artists": [
          {
            "name": "Lana Del Rey"
          }
        ],
        "duration_ms": 130000,
        "label": "UMG - Universal Music Group",
        "external_metadata": {
        },
        "type": "track",
        "isrc": "GBUM72206759"
      }
    ]
×
×
  • Create New...