https://github.com/emretulek/radio
Widgets Radio Plugin
https://github.com/emretulek/radio
radio radio-widget widgets-plugin windows-widgets
Last synced: about 2 months 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-19T19:35:35.000Z (4 months ago)
- Last Synced: 2025-02-15T01:45:41.227Z (3 months ago)
- Topics: radio, radio-widget, widgets-plugin, windows-widgets
- Language: C#
- Homepage:
- Size: 136 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



