Still.. No Metadata Fetching for Copyright and Studio on Subler 1.6.12

Issue #654 new
Fahrul Iha created an issue

There is still no metadata fetching for Copyright and Studio on Subler 1.6.12, macOS Big Sur 11.5. Metadata. Specifically, No Copyright and no Studio on iTunes Metadata; No Copyright only on Apple TV Metadata.

Comments (3)

  1. Hongyu Shi

    There is no such information if you use the public iTunes API.

    I made a demo search on “Inside Out 2015”, and here’s what I can get from Apple:

    {
     "resultCount":1,
     "results": [
    {"wrapperType":"track", "kind":"feature-movie", "trackId":999607190, "artistName":"Pete Docter", "trackName":"Inside Out (2015)", "trackCensoredName":"Inside Out (2015)", "trackViewUrl":"https://itunes.apple.com/us/movie/inside-out-2015/id999607190?uo=4", 
    "previewUrl":"https://video-ssl.itunes.apple.com/itunes-assets/Video111/v4/26/20/72/26207271-bb4a-e2c8-0a28-2a31c50ec63a/mzvf_8349606293619732917.640x480.h264lc.U.p.m4v", "artworkUrl30":"https://is5-ssl.mzstatic.com/image/thumb/Video113/v4/95/c6/4e/95c64e7e-8308-f89c-d82b-14f7be570eff/pr_source.lsr/30x30bb.jpg", "artworkUrl60":"https://is5-ssl.mzstatic.com/image/thumb/Video113/v4/95/c6/4e/95c64e7e-8308-f89c-d82b-14f7be570eff/pr_source.lsr/60x60bb.jpg", "artworkUrl100":"https://is5-ssl.mzstatic.com/image/thumb/Video113/v4/95/c6/4e/95c64e7e-8308-f89c-d82b-14f7be570eff/pr_source.lsr/100x100bb.jpg", "collectionPrice":19.99, "trackPrice":19.99, "trackRentalPrice":3.99, "collectionHdPrice":19.99, "trackHdPrice":19.99, "trackHdRentalPrice":3.99, "releaseDate":"2015-06-19T07:00:00Z", "collectionExplicitness":"notExplicit", "trackExplicitness":"notExplicit", "trackTimeMillis":5705407, "country":"USA", "currency":"USD", "primaryGenreName":"Kids & Family", "contentAdvisoryRating":"PG", "shortDescription":"Growing up can be a bumpy road, and it's no exception for Riley, who is uprooted from her Midwest", 
    "longDescription":"Growing up can be a bumpy road, and it's no exception for Riley, who is uprooted from her Midwest life when her father starts a new job in San Francisco. Like all of us, Riley is guided by her emotions – Joy (Amy Poehler), Fear (Bill Hader), Anger (Lewis Black), Disgust (Mindy Kaling) and Sadness (Phyllis Smith). The emotions live in Headquarters, the control center inside Riley’s mind, where they help advise her through everyday life. As Riley and her emotions struggle to adjust to a new life in San Francisco, turmoil ensues in Headquarters. Although Joy, Riley's main and most important emotion, tries to keep things positive, the emotions conflict on how best to navigate a new city, house and school.", "hasITunesExtras":true}]
    }
    

    However, the API Apple uses in there iTunes pages is different, and more powerful. The complete data which iTunes page uses can be found under:

    <html >
      <head></head>
      <body class="…">
        ……
        <script type="fastboot/shoebox" id="shoebox-ember-data-store">
          {…… (movie info here)}
          {…… (language info here)}
        </script>
        ……
        ……
      </body>
    </html>
    

    This complete version contains all metadata including Studio and Copyright.

    Maybe there is a way to load this info to Subler?

  2. Log in to comment