add basic project information.

This commit is contained in:
Martin Wurm 2023-07-20 03:19:40 +02:00
parent 991250089a
commit 854451b86c
2 changed files with 17 additions and 2 deletions

View file

@ -1,2 +1,17 @@
# weareone-xmltv
# weareone-xmltv: An XMLTV grabber for WeAreOne.FM internet radio stations.
This program provides an XMLTV-compatible grabber for the WeAreOne.FM network
of internet radio stations, currently including the following channels:
- TechnoBase.FM
- HouseTime.FM
- HardBase.FM
- TranceBase.FM
- CoreTime.FM
- ClubTime.FM
- TeaTime.FM
- Replay.FM
# Usage
weareone-xmltv is compliant with the standard XMLTV grabber interface.
See https://wiki.xmltv.org/index.php/HowtoUseGrabbers for more information.

View file

@ -11,7 +11,7 @@ with pkgs;
};
meta = with lib; {
description = "An XMLTV provider for WeAreOne.FM internet radio stations.";
description = "An XMLTV grabber for WeAreOne.FM internet radio stations.";
homepage = "https://codeberg.org/mart-w/weareone-xmltv";
};
}