• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • web pages

      https://listenbrainz.org/album/e632b2c4-affe-40cf-9749-4821e86aa18a has only the year but instead it shows just "Album -".

      On artist pages the albums grid will also not show partial dates, it just shows the type.

          [LB-1419] Partial release date not displayed

          GitHub Bot added a comment -

          See code changes in pull request #3029 submitted by mayhem.

          GitHub Bot added a comment - See code changes in pull request #3029 submitted by mayhem .

          Robert Kaye added a comment -

          The data in the DB contains this fragment:

          {"date": null, "name": "Space Disco", "rels": [], "type": "Album", "caa_id": 15467864868, "caa_release_mbid": "91e24f65-da97-425c-95f1-068344c8fb40"}

          Date: null, so backend data generation problem.

          Robert Kaye added a comment - The data in the DB contains this fragment: {"date": null, "name": "Space Disco", "rels": [], "type": "Album", "caa_id": 15467864868, "caa_release_mbid": "91e24f65-da97-425c-95f1-068344c8fb40"} Date: null, so backend data generation problem.

          Monkey added a comment -

          Apparently for this release (and presumably others too) we don't get any date in the metadata sent by the server:

          {
            […]
            "release_group": {
              "date": null,
              "name": "Space Disco",
              "rels": [],
              "type": "Album",
              "caa_id": 15467864868,
              "caa_release_mbid": "91e24f65-da97-425c-95f1-068344c8fb40"
            },
            "release": {
              "date": null,
              "name": "Space Disco",
              "rels": [],
              "type": "Album",
              "caa_id": 15467864868,
              "caa_release_mbid": "91e24f65-da97-425c-95f1-068344c8fb40"
            }
          } 

           

           

          Monkey added a comment - Apparently for this release (and presumably others too) we don't get any date in the metadata sent by the server: { […]   "release_group" : {     "date" : null ,     "name" : "Space Disco" ,     "rels" : [],     "type" : "Album" ,     "caa_id" : 15467864868,     "caa_release_mbid" : "91e24f65-da97-425c-95f1-068344c8fb40"   },   "release" : {     "date" : null ,     "name" : "Space Disco" ,     "rels" : [],     "type" : "Album" ,     "caa_id" : 15467864868,     "caa_release_mbid" : "91e24f65-da97-425c-95f1-068344c8fb40"   } }    

            rob Robert Kaye
            chaban chaban
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                Version Package