Azuracast: How can I change the background image on my station?

Created on 31 Mar 2020  路  4Comments  路  Source: AzuraCast/AzuraCast

I would like to change the background image to my station?
Is it possible from the UI?
How can programmatically change it?

Thanks.

question wontfix

Most helpful comment

I found a way how to add different background images for each station. jQuery code

$('.page-minimal.station-name').css('background-image','url(link-to-image.png)');

Change the following:

  • station-name
  • link-to-image.png

Hope that helps!

All 4 comments

@giorgosn if you search through some of the closed issues you'll see this has been answered previously. check out: https://github.com/AzuraCast/AzuraCast/issues/724

I found a way how to add different background images for each station. jQuery code

$('.page-minimal.station-name').css('background-image','url(link-to-image.png)');

Change the following:

  • station-name
  • link-to-image.png

Hope that helps!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

I found a way how to add different background images for each station. jQuery code

$('.page-minimal.station-name').css('background-image','url(link-to-image.png)');

Change the following:

* station-name

* link-to-image.png

Hope that helps!
@ErnestPH
Where should I insert the line in the azura code ?
Should I insert this line for each webradio ?
Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

verdantsquare picture verdantsquare  路  3Comments

dpcee30 picture dpcee30  路  3Comments

bo2008 picture bo2008  路  3Comments

adamderann picture adamderann  路  4Comments

Yusadolat picture Yusadolat  路  3Comments