Update index.html and azuracast/README.md with new strategy
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
|
||||
This directory contains browser source overlays specifically designed for displaying "Now Playing" information from an Azuracast radio station.
|
||||
|
||||
## Important Note
|
||||
|
||||
The files hosted on `https://overlays.ramforth.net/azuracast/` are for **reference and demonstration purposes only**. For the latest versions, deployment instructions, and to customize these overlays for your own use, please clone the main `Overlays` Gitea repository. Users are expected to deploy these files themselves.
|
||||
|
||||
## Features
|
||||
|
||||
* **Two Overlay Variants:**
|
||||
* `overlay-text-only.html`: A clean, text-only overlay showing the current song title and artist.
|
||||
* `overlay-with-album-art.html`: An overlay that includes the album art for the current song.
|
||||
* **Easy to Customize:** The overlays are simple HTML and CSS files that can be easily modified to match your stream's branding.
|
||||
* **Lightweight:** The overlays are designed to be lightweight and efficient, so they won't consume unnecessary resources.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -17,8 +19,8 @@ This directory contains browser source overlays specifically designed for displa
|
||||
To add one of the overlays to your OBS Studio scene, follow these steps:
|
||||
|
||||
1. **Choose an Overlay:** Decide whether you want to use the text-only overlay or the one with album art.
|
||||
* **Text-only URL:** `https://overlays.ramforth.net/azuracast/overlay-text-only.html`
|
||||
* **With Album Art URL:** `https://overlays.ramforth.net/azuracast/overlay-with-album-art.html`
|
||||
* **Text-only URL (Reference):** `https://overlays.ramforth.net/azuracast/overlay-text-only.html`
|
||||
* **With Album Art URL (Reference):** `https://overlays.ramforth.net/azuracast/overlay-with-album-art.html`
|
||||
|
||||
2. **Add a Browser Source:** In OBS Studio, right-click in the "Sources" panel and select "Add" -> "Browser".
|
||||
|
||||
@@ -46,4 +48,4 @@ To add the radio stream itself to your OBS scene, you can use a "Media Source".
|
||||
|
||||
## Customization
|
||||
|
||||
To customize the overlays, you can fork this repository and edit the HTML and CSS files directly. You can change the fonts, colors, layout, and more to match your stream's branding.
|
||||
To customize the overlays, you can fork this repository and edit the HTML and CSS files directly. You can change the fonts, colors, layout, and more to match your stream's branding.
|
||||
Reference in New Issue
Block a user