Skip to content

Commit

Permalink
feat: add stations
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperBry committed Mar 17, 2023
1 parent a16a89a commit d634a4d
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/renderer/src/assets/RadioSrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,42 @@
"brand": "Kiss",
"source": "https://live-bauerno.sharp-stream.com/kiss_no_mp3",
"station_image": "kiss.webp"
},
{
"name": "P24-7 KOS",
"brand": "KOS",
"source": "https://live-bauerno.sharp-stream.com/p247kos_no_mp3",
"station_image": "p24-7_kos.webp"
},
{
"name": "P6 Rock",
"brand": "P4",
"source": "https://p6.p4groupaudio.com/P06_MM",
"station_image": "p6_rock.webp"
},
{
"name": "P8 POP",
"brand": "P4",
"source": "https://p8.p4groupaudio.com/P08_MM",
"station_image": "p8_pop.webp"
},
{
"name": "P9 Retro",
"brand": "P4",
"source": "https://p9.p4groupaudio.com/P09_MM",
"station_image": "p9_retro.webp"
},
{
"name": "P10 Country",
"brand": "P4",
"source": "https://p10.p4groupaudio.com/P10_MM",
"station_image": "p10_country.webp"
},
{
"name": "Radio Vinyl",
"brand": "Radio Vinyl",
"source": "https://live-bauerno.sharp-stream.com/vinyl_no_mp3",
"station_image": "vinyl.webp"
}
]
}
Binary file added src/renderer/src/assets/img/p10_country.webp
Binary file not shown.
Binary file added src/renderer/src/assets/img/p24-7_kos.webp
Binary file not shown.
Binary file added src/renderer/src/assets/img/p6_rock.webp
Binary file not shown.
Binary file added src/renderer/src/assets/img/p8_pop.webp
Binary file not shown.
Binary file added src/renderer/src/assets/img/p9_retro.webp
Binary file not shown.
Binary file added src/renderer/src/assets/img/vinyl.webp
Binary file not shown.

0 comments on commit d634a4d

Please sign in to comment.