Metadata-Version: 2.1
Name: somafm
Version: 1.61
Summary: A simple console player for SomaFM streams.
Home-page: https://github.com/MS3FGX/SomaFM
Author: Tom Nardi
Author-email: MS3FGX@gmail.com
License: UNKNOWN
Description: This simple player for [SomaFM](https://somafm.com/) keeps the distractions, and system resource utilization, to an absolute minimum. The look of this player was inspired equally by the excellent SomaFM terminal interfaces which were already available, and the 90's hacker aesthetic that I seem to find myself nostalgic for when listening to a Shoutcast stream at 2AM.
        
        As of the current version, the player supports completely unnecessary features like desktop notifications and Chromecast support at no extra charge. Known to work on Linux (including Raspberry Pi and Chrome OS's Crostini) and Mac OS.
        
        For an up-to-date list of what's new, check the [Changelog](CHANGELOG.md)
        
        ## Dependencies
        At minimum, this program requires Python 3 versions of the following libraries:
        
        * [colorama](https://pypi.org/project/colorama/)
        * [requests](https://3.python-requests.org/)
        
        ## Supported Players
        This program is simply a front-end, playback requires one of these media players to be installed:
        * [MPlayer](http://www.mplayerhq.hu/design7/news.html) (Best choice)
        * [mpg123](https://www.mpg123.de/) (Lightweight, but lacks AAC support)
        * [mpv](https://mpv.io/) (Slow to start stream, minimal functionality)
        
        ## About SomaFM
        ![somabanner](http://somafm.com/linktous/728x90sfm.jpg)
        
        SomaFM is a listener-supported Internet-only radio station. That means no advertising or annoying commercial interruptions. SomaFM's mission is to search for and expose great new music which people may otherwise never encounter.
        
        If you like what you hear on SomaFM and want to help, please consider visiting their site and [making a donation](https://somafm.com/support/).
        
        ## License
        This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.
        
        ![](https://www.gnu.org/graphics/gplv3-127x51.png)
        
        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.
        
        For details, see the file "COPYING" in the source directory.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: Chromecast Support
