Skip to content

leohazy/FeelUOwn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeelUOwn 说明文档

screenshot

安装

sudo apt-get install python3-pip
pip3 install feeluown
feeluown-install-dev   # 安装依赖
feeluown-genicon   # 生成图标

### 运行
feeluown

### 开发者运行
feeluown -d

如果要体验最新开发进展:直接 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上测试过)
Ubuntu 16.04 不能正常播放
sudo apt-get install gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly -y

About

nothing but the alternate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%