You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to add collections and recordings to dunya even if they do not have musicbrainz ids.
Given that adding a collection requires a collection mbid and requires that recordings are grouped in folders according to album/release mbid, suggestions for how this can be implemented are:
Using a script extrernal to dunya, an internal id to be used in the add collection page can be generated. Another alternative could be adding a button in this page to generate this id rather than creating it externally. Then, for each album, an internal id would be generated as well, and a metadata entry for album id would be put for all recordings belonging to the same album, and those would be grouped in the same folder.
Another approach could be to add 2 distinct ways to add collections to dunya. One being with a collection mbid and the other without. For the one latter, we could just add the link to all the recordings (however they are grouped) and the dunya instance would generate whatever ids for them just so that the backend would work. They can be grouped in any way, but the uploading code can deal with recordings in a subfolder as belonging to the same album.
The problem with approach 1 is that it requires the operation of an external script on the recording mp3 files so that dunya is almost unchanged.
The text was updated successfully, but these errors were encountered:
We want to be able to add collections and recordings to dunya even if they do not have musicbrainz ids.
Given that adding a collection requires a collection mbid and requires that recordings are grouped in folders according to album/release mbid, suggestions for how this can be implemented are:
Using a script extrernal to dunya, an internal id to be used in the add collection page can be generated. Another alternative could be adding a button in this page to generate this id rather than creating it externally. Then, for each album, an internal id would be generated as well, and a metadata entry for album id would be put for all recordings belonging to the same album, and those would be grouped in the same folder.
Another approach could be to add 2 distinct ways to add collections to dunya. One being with a collection mbid and the other without. For the one latter, we could just add the link to all the recordings (however they are grouped) and the dunya instance would generate whatever ids for them just so that the backend would work. They can be grouped in any way, but the uploading code can deal with recordings in a subfolder as belonging to the same album.
The problem with approach 1 is that it requires the operation of an external script on the recording mp3 files so that dunya is almost unchanged.
The text was updated successfully, but these errors were encountered: