Package Details: pyradio-git 0.9.3.1-1

Git Clone URL: https://aur.archlinux.org/pyradio-git.git (read-only, click to copy)
Package Base: pyradio-git
Description: Internet radio player for the command line
Upstream URL: http://www.coderholic.com/pyradio/
Licenses: MIT
Conflicts: pyradio
Provides: pyradio
Submitter: aksr
Maintainer: willemw (sng)
Last Packager: sng
Votes: 28
Popularity: 0.000062
First Submitted: 2012-08-23 11:53 (UTC)
Last Updated: 2024-04-18 16:44 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

sng commented on 2018-11-16 20:00 (UTC) (edited on 2018-12-05 05:49 (UTC) by sng)

man page update

.\" Copyright (C) 2011 Ben Dowling <http://www.coderholic.com/pyradio>
.\" This manual is freely distributable under the terms of the GPL.
.\"
.TH PYRADIO 1 "November 2018"

.SH NAME
.PP
pyradio \- a console based Internet radio player

.SH SYNOPSIS
.PP
\fBpyradio\fR
.RI \fI[OPTIONS]
[path/to/]stations.csv

.SH DESCRIPTION
.PP
.B pyradio
is a command line internet radio player. 
.PP
It will use one of the following players: \fImpv\fR, \fImplayer\fR or \fIvlc\fR, detected in that order. If none of them is detected, \fBpyradio\fR will \fBsilently\ terminate\fR (use \fB-d\fR option to get a log file).
.PP
If \fImpv\fR is detected, \fIsocat\fR is required too.
.PP
It is possible to use 
a custom stations list in \fB~/.pyradio/stations.csv.
.PP
If custom stations list is missing, \fBpyradio\fR would use a 
default one.

.SH OPTIONS

.IP \fB-h\fR,\fB\ \--help            
Show this help message and exit.
.IP \fB-s\fR,\fB\ \--stations\ \fI[STATIONS]
Use specified station CSV file.
.IP \fB-p\fR,\fB\ \--play\ \fI\<PLAY\>
Play station number \fI\<PLAY\>\fR. Select randome station if \fI\<PLAY\>\fR not specified.
.IP \fB-r\fR,\fB\ \--random          
Start and play a random station.
.IP \fB-a\fR,\fB\ \--add             
Add station to list.
.IP \fB-l\fR,\fB\ \--list            
List of added stations.
.IP \fB-u\fR,\fB\ \--use-player\ \fI[USE_PLAYER]
Specify which player to use (\fImpv\fR,\ \fImplayer\fR\ or\ \fIcvlc\fR).
.IP \fB-d\fR,\fB\ \--debug           
Debug mode (pyradio.log created). To be attached with any bug report.

.SH CONTROLS

.IP \fB\Up/Down/PgUp/PgDown     
Change station selection
.IP \fBj/k
Change station selection (vi-like)
.IP \fBEnter                   
Play selected station
.IP \fB-/+                     
Change volume
.IP \fBv
Save volume (mpv and mplayer only)
.IP \fBm                       
Mute
.IP \fBr                       
Select and play a random station
.IP \fBSpace                   
Stop/start playing selected station
.IP \fBEsc/q                   
Quit

.SH FILES
.PP
.I /usr/share/doc/pyradio/stations.csv

.I /usr/share/doc/pyradio/README.md

.I /usr/share/licenses/pyradio/LICENSE

.SH AUTHOR
.PP
 \fBBen Dowling <http://www.coderholic.com/pyradio>
.PP
 The man page was written by \fBaksr <aksr at t-com dot me>\fR for Arch Linux.


Guybrusssh commented on 2018-08-07 11:56 (UTC) (edited on 2018-08-07 12:18 (UTC) by Guybrusssh)

@blacktav Ok I had to delete the .config/pyradio directory manually. It seems my csv file had some error. my fault, sorry. I had a filler line like this:"---- Country specific ----" this line was fine before but now it isn't. Removing the line from my old csv solved the problem. thx for your quick response.

blacktav commented on 2018-08-07 01:47 (UTC) (edited on 2018-08-07 01:49 (UTC) by blacktav)

@Guybrusssh: python3.7 is now the default python but pyradio was deployed under v3.6 so the package cannot be found. Remove pyradio-git and reinstall. If you used an aur tool like pikaur, make sure you clear its cache before reinstalling otherwise the old install into python3.6 will still be used.

Guybrusssh commented on 2018-08-06 19:14 (UTC)

doesn't run for me anymore I get the following error msg:

Traceback (most recent call last): File "/usr/bin/pyradio", line 11, in <module> load_entry_point('pyradio==0.5.2', 'console_scripts', 'pyradio')() File "/usr/lib/python3.7/site-packages/pyradio/main.py", line 89, in shell name, url = [s.strip() for s in row] ValueError: not enough values to unpack (expected 2, got 1)</module>

willemw commented on 2018-06-01 06:23 (UTC) (edited on 2018-06-01 07:22 (UTC) by willemw)

@aksr: Done.

willemw commented on 2018-05-31 06:03 (UTC)

@sng: Done.

sng commented on 2018-05-30 23:14 (UTC) (edited on 2018-05-30 23:56 (UTC) by sng)

Here I am again :)

I've got an update for the man page, pyradio.1

Here it is:

.\" Copyright (C) 2011 Ben Dowling <http://www.coderholic.com/pyradio>
.\" Copyright (C) 2012 aksr <aksr at t-com dot me>
.\" This manual is freely distributable under the terms of the GPL.
.\" It was originally written for Arch Linux (but may be used by
.\" others).
.\"
.TH PYRADIO 1 "May 2018"

.SH NAME
.PP
pyradio \- a console based Internet radio player

.SH SYNOPSIS
.PP
\fBpyradio\fR [path/to/]stations.csv

.SH DESCRIPTION
.PP
.B pyradio
is a command line internet radio player. 
.PP
It will use one of the following players: mpv, mplayer or vlc, detected in that order.
.PP
If mpv is detected, socat is required too.
.PP
It is possible to use 
a custom stations list in ~/.pyradio/stations.csv.
.PP
If custom stations list is missing, \fBpyradio\fR would use a 
default one.

.SH Controls

.IP \fB\Up/Down/PgUp/PgDown     
Change station selection
.IP \fBj/k
Change station selection (vi-like)
.IP \fBEnter                   
Play selected station
.IP \fB-/+                     
Change volume
.IP \fBv
Save volume (mpv and mplayer only)
.IP \fBm                       
Mute
.IP \fBr                       
Select and play a random station
.IP \fBSpace                   
Stop/start playing selected station
.IP \fBEsc/q                   
Quit

.SH FILES
.PP
.I /usr/share/doc/pyradio/stations.csv

.I /usr/share/doc/pyradio/README.md

.I /usr/share/licenses/pyradio/LICENSE

.SH AUTHOR
.PP
 \fBBen Dowling <http://www.coderholic.com/pyradio>
.PP
 The man page was written by \fBaksr <aksr at t-com dot me>\fR for Arch Linux.