VL Group

Rhymba v3.6 Documentation

Media

The following properties are available for $select and other operations when querying the Media() collection.

Field Name Type Description Example
album_artist_name string Name of the album's artist. This may differ from the media's artist name, such as on compilations (where the album_artist_name may be "Various Artists") "Jay-Z"
album_artistid integer The unique id of the album's artist (on compilation albums this may be different than the artist of the media). 75397
album_id integer The unique id of the album the media belongs to. 45678
album_isexplicit integer Whether the album is explicit (defined by an album having at least one explicit track). true
album_label_id integer Unique id of the album's label. 14237
album_label_name string Name of the album's label. "ROC-A-FELLA"
album_name string Name of the media's album. "Blueprint 2.1"
album_numberoftracks integer Number of tracks on the album. 12
album_provider_id integer The unique id of the provider that distributed the album the media belongs to. 9
album_provider_name string The name of the provider that distributed the album the media belongs to. "Sony"
album_providerspecificid string Provider-specific id for the media's album. "00044007729625"
album_releasedate datetime Date the album was released. 2013-10-18T13:14:27.474
album_status_id integer Status id of the media's album. Common album statuses:
7 - Active
18 - AlbumOnly
21 - PartialAlbumOnly
album_streetdate datetime Date the album became available for sale. 2013-10-18T13:14:27.474
album_upc string UPC of the media's album. "00044007729625"
album_volumenumber integer Volume number of the album. 1
artist_dateadded datetime The date the artist was first added. 2013-10-18T13:14:27.474
artist_dateupdated datetime The last date the artist received a metadata update by the provider. 2013-10-18T13:14:27.474
artist_id integer Unique id of the media's artist. 75397
artist_name string Name of the media's artist. "Jay-Z"
basefile string File name of the content received from the provider. "USTC30767894_3.mp3"
bitrate integer The bitrate the media was delivered in. 256
dateadded datetime The date the media was added. 2013-10-18T13:14:27.474
dateupdated datetime The last date the content or metadata for the media was updated. 2013-10-18T13:14:27.474
filesize integer The size of the content file for the media in bytes. 2997035
format_id integer The id for the format the media was delivered in. 6
geos Geo[] The collection of Geo objects for the tracks on this album. Must be expanded.
"geos": [
    {
        "id": "511176aa48ec44d499273e63ace0b191",
        "country_id": 43,
        "country_name": "Canada",
        "country_code": "CA",
        "currency": "CAD",
        "statusid": 7,
        "domainsum": 16,
        "pricecodeid": 6345,
        "streetdate": "2007-05-01T00:00:00",
        "releasedate": "2007-05-01T00:00:00",
        "pricecode": "TuneCoreAlbum",
        "price": "7.7000",
        "maxretailprice": "10.9900",
        "surcharge": "1.0000",
        "currencycode": "CAD"
    },
    {
        "id": "0e274462c0b840d3a30f23b715cc0848",
        "country_id": 254,
        "country_name": "United States",
        "country_code": "US",
        "currency": "USD",
        "statusid": 7,
        "domainsum": 16,
        "pricecodeid": 1313,
        "streetdate": "2007-05-01T00:00:00",
        "releasedate": "2007-05-01T00:00:00",
        "pricecode": "TuneCoreAlbum",
        "price": "7.7000",
        "maxretailprice": "10.9900",
        "surcharge": "1.0000",
        "currencycode": "USD"
    }
]
genre Genre Musical genres associated with this content, where available. Must be expanded.
"genre": {
"
name": "Rock",
"id": "65"
}
id integer The unique id of the media. 12345
isexplicit boolean A flag representing if the media should be treated as having explicit content. true or false
isrc string The Internation Standard Recording Code for the media. "USTC30767894"
length integer Length of the track in seconds. 160
popularity_score_month integer The Popularity Score for the last month. 0 to 10. 1
popularity_score_ever integer The Popularity Score for the entire history. 0 to 10. 1
provider_id integer The unique id of the provider that distributed the media. 9
provider_name string The name of the provider that distributed the media. "Sony"
providerspecid string Provider-specific id for the media. "049925004021__USTC30767894"
releasedate datetime The date the media was released. 2013-10-18T13:14:27.474
relevant_title string Our best guess at the relevant title of this track, ignoring a large list of irrelevant "garbage" words, phrases, and bracketed/parenthetical content. Certain words may be filtered. "Brooklyn's Finest"
score decimal Score this item received if it was returned as a search result. 2.18507934
similar_results Media[] Full media objects of content that is certain medtadata is exactly the same as the origianl Media object, such as isrc and album upc combo.
similar_results_count integer The number of results we have lumped together because certain metadata is exactly the same, such as isrc and album upc combo. 7
statusid integer The status id of the media. Commonly available statuses:
7 - Active
18 - AlbumOnly
20 - TrackOnly
streetdate datetime The date the media became available for sale. 2013-10-18T13:14:27.474
title string The title of the media. Certain words may be filtered. "Brooklyn's Finest"
tracknumber integer The sequence number of the media in the album it belongs to. 2
volumenumber integer The volume number for the media in the album it belongs to. 1

Try It Out