diff --git a/azuracast/README.md b/azuracast/README.md index b6f625b..6dc610a 100644 --- a/azuracast/README.md +++ b/azuracast/README.md @@ -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. \ No newline at end of file diff --git a/index.html b/index.html index 7c5456a..8495df8 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-This page serves as the entry point for various streaming overlays developed by Ramforth. Each overlay is designed for seamless integration with streaming software like OBS Studio, providing dynamic content for your broadcasts.
+This page provides a reference and overview of various streaming overlays developed by Ramforth. The files hosted here are for demonstration and reference purposes only.
+All source code and documentation for these overlays can be found on our Gitea instance:
+All source code and comprehensive documentation for these overlays can be found on our Gitea instance:
https://gitea.ramforth.net/ramforth/Overlays
-Here you will find the direct links to the available overlays:
+Below are links to the current reference versions of the overlays hosted on this server:
For detailed instructions on how to use these overlays in OBS Studio, please refer to the Azuracast README.md in the repository.
+For detailed usage instructions and to understand how to deploy these overlays, please refer to the Azuracast README.md within the Gitea repository.