Uploaded image for project: 'Zapped: AcousticBrainz'
  1. Zapped: AcousticBrainz
  2. AB-147

Transfer multiple recordings details from server to the client.

    • Icon: New Feature New Feature
    • Resolution: Won't Do
    • Icon: Normal Normal
    • None
    • None
    • None
    • None

      This has two parts.
      1.Server API: The server should be able to receive a list of Ids and return the low level data for the same.
      2.Client Side: The client should make the request and save these files in a temporary location, which will be used for evaluation.

      We are actually unsure of the best thing to do here, but for now what we will be doing is that the client will be making requests of about 100 songs in a single request, receiving the server response and the saving them to temporary files which will be further used in the dataset training. We also thought of transferring the full dataset as a compressed file, but that would keep the connection opened for too long. So if anybody has any better solutions please discuss them in the comments.

          [AB-147] Transfer multiple recordings details from server to the client.

          No longer working on this task

          Alastair Porter added a comment - No longer working on this task

          kartik gupta added a comment -

          kartik gupta added a comment - The server side API : https://github.com/metabrainz/acousticbrainz-server/pull/209

          The first part of this is http://tickets.musicbrainz.org/browse/AB-21, which we can work on as a related ticket.

          I would like to be able to specify both mbid and offset in the URL. How about this as a proposal:

          acousticbrainz.org/api/v1/bulk/mbid,off;mbid,off;mbid,off/low-level

          With a limit on the number of mbids able to be requested

          Alastair Porter added a comment - The first part of this is http://tickets.musicbrainz.org/browse/AB-21 , which we can work on as a related ticket. I would like to be able to specify both mbid and offset in the URL. How about this as a proposal: acousticbrainz.org/api/v1/bulk/mbid,off;mbid,off;mbid,off/low-level With a limit on the number of mbids able to be requested

            Unassigned Unassigned
            kartikgupta0909 kartik gupta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package