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
This is the general issue for adding Audio to the database in the Catalog.
The columns of the new audio DB table were identified in the API Providers sheet. There should also be a JSON column for meta_data that stores arbitrary, unique and extra data (such as lyrics for some providers).
In addition to the new database table, we also need to add the loading pipeline and the popularity calculations for audio.
Part of #19
Problem Description
This is the general issue for adding Audio to the database in the Catalog.
The columns of the new audio DB table were identified in the API Providers sheet. There should also be a JSON column for
meta_data
that stores arbitrary, unique and extra data (such as lyrics for some providers).In addition to the new database table, we also need to add the loading pipeline and the popularity calculations for audio.
Solution Description
The text was updated successfully, but these errors were encountered: