diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-06-05 05:24:22 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-06-05 14:23:15 +0200 |
commit | ec4fd2d70a99a651f8498ce4c1ca8b38b9583c39 (patch) | |
tree | 4d7e472dd250677ad2bec251cb7ac5e7d8e3f6e3 /source/ap/soma/README | |
parent | b5c37d741f799c8289c331f601c6499e8b974ec7 (diff) | |
download | current-ec4fd2d70a99a651f8498ce4c1ca8b38b9583c39.tar.gz |
Tue Jun 5 05:24:22 UTC 201820180605052422
ap/mc-4.8.21-x86_64-1.txz: Upgraded.
ap/soma-3.0.4-noarch-1.txz: Upgraded.
d/perl-5.26.2-x86_64-4.txz: Rebuilt.
Added IO-Socket-SSL-2.056 and Net-SSLeay-1.85. Thanks to Xsane.
n/ModemManager-1.8.0-x86_64-1.txz: Upgraded.
n/bluez-5.50-x86_64-1.txz: Upgraded.
n/dhcpcd-7.0.5b-x86_64-1.txz: Upgraded.
xap/gnuplot-5.2.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/soma/README')
-rw-r--r-- | source/ap/soma/README | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/source/ap/soma/README b/source/ap/soma/README new file mode 100644 index 00000000..d63eb8d3 --- /dev/null +++ b/source/ap/soma/README @@ -0,0 +1,74 @@ +Soma - a dialog internet radio player + +For help/usage see soma -h + +Soma started off as a way to play .pls playlists from SomaFM but can +also play .ram playlists too. In fact any url playable by mplayer +using the -playlist option should work. Extra stations can be added +in ~/.soma/stations.conf (up to 200). + +Soma uses mplayer to play the streams and aplay to detect cards for +mixer so mplayer and alsa-utils need to be installed. + +Key commands supported in status window: + +( Volume -5 +) Volume +5 +1 - 0 Volume 10%, 20%, ... 100% (saved) +Space Pause/Play +d Disconnect/Reconnect +a Add schedule +b Station browser +m Mute toggle +s Scheduler +q Quit + +There are 3 config files: + +~/.soma/themes/*rcrc Specify the dialog colours. +~/.soma/options.conf A few extra options. +~/.soma/stations.conf User station list. + +There are also: + +/etc/soma/options.conf Default options. +/etc/soma/themes/*rc Dialog configs. +/etc/soma/stations.conf Default station list. + +Stations should be added to the user list like this: + +Name,URL + +You cannot use a comma , in the name or URL + +I would be glad of any exra radio urls emailed to me so I can add to +the default list. + +NOTES: + +The Jack and NAS options for output device will only work if MPlayer is +built against them. + +When changing/selecting soundcard output device you must press space on +the option. Just scrolling down and hitting Enter does nothing. + +BUGS: + +Soma may induce the side effects of general well-being and profound +spiritual satisfaction. + +http://en.wikipedia.org/wiki/Soma +http://en.wikipedia.org/wiki/Soma_(Brave_New_World) + +REAL BUGS: + +Some people might find screen messes up the dialog colours. If you +have this line in ~/.screenrc: + +attrcolor b ".I" + +You might want to comment it out and try again as it seems to turn off +the bold attribute. + +Please mail me at dave@dawoodfall.net for new radio urls or bug +reports etc. |