MediaPortalDownloadInfo
A specialized model for mapping download data information. It uses values from configuration path 'media-portal/icon-definitions/download-files' and 'media-portal/storage-definitions/'.
implements: hash
bundle: standard portal bundle
since 2.0.0
A specialized model for mapping download data information. It uses values from configuration path 'media-portal/icon-definitions/download-files' and 'media-portal/storage-definitions/'.
Defined hash keys
asset ↦ AssetModel
since 2.0.0
Returns the asset of storage to download
firstPage ↦ Number
since 2.0.0
Returns the first page number in download
icon ↦ String
since 2.0.0
Returns icon css name
lastPage ↦ Number
since 2.0.0
Returns the last page number in download
name ↦ String
since 2.0.0
Returns filename of download
price ↦ Price
since 2.0.0
Returns the price of downloaded item
size ↦ String
since 2.0.0
Returns the filesize formated to display
sizeRaw ↦ Number
since 2.0.0
Returns the plain filesize in bytes
storage ↦ String
since 2.0.0
Returns the storage key of download
url ↦ String
since 2.0.0
Returns the url for download