Git Product home page Git Product logo

feeluown's Introduction

FeelUOwn 说明文档

trying to be a hackable music player for *nix

INFO: 当前正在基于 feeluown-core 对 feeluown 进行重构, 有兴趣的朋友可以看 refactor 分支。

Features

  1. 支持网易云音乐大部分功能
  2. 简单的插件机制
  3. 多平台支持
  4. TODO 远程控制(更方便的编写插件)

screenshot

截图

安装方法

ubuntu 安装方法

sudo apt-get install libmpv1
sudo apt-get install python3-pip
sudo -H pip3 install feeluown
feeluown-install-dev   # 安装依赖
mkdir ~/.FeelUOwn
feeluown-genicon   # 生成图标

### 开发者运行
feeluown -d

### 更新,建议没事可以更新它,会有一些小的bug修复
pip3 install feeluown --upgrade

建议安装feeluown-mpris2-plugin 这个插件支持快捷键等高级特性。

osx 安装方法

brew install mpv  # 安装 mpv 播放器
brew install pyqt --with-python3  # 安装 pyqt5, python3 支持
pip3 install feeluown

# 运行
feeluown

安装这个插件可以在 osx 使用多媒体快捷键。

插件编写与安装

插件编写与安装说明

一个非常简单的插件例子

linux 桌面歌词

  • 首先下载安装 feeluown-mpris2-plugin
  • 然后安装著名的 osdlyrics。安装这个东西有两种方法:一种自己编译安装,第二种在google上搜索 osdlyrics_0.4.3-1-precise1_amd64 这个包,安装即可。(我自己只在Ubuntu 15.10上测试过)

下面是我自己编译安装 osdlyrics 的过程

git clone https://github.com/osdlyrics/osdlyrics
git checkout develop    # 我试过其他分支,反正就这个分支靠谱一些

./autogen.sh  # 安装好相关依赖,它会提醒你应该安装哪些依赖
make
sudo make install
获取更多主题

https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/konsole 下载喜欢的主题文件 example.colorscheme,把它放入 ~/.FeelUOwn/themes 文件夹中

怎样收藏歌曲到某个歌单

把歌曲拖动到某个歌单即可。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.