Skip to content

Commit

Permalink
add synthwave boy maxence-charriere#47 and fix starwars
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien SOL committed Aug 16, 2023
1 parent e03135b commit e9f74ab
Showing 1 changed file with 47 additions and 3 deletions.
50 changes: 47 additions & 3 deletions bin/lofimusic/live.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,50 @@ func getLiveRadios() []liveRadio {
},
},
},
{
Slug: "synthwave-boy",
Name: "Synthwave Boy",
Owner: "Lofi Girl",
URL: "https://youtu.be/M4xDzrJKXOOY",
Cards: []string{
"Lofi girl is a radio that broadcasts lo-fi hip hop songs created by a French fellow named Dimitri in 2017.",
`Animation and desing are made by Carole, YiChen Shen Juan, Andreas Provoost, Margaux Peltat, Enrico Camerra, Jaka Prawira, Nathalie Baraton and Adrian Kirby from Lofi Studio".`,
},
Links: []socialLink{
{
Slug: "website",
URL: "https://lofigirl.com",
},
{
Slug: "youtube",
URL: "https://youtu.be/4xDzrJKXOOY",
},
{
Slug: "spotify",
URL: "https://open.spotify.com/playlist/1YIe34rcmLjCYpY9wJoM2p",
},
{
Slug: "discord",
URL: "https://discord.com/invite/lofigirl",
},
{
Slug: "reddit",
URL: "https://www.reddit.com/r/LofiGirl",
},
{
Slug: "instagram",
URL: "https://www.instagram.com/lofigirl",
},
{
Slug: "facebook",
URL: "https://www.facebook.com/lofigirl",
},
{
Slug: "twitter",
URL: "https://twitter.com/lofigirl",
},
},
},
{
Slug: "chillhop",
Name: "Chillhop Raccoon",
Expand Down Expand Up @@ -431,12 +475,12 @@ func getLiveRadios() []liveRadio {
Slug: "closedonsunday-starwars",
Name: "Star Wars Sunday",
Owner: "Closed on Sunday",
URL: "https://youtu.be/zFTFx6nclUY",
URL: "https://youtu.be/ccl5bozJOHw",
Cards: []string{},
Links: []socialLink{
{
Slug: "youtube",
URL: "https://youtu.be/zFTFx6nclUY",
URL: "https://youtu.be/ccl5bozJOHw",
},
{
Slug: "spotify",
Expand Down Expand Up @@ -660,4 +704,4 @@ func socialIcon(slug string) string {
default:
return linkSVG
}
}
}

0 comments on commit e9f74ab

Please sign in to comment.