退出时如何设置节拍框以自动保存当前歌曲?
设想情况:
[playing]我怎样才能把它设置为播放歌曲2呢?
发布于 2014-03-23 08:59:34
你需要一个像记住节奏这样的插件来记住最后的播放歌曲和播放时间,源(电台,播放列表),浏览器值(类型,专辑,艺术家)。
要安装,请记住节奏,如果您使用Ubuntu12.04(精确的穿山甲),您可以在终端中使用以下命令:
sudo add-apt-repository ppa:loneowais/ppa
sudo apt-get update
sudo apt-get install remember-the-rhythm如果使用12.04以上的最新Ubuntu版本,则必须手动安装:
remember-the-rhythm-master.zip文件:解压缩/路径/to/记忆-节奏- -d /path/to/提取安装成功后,打开Rhythmbox播放器,转到Rhythmbox→插件并启用Rhythm插件:

发布于 2014-03-23 10:17:09
这是一个不错的小插件创建了几年前,但将解决这个问题。
从RB2.96到RB3.0的所有版本都可以使用PPA格式。
或者,您可以从Git安装,如果您不喜欢PPA为您的系统。
让我们从PPA版本开始。我会提前-这是我的PPA。
sudo add-apt-repository ppa:fossfreedom/rhythmbox-plugins
sudo apt-get update
sudo apt-get install rhythmbox-plugin-remembertherhythm最后,在插件菜单中启用插件。
如果要从Git安装rhythmbox版本RB2.96至2.99,请尝试以下操作:
sudo apt-get install git
git clone https://github.com/owais/remember-the-rhythm.git
cd remember-the-rhythm
sudo make install卸载:
sudo make uninstall如果您使用的是RB3.0,那么应用以下说明:
sudo apt-get install git
git clone https://github.com/owais/remember-the-rhythm.git
cd remember-the-rhythm/src使用您最喜欢的文本编辑器编辑文件remember-the-rhythm.plugin
将行从Loader=python更改为Loader=python3并保存
cd ..
sudo make install上的应用
如果您是一个时髦的用户,并且通过我的PPA或Jacobs PPA安装了Rhythmbox3.0,那么您需要从saucy编辑源到trusty


无耻地推广到我的博客,描述了这一点,还有更多
相关问题:
https://askubuntu.com/questions/437995
复制相似问题