Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emretulek/radio
Widgets Radio Plugin
https://github.com/emretulek/radio
radio radio-widget widgets-plugin windows-widgets
Last synced: 19 days ago
JSON representation
Widgets Radio Plugin
- Host: GitHub
- URL: https://github.com/emretulek/radio
- Owner: emretulek
- License: agpl-3.0
- Created: 2024-12-11T17:56:30.000Z (30 days ago)
- Default Branch: master
- Last Pushed: 2024-12-13T00:31:23.000Z (28 days ago)
- Last Synced: 2024-12-13T01:24:31.852Z (28 days ago)
- Topics: radio, radio-widget, widgets-plugin, windows-widgets
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Radio Widget Plugin
This project was developed as a radio widget for windows widgets.
[libvlcsharp](https://github.com/videolan/libvlcsharp) was used.This site is very useful to find radio stream urls.
[FM STREAM](https://fmstream.org/index.php?c=FT)### Internal Settings
```json
{
"font_size": 14.0,
"primary_color": "#FFA52A2A",
"primary_color_light": "#FFAB5555",
"secondary_color": "#FF212121",
"secondary_color_light": "#FFD3D3D3",
"text_color": "#FFFFFFFF",
"radio_volume": 100,
"radio_index": 3,
"radio_list": []
}
```### Screenshots
![radio](https://raw.githubusercontent.com/emretulek/Radio/refs/heads/master/sc_radio/radio_1.jpg)
![radio_add](https://raw.githubusercontent.com/emretulek/Radio/refs/heads/master/sc_radio/radio_2.jpg)
![radio_edit](https://raw.githubusercontent.com/emretulek/Radio/refs/heads/master/sc_radio/radio_3.jpg)
![radio_skin](https://raw.githubusercontent.com/emretulek/Radio/refs/heads/master/sc_radio/radio_4.jpg)