This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit fc42b33b8af15ba3c3ab6836d3f48820795cbe5e
Author: politebot <[email protected]>
AuthorDate: Fri Oct 10 18:47:58 2025 -0500
Update README
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 8d9f738..b642ad9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A simple internet radio player built with the Enlightenment Foundation Libraries (EFL).
+
+
## Features
- Search for radio stations using the [radio-browser.info](http://radio-browser.info/) API
@@ -50,3 +52,4 @@ make clean
## Code Overview
The application initializes Elementary, creates a window with a search bar, a results list, and playback controls. It uses `Ecore_Con` to fetch station data from the `radio-browser.info` API, parses the XML response with `libxml2`, and populates a list. The `Emotion` library is used to handle media playback.
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.