Subler not downloading metadata from iTunes.

Issue #456 resolved
Mangers created an issue

Screen Shot 2018-08-11 at 11.14.31 am.png

Subler isn't populating all the metadata from itunes. It does it when you request metadata from TheMovie DB but not iTunes. I've noticed this has only recently been happening. I used it on Aug 2 and all metadata was retrieved from iTunes.

I've included a screenshot of all the metadata that subler was able to pull from the iTunes store for "Mission: Impossible" as an example. The issue is affecting all movies and not limited to just one title.

I also tried to see if the iTunes Country affected what metadata was retrieved but it didn't matter. Both the Aus and US iTunes store came back with he same data. The only variation was the content rating, iTunes country etc.

Is this an iTunes issue or a subler issue?

I'm Running subler Version 1.4.12 I'm on macOS 10.13.6 There was no error dialog.

Comments (7)

  1. Javier I. Vicuna

    I think the iTunes API is not delivering the full data anymore. Got this from a search for DP2.

    {
     "resultCount":1,
     "results": [
    {"wrapperType":"track", "kind":"feature-movie", "collectionId":1408883508, "trackId":1382445641, "artistName":"David Leitch", "collectionName":"Deadpool 2-Movie Collection", "trackName":"Deadpool 2", "collectionCensoredName":"Deadpool 2-Movie Collection", "trackCensoredName":"Deadpool 2", "collectionArtistId":345346894, "collectionArtistViewUrl":"https://itunes.apple.com/us/artist/20th-century-fox-film/345346894?uo=4", "collectionViewUrl":"https://itunes.apple.com/us/movie/deadpool-2/id1382445641?uo=4", "trackViewUrl":"https://itunes.apple.com/us/movie/deadpool-2/id1382445641?uo=4", 
    "previewUrl":"http://video.itunes.apple.com/apple-assets-us-std-000001/Video115/v4/04/5b/b7/045bb7a7-73bb-245b-19ab-47999d1d998a/mzvf_6729098443754241886.640x356.h264lc.U.p.m4v", "artworkUrl30":"https://is2-ssl.mzstatic.com/image/thumb/Video125/v4/20/95/80/209580b9-20f9-3b33-ec4c-9614f4148917/source/30x30bb.jpg", "artworkUrl60":"https://is2-ssl.mzstatic.com/image/thumb/Video125/v4/20/95/80/209580b9-20f9-3b33-ec4c-9614f4148917/source/60x60bb.jpg", "artworkUrl100":"https://is2-ssl.mzstatic.com/image/thumb/Video125/v4/20/95/80/209580b9-20f9-3b33-ec4c-9614f4148917/source/100x100bb.jpg", "collectionPrice":19.99, "trackPrice":19.99, "collectionHdPrice":19.99000, "trackHdPrice":19.99000, "releaseDate":"2018-05-18T07:00:00Z", "collectionExplicitness":"notExplicit", "trackExplicitness":"notExplicit", "discCount":1, "discNumber":1, "trackCount":2, "trackNumber":2, "trackTimeMillis":7211245, "country":"USA", "currency":"USD", "primaryGenreName":"Action & Adventure", "contentAdvisoryRating":"R", "shortDescription":"The sequel to the first one", "longDescription":"The sequel to the first one.", "hasITunesExtras":true}]
    }
    

    And there is not enough data to fill everything (Fields like actors and scriptwriters are missing from the results).

  2. Abhijit

    Thanks. It works now. Only a small issue, The unicode characters in the cast list are getting messed up. Screen Shot 2018-08-16 at 11.31.25 PM.png

  3. Log in to comment