Skip to content

Commit 8e59c7e

Browse files
authored
Re-added Contributing & Acknowledgment section.
1 parent 36fac67 commit 8e59c7e

File tree

1 file changed

+59
-5
lines changed

1 file changed

+59
-5
lines changed

README.md

Lines changed: 59 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ A list of internet radio stations across 40+ genres. Includes notes on apps, dis
8181

8282
## The Station Directory <a id="station-directory"></a>
8383

84+
> [!NOTE]
85+
> Most links point to the official station website to ensure reliability. Direct stream URLs change frequently. If you need raw links for custom players, see the [Advanced Guide](#finding-urls).
86+
87+
8488
### The Starter Pack <a id="starter-pack"></a>
8589
- [BBC Radio 6 Music](https://gist.github.com/bpsib/67089b959e4fa898af69fea59ad74bc3): Alternative music, new releases, and deep cuts.
8690
- [dublab](https://dublab.com): Non-profit community collective for experimental and underground music.
@@ -578,11 +582,46 @@ A list of internet radio stations across 40+ genres. Includes notes on apps, dis
578582

579583
---
580584

581-
## Finding Direct Stream URLs <a id="finding-urls"></a>
585+
## Advanced: Finding Direct Stream URLs <a id="finding-urls"></a>
586+
*If a station isn't in an app database, you may need to find the raw URL manually.*
587+
588+
> [!TIP]
589+
> Most apps listed at the top have built-in directories. Try searching for the station inside the app first.
590+
591+
<details>
592+
<summary><strong>Guide: How to find Stream URLs</strong></summary>
593+
594+
<br>
595+
596+
**1. Check the site**
597+
Look for links labeled "Winamp," "PLS," "M3U," or "Direct Stream."
598+
599+
**2. The Firefox Method**
600+
* Install [The Stream Detector](https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/) add-on.
601+
* In the add-on options, uncheck `Ignore direct links to media files`.
602+
* Play the radio on the website.
603+
* Click the add-on icon and select "Copy all visible URLs".
604+
605+
**3. The Inspector Method**
606+
Open the web player, right-click and select **Inspect** (or press `F12`). Go to the **Network** tab, filter by "Media" or "XHR," and start the player. Look for requests ending in `.mp3`, `.aac`, `.m3u`, or starting with `icecast`/`shoutcast`.
607+
608+
### Artist-Specific Streams
609+
Access single-artist, 24/7 streams from the [You.Radio](https://you.radio/search) network.
610+
611+
**The URL Pattern:**
612+
`http://streaming.exclusive.radio/er/SLUG/icecast.audio`
613+
614+
**How to create the `SLUG`:**
615+
Lowercase the name, then remove **spaces**, **punctuation**, and the word **"The"**.
616+
617+
| If the Artist is... | Use this Slug |
618+
| :--- | :--- |
619+
| The Beatles | `beatles` |
620+
| AC/DC | `acdc` |
621+
| Ziggy Marley | `ziggymarley` |
622+
623+
</details>
582624

583-
1. **Check the site:** Look for Winamp, PLS, M3U, or "Direct Stream" links.
584-
2. **Firefox Method:** Use [The Stream Detector](https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/).
585-
3. **Inspector Method:** Press `F12`, use the **Network** tab, filter by **Media**, and play the station to find the source URL.
586625

587626
---
588627

@@ -604,7 +643,6 @@ A list of internet radio stations across 40+ genres. Includes notes on apps, dis
604643
- [vTuner](https://vtuner.com/): Hardware-integrated radio directory.
605644

606645
---
607-
608646
## Contributing <a id="contributing"></a>
609647
Suggest a station via [GitHub](https://github.com/deroverda/recommended-radio-streams/issues/new) or this [Form](https://forms.gle/CGchfUqNzV6smwo9A).
610648

@@ -613,9 +651,25 @@ Suggest a station via [GitHub](https://github.com/deroverda/recommended-radio-st
613651
- Objective descriptions only (Genre/Country).
614652
- No generic "Top 40" or low-bitrate loops.
615653

654+
## Acknowledgements
655+
Maintained by [deroverda](https://github.com/deroverda).
656+
657+
**Contributors:**
658+
- `@Ukplugs4eva`, `@psychic_gibbon`, `@yubroyi`, `@WavingOrDrowning`, `@macccorehenni`, `@OBrien-Michael`, and `@JointRadio`.
659+
660+
**Resources:**
661+
- [Radio Browser](https://www.radio-browser.info): Community-maintained station database.
662+
- [audiophile.fm](https://audiophile.fm): Source for HiRes and CD-Quality links.
663+
- [FMHY](https://fmhy.pages.dev/): Documentation for streaming tools.
664+
- [Reddit](https://www.reddit.com/): Community recommendations and discoveries.
665+
666+
<br>
667+
616668
<div align="center">
617669
Sweden 🇸🇪
618670
</div>
619671

620672
---
621673
[⬆️ Back to Top](#top)
674+
675+

0 commit comments

Comments
 (0)