Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmitch/jamirdochegal
listen to webradios via mplayer or mpv
https://github.com/mmitch/jamirdochegal
audio-player mplayer mpv streaming-audio webradio
Last synced: 5 days ago
JSON representation
listen to webradios via mplayer or mpv
- Host: GitHub
- URL: https://github.com/mmitch/jamirdochegal
- Owner: mmitch
- Created: 2010-10-02T12:22:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T10:42:25.000Z (about 2 years ago)
- Last Synced: 2023-03-11T14:37:09.608Z (almost 2 years ago)
- Topics: audio-player, mplayer, mpv, streaming-audio, webradio
- Language: Perl
- Homepage:
- Size: 61.5 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jamirdochegal
=============[![Build Status](https://travis-ci.org/mmitch/jamirdochegal.svg?branch=master)](https://travis-ci.org/mmitch/jamirdochegal)
[![GPL 2+](https://img.shields.io/badge/license-GPL%202%2B-blue.svg)](http://www.gnu.org/licenses/gpl-2.0-standalone.html)jamirdochegal is a simple Perl script to listen to web radios via
mplayer. The project homepage is at .jamirdochegal needs to call curl(1) to parse playlists
usage
-----jamirdochegal [-h | -l | -r | []]
-h print this help
-l list all stations
-r tune into a random station (default with no arguments given)features
--------* jamirdochegal will read additional stations from `~/.jamirdochegalrc`
(see end of script for station list format)todos
-----* document station list format in here
* add jamirdochegal etymology (why do I keep thinking that I have
already written about that? if it's not in here, where else?)license
-------jamirdochegal - listen to web radios via mplayer
Copyright (C) 2009-2022 Christian Garbs
Licensed under GNU GPL v2 (or later)This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .