Metadata-Version: 2.1
Name: minimal-podcasts-player
Version: 0.2.0
Summary: Subscribe, listen and (in the future) download your favorite podcasts, quickly and easily.
Home-page: https://github.com/son-link/minimal-podcasts-player
Author: Alfonso Saavedra 'Son Link'
Author-email: sonlink.dourden@gmail.com
License: GPL 3.0
Download-URL: https://github.com/son-link/minimal-podcasts-player/archive/0.2.0.tar.gz
Description: # Minimal Podcasts Player
        
        (c) 2021 Alfonso Saavedra "Son Link"
        
        [https://github.com/son-link/minimal-podcasts-player](https://github.com/son-link/minimal-podcasts-player
        )
        
        ![Minimal Podcasts Player screenshoot](screenshoot.png)
        
        Subscribe, listen and (in the future) download your favorite podcasts, quickly and easily.
        
        Available for Linux, Windows and Mac.
        
        Licensed under GNU/GPL3 or higher.
        
        Note: this project is still under development, so some features are not yet available or complete.
        
        ## Install
        
        ### From source code:
        
        * Clone the repo, download the zip under Code -> Download ZIP or download the last release.
        * Open a terminal and go to the project folder.
        * Install the dependencies:
          * From PIP (with administration permissions): `pip install -r requirements.txt`
          * Debian/Ubuntu/Mint/MX Linux:
            * apt: `apt install python3-pyqt5, python3-pyqt5.qtmultimedia, libqt5multimedia5, libqt5multimedia5-plugins`
            * Pypi: `pip3 install podcastparser qt-material`
          * Arch Linux/Manjaro:
            * pacman: `python-pip python-podcastparser python-pyqt5 qt5-multimedia`
            * Pypi `pip install qt-material`
        
          * Windows:
            *  Install Python, or Conda/Miniconda.
            *  Open a terminal (cmd or Poweshell) and execute `pip install -r requirements.txt`
        
          * Copy bin/minimal-podcasts-player.desktop to /usr/share/applications
          * Copy bin/minimal-podcasts-player.svg to /usr/share/pixmaps
        
        **Note:** if you use **Conda/Miniconda**, **DON'T** install the package **pyqt** from conda and conda-forge repositories, install it from Pypi, since the one installed from them does not include the libraries for multimedia playback.
        
        ### From Pypi:
        
        `pip install minimal-podcasts-player`
        
        ### Executables:
        https://pypi.org/project/minimal-podcasts-player/0.1.0.1/
        You can download a **AppImage** for **GNU/Linu**x and **executable** for **Windows** on (releases)
        
        If you use Arch Linux, Manjaro or other Arch based distros a package is avaliable on [AUR](https://aur.archlinux.org/packages/minimal-podcasts-player/)
        
        ## Other credits:
        
        * [App icon](https://pixabay.com/es/illustrations/podcast-popular-muestra-anuncio-2665175/
        ) (temporary) make by [BedexpStock](https://pixabay.com/es/users/bedexpstock-6161331/) and licensed under Pixabay License(https://pixabay.com/es/service/license/)
        
        * no-cover.svg image and the icon theme make by me using a [Material Design Icons](https://material.io/resources/icons/) from Google and licensed under Apache license version 2.0.
        
        Theme app for AppImage and Windows executable: [qt-material](https://github.com/UN-GCPDS/qt-material)
Keywords: podcasts,audio,stream
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
