You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+59-5Lines changed: 59 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,10 @@ A list of internet radio stations across 40+ genres. Includes notes on apps, dis
81
81
82
82
## The Station Directory <aid="station-directory"></a>
83
83
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
+
84
88
### The Starter Pack <aid="starter-pack"></a>
85
89
-[BBC Radio 6 Music](https://gist.github.com/bpsib/67089b959e4fa898af69fea59ad74bc3): Alternative music, new releases, and deep cuts.
86
90
-[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
578
582
579
583
---
580
584
581
-
## Finding Direct Stream URLs <aid="finding-urls"></a>
585
+
## Advanced: Finding Direct Stream URLs <aid="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."
* 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.
0 commit comments