Skip to content

Commit

Permalink
feat(iHeartRadio): add site support update presence (PreMiD#8729)
Browse files Browse the repository at this point in the history
* fix(iheartradio): fixed song and station presence/data

* fix(iheartradio): fixed song and station presence/data

* fix(iheartradio): readjusted version

* fix(iheartradio): removed comment; fixed spacing

* fix(iheartradio): refixed issues w/ single quote and spacing

* fix(iheartradio): fixed needed req, added song button for live stations

* fix(iheartradio): needed fixes; added checker for live stations song btn

* fix(iheartradio): removed unneeded variables

* fix(iheartradio): used prettier to errors on formatting

* fix(iheartradio): added checker for let variables

* fix(iheartradio): Removal of string variable to regular variable

Co-authored-by: Dark_Ville <[email protected]>
Signed-off-by: J. Frost <[email protected]>

* fix(iheartradio): Removal of string variable to regular variable

Co-authored-by: Dark_Ville <[email protected]>
Signed-off-by: J. Frost <[email protected]>

* fix(iheartradio): added contributor to iheart presence

* fix(iheartradio): added contributor; merge

* fix(iheartradio): forgot to commit

* fix(iheartradio): support for podcast button; add

* fix(iheartradio): modified w/ prettier

* fix(iheartradio): fixed needed requirements

* fix(iheartradio): make all needed changes

* fix(iheartradio): fixed issue with if conditional

* feat(iHeartRadio): add site support update presence

* fix(iHeartRadio): fixed bugs

* fix(iHeartRadio): fixed issues

* fix(iHeartRadio): fix issue

* fix(iHeartRadio): fix on issues

* fix(iHeartRadio): fixed issued required

* fix(iHeartRadio): fixed required fixes

* fix(iHeartRadio): fix for operator

* fix(iHeartRadio): added prettier for fixes

* feat(iHeartRadio): added new metadata details

* fix(iHeartRadio): fixed contributor metadata

* fix(iHeartRadio): adjusted largeImageKey base image to var

Co-authored-by: Bas van Zanten <[email protected]>
Signed-off-by: J. Frost <[email protected]>

---------

Signed-off-by: J. Frost <[email protected]>
Co-authored-by: Dark_Ville <[email protected]>
Co-authored-by: Bas van Zanten <[email protected]>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent c72ffcd commit b737898
Show file tree
Hide file tree
Showing 2 changed files with 741 additions and 174 deletions.
22 changes: 13 additions & 9 deletions websites/I/iHeartRadio/metadata.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
{
"$schema": "https://schemas.premid.app/metadata/1.10",
"author": {
"name": "Striker",
"id": "215509157837537280"
"name": "iiTxicz",
"id": "950079325166780436"
},
"contributors": [
{
"name": "iiTxicz",
"id": "950079325166780436"
"name": "Striker",
"id": "215509157837537280"
}
],
"service": "iHeartRadio",
"description": {
"en": "iHeartRadio is a free broadcast, podcast and streaming radio platform owned by iHeartMedia, Inc. It was founded in April 2008.",
"nl": "iHeartRadio is een gratis uitzend-, podcast- en streaming radioplatform dat eigendom is van iHeartMedia, Inc. Het werd opgericht in april 2008."
},
"url": "www.iheart.com",
"version": "1.2.19",
"logo": "https://cdn.rcd.gg/PreMiD/websites/I/iHeartRadio/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/I/iHeartRadio/assets/thumbnail.png",
"url": [
"www.iheart.com",
"listen.iheart.com"
],
"version": "1.2.21",
"logo": "https://i.imgur.com/Z5CAqIw.png",
"thumbnail": "https://i.imgur.com/yqFicQ9.png",
"color": "#C42224",
"category": "music",
"tags": [
"iheartradio",
"radio",
"music"
"music",
"podcast"
]
}
Loading

0 comments on commit b737898

Please sign in to comment.