项目作者: vedard

项目描述 :
A simple music player written in python
高级语言: Python
项目地址: git://github.com/vedard/MokaPlayer.git
创建时间: 2017-08-13T18:15:09Z
项目社区:https://github.com/vedard/MokaPlayer

开源协议:MIT License

下载


MokaPlayer

A music player written in python

Prerequisites

  • TagLib
  • Python 3.6.0
  • PyGObject
  • GStreamer

Installing

  1. pip install mokaplayer

Features

  • Support all the most popular music file formats
  • Gapless playback
  • Resumes playback on startup
  • Edit tags for multiple files at the same time
  • Playlists
  • Audio visualization
  • 10 Band Equalizer
  • Change playback speed while maintaining pitch
  • Go to [Artist/Album] with CTRL-P
  • Filter with CTRL-F
  • Automatically fetch:
    • Album covers
    • Artist covers
    • Lyrics
    • ASCII and Guitar Pro tabs

Configuration

If you clone the repository you need to create the file mokaplayer/config/secret.py with this line:

  1. LASTFM_SECRET_API_KEY = 'YOUR_API_KEY'

On Windows

Download the following packages with MSYS2:

  1. mingw-w64-i686-gtk3
  2. mingw-w64-i686-python3-gobject
  3. mingw-w64-i686-python3-pip
  4. mingw-w64-i686-gcc
  5. mingw-w64-i686-taglib
  6. mingw-w64-i686-python3-lxml
  7. mingw-w64-i686-swig
  8. mingw-w64-i686-gst-python
  9. mingw-w64-i686-gst-plugins-base
  10. mingw-w64-i686-gst-plugins-good
  11. mingw-w64-i686-gst-plugins-bad
  12. mingw-w64-i686-gst-plugins-ugly