Skip to content

Commit

Permalink
Add Rainwave.cc stations under a Game Sounctrack tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agejevasv committed Sep 16, 2024
1 parent 55cb2e9 commit 467e940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion internal/radio/stations.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ const defaultStationsCSV = `SomaFM: Secret Agent,https://somafm.com/secretagent1
HiRes: SuperStereo 6: Instrumental Music,http://icecast.centaury.cl:7570/SuperStereoHiRes6,Instrumental
HiRes: SuperStereo 7: Jazz,http://icecast.centaury.cl:7570/SuperStereoHiRes7,Jazz;Instrumental
HiRes: MaXXima,http://maxxima.mine.nu:8000/maxx.ogg,House;Electronic
HiRes: Radio Sputnik Underground!,https://radiosputnik.nl:8443/flac,Electronic;House`
HiRes: Radio Sputnik Underground!,https://radiosputnik.nl:8443/flac,Electronic;House
Rainwave Game,https://rainwave.cc/tune_in/1.mp3.m3u,Game Soundtrack
Rainwave OC Remix,https://rainwave.cc/tune_in/2.mp3.m3u,Game Soundtrack
Rainwave Cover,https://rainwave.cc/tune_in/3.mp3.m3u,Game Soundtrack
Rainwave Chiptune,https://rainwave.cc/tune_in/4.mp3.m3u,Game Soundtrack
Rainwave All,https://rainwave.cc/tune_in/5.mp3.m3u,Game Soundtrack`

type Station struct {
title string
Expand Down
2 changes: 1 addition & 1 deletion internal/radio/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Version = "0.4.2"
const Version = "0.4.3"

func VersionString() string {
return fmt.Sprintf("goradion v%s (%s/%s)", Version, runtime.GOARCH, runtime.GOOS)
Expand Down

0 comments on commit 467e940

Please sign in to comment.