博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Exaile 0.3.0是Ubuntu的音乐播放器
阅读量:2505 次
发布时间:2019-05-11

本文共 2564 字,大约阅读时间需要 8 分钟。

Multimedia is important component of an OS and Linux has plenty of options to handle multimedia, especially music. Exaile is a music manager and player for GTK+ written in Python and incorporates many features including support for several portable players.

多媒体是操作系统的重要组成部分,Linux有很多选项可以处理多媒体,尤其是音乐。 Exaile是用Python编写的GTK +的音乐管理器和播放器,具有许多功能,包括对多个便携式播放器的支持。

Exaile

Exaile is a solid choice for Ubuntu users to manage their music collections. It incorporates automatic fetching of album art, lyrics, artist/album information via Wikipedia, Last.fm scrobbling. It also supports Internet radio services like Shoutcast, includes tabbed playlists, and supports your iPod and other portable music players. Install Exaile 0.3.0 on Ubuntu

Exaile是Ubuntu用户管理其音乐收藏的可靠选择。 它整合了通过Wikipedia,Last.fm打扰自动获取专辑封面,歌词,艺术家/专辑信息的功能。 它还支持Shoutcast等Internet广播服务,包括选项卡式播放列表,并支持iPod和其他便携式音乐播放器。 在Ubuntu上安装Exaile 0.3.0

Let’s take a look at how to install Exaile 0.3 on Ubuntu 9.04. The first step in the process is to get PPA added to your software sources list. Go to System \ Administration \ Software Sources.

让我们看一下如何在Ubuntu 9.04上安装Exaile 0.3。 该过程的第一步是将PPA添加到您的软件来源列表中。 转到“系统\管理\软件源”。

Software Sources ubuntu

Go the the tab that reads Third Party Software and add the following:

转到显示“第三方软件”的选项卡,然后添加以下内容:

deb http://ppa.launchpad.net/exaile-devel/ubuntu jaunty main

deb http://ppa.launchpad.net/exaile-devel/ubuntu jaunty main

Exaile PPA

Adding the OpenPGP security key

添加OpenPGP安全密钥

1. Go to the Exaile PPA page (At the end of the post)

1.转到Exaile PPA页面(帖子末尾)

2. Download the signing key 1024R/43CBFCC0 (At the end of the post) from the PPA page.

2.从PPA页面下载签名密钥1024R / 43CBFCC0(在帖子末尾)。

Exaile GPG
Exaile GPG key

3. Copy the key information on to gedit and save the file as Exaile on your desktop. 4. Import the Exaile OpenPGP key (that you saved on your desktop) by going to the Authentication tab on software sources window.

3.将关键信息复制到gedit上,然后将文件另存为Exaile。 4.通过转到“软件源”窗口上的“身份验证”选项卡,导入Exaile OpenPGP密钥(保存在桌面上)。

Install Exaile

安装Exaile

Drop down to terminal and type the following commands

下拉至终端并输入以下命令

sudo apt-get update

sudo apt-get更新

sudo apt-get install exaile

须藤apt-get install exaile

This should download and install Exaile 0.3.0 on your machine which takes a couple minutes.

这应该在您的计算机上下载并安装Exaile 0.3.0,这需要几分钟。

sshot-2009-09-30-[20-46-56]

Running Exaile

运行流放

You can run Exaile by going to:

您可以通过以下方式运行Exaile:

Exaile Menu

Applications > Sounds & Videos > Exaile Music Player

应用程序>声音和视频> Exaile音乐播放器

If you are a Linux user and want a cool way to play and manage your music collection, you might want to give Exaile a try.

如果您是Linux用户,并且想以一种炫酷的方式来播放和管理音乐收藏,则可以尝试一下Exaile。

(updated)

(更新)

翻译自:

转载地址:http://lyzwd.baihongyu.com/

你可能感兴趣的文章
【2020-3-21】Mac安装Homebrew慢,解决办法
查看>>
influxdb 命令行输出时间为 yyyy-MM-dd HH:mm:ss(年月日时分秒)的方法
查看>>
FFmpeg 新旧版本编码 API 的区别
查看>>
RecyclerView 源码深入解析——绘制流程、缓存机制、动画等
查看>>
Android 面试题整理总结(一)Java 基础
查看>>
Android 面试题整理总结(二)Java 集合
查看>>
学习笔记_vnpy实战培训day02
查看>>
VNPY- VnTrader基本使用
查看>>
VNPY - CTA策略模块策略开发
查看>>
iOS开发中遇到的问题整理 (一)
查看>>
Overlay之VXLAN架构
查看>>
【NOI 2018】归程(Kruskal重构树)
查看>>
注册用户
查看>>
TZC Intercommunication System
查看>>
HDU 4571 SPFA+DP
查看>>
centos 创建以日期为名的文件夹
查看>>
Java Timer触发定时器
查看>>
Page Object设计模式
查看>>
程序的基础知识
查看>>
在VIM中使用GDB调试 – 使用vimgdb
查看>>