Coder Social home page Coder Social logo

feeluown's Introduction

FeelUOwn 说明文档

screenshot

安装

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

### 运行
feeluown

### 开发者运行
feeluown -d

### 更新,建议没事可以更新它,会有一些小的bug修复
### 有大的更新的时候,运行软件的时候会提示
pip3 install feeluown --upgrade

如果要体验最新开发进展:直接 git clone 项目,make run 即可

插件编写与安装

插件编写与安装说明

常见问题

搜索应用时有多个 feeluown, 桌面 feeluown 没有图标

手动删除桌面 feeluown 图标,因为它已经没用了,然后运行下面命令。

cd ~/.local/share/applications
rm FeelUOwn.desktop
桌面歌词
  • 首先下载安装 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
Ubuntu 16.04 不能正常播放
sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly -y
所有的依赖
# feeluown 包的系统依赖
gstreamer0.10-plugins-good  # 有的系统依赖 gstreamer1.0 版本
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-ugly

python3-pyqt5
python3-pyqt5.qtmultimedia
libqt5multimedia5-plugins
fcitx-frontend-qt5  # 为了支持搜狗等 fcitx类的 中文输入法

# python3 的依赖
requests
quamash>=0.55

# 网易云音乐插件 需要的依赖
pycrypto    # python 库

安装一些其他的插件时,可能也需要其他的依赖包,请参照插件的 README

注: http://music.163.com/#/download 此处有网易云音乐 Linux 官方版

获取更多主题

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

怎样收藏歌曲到某个歌单

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

feeluown's People

Contributors

cosven avatar light4 avatar sbwtw avatar oryxfea avatar cposture avatar helinb avatar williamherry avatar ad09 avatar xssss1 avatar wenliangcan avatar hanchanli avatar

Watchers

yetone avatar  avatar

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.