mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-29 21:41:00 +08:00
commit
32d4de9148
@ -1,106 +0,0 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Audacious 4.0 Released With Qt 5: Here’s How to Install it on Ubuntu)
|
||||
[#]: via: (https://itsfoss.com/audacious-4-release/)
|
||||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||||
|
||||
Audacious 4.0 Released With Qt 5: Here’s How to Install it on Ubuntu
|
||||
======
|
||||
|
||||
[Audacious][1] is an open-source audio player available for multiple platforms that include Linux. Almost after 2 years of its last major release, Audacious 4.0 has arrived with some big changes.
|
||||
|
||||
The latest release Audacious 4.0 comes with [Qt 5][2] UI by default. You can still go for the old GTK2 UI from the source – however, the new features will be added to the Qt UI only.
|
||||
|
||||
Let’s take a look at what has changed and how to install the latest Audacious on your Linux system.
|
||||
|
||||
### Audacious 4.0 Key Changes & Features
|
||||
|
||||
![Audacious 4 Release][3]
|
||||
|
||||
Of course, the major change would be the use of Qt 5 UI as the default. In addition to that, there are a lot of improvements and feature additions mentioned in their [official announcement post][4], here they are:
|
||||
|
||||
* Clicking on playlist column headers sorts the playlist
|
||||
* Dragging playlist column headers changes the column order
|
||||
* Application-wide settings for volume and time step sizes
|
||||
* New option to hide playlist tabs
|
||||
* Sorting playlist by path now sorts folders after files
|
||||
* Implemented additional MPRIS calls for compatibility with KDE 5.16+
|
||||
* New OpenMPT-based tracker module plugin
|
||||
* New VU Meter visualization plugin
|
||||
* Added option to use a SOCKS network proxy
|
||||
* The Song Change plugin now works on Windows
|
||||
* New “Next Album” and “Previous Album” commands
|
||||
* The tag editor in Qt UI can now edit multiple files at once
|
||||
* Implemented equalizer presets window for Qt UI
|
||||
* Lyrics plugin gained the ability to save and load lyrics locally
|
||||
* Blur Scope and Spectrum Analyzer visualizations ported to Qt
|
||||
* MIDI plugin SoundFont selection ported to Qt
|
||||
* JACK output plugin gained some new options
|
||||
* Added option to endlessly loop PSF files
|
||||
|
||||
|
||||
|
||||
If you didn’t know about it previously, you can easily get it installed and use the equalizer coupled with [LADSP][5] effects to tweak your music experience.
|
||||
|
||||
![Audacious Winamp Classic Interface][6]
|
||||
|
||||
### How to Install Audacious 4.0 on Ubuntu
|
||||
|
||||
It is worth noting that the [unofficial PPA][7] is made available by [UbuntuHandbook][8]. You can simply follow the instructions below to install it on Ubuntu 16.04, 18.04, 19.10, and 20.04.
|
||||
|
||||
1\. First, you have to add the PPA to your system by typing in the following command in the terminal:
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:ubuntuhandbook1/apps
|
||||
```
|
||||
|
||||
3\. Next, you need to update/refresh the package information from the repositories/sources you have and proceed to install the app. Here’s how to do that:
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install audacious audacious-plugins
|
||||
```
|
||||
|
||||
That’s it. You don’t have to do anything else. In either case, if you want to [remove the PPA and the software][9], just type in the following commands in order:
|
||||
|
||||
```
|
||||
sudo add-apt-repository --remove ppa:ubuntuhandbook1/apps
|
||||
sudo apt remove --autoremove audacious audacious-plugins
|
||||
```
|
||||
|
||||
You can also check out their GitHub page for more information on the source and potentially install it on other Linux distros as well, if that’s what you’re looking for.
|
||||
|
||||
[Audacious Source Code][10]
|
||||
|
||||
### Wrapping Up
|
||||
|
||||
The new features and the Qt 5 UI switch should be a good thing to improve the user experience and the functionality of the audio player. If you’re a fan of the classic Winamp interface, it works just fine as well – but missing a few features as mentioned in their announcement post.
|
||||
|
||||
You can try it out and let me know your thoughts in the comments below!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/audacious-4-release/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://audacious-media-player.org
|
||||
[2]: https://doc.qt.io/qt-5/qt5-intro.html
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/03/audacious-4-release.jpg?ssl=1
|
||||
[4]: https://audacious-media-player.org/news/45-audacious-4-0-released
|
||||
[5]: https://www.ladspa.org/
|
||||
[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/03/audacious-winamp.jpg?ssl=1
|
||||
[7]: https://itsfoss.com/ppa-guide/
|
||||
[8]: http://ubuntuhandbook.org/index.php/2020/03/audacious-4-0-released-qt5-ui/
|
||||
[9]: https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/
|
||||
[10]: https://github.com/audacious-media-player/audacious
|
@ -0,0 +1,105 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (geekpi)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Audacious 4.0 Released With Qt 5: Here’s How to Install it on Ubuntu)
|
||||
[#]: via: (https://itsfoss.com/audacious-4-release/)
|
||||
[#]: author: (Ankush Das https://itsfoss.com/author/ankush/)
|
||||
|
||||
使用 Qt 5 的 Audacious 4.0 发布:以下是在 Ubuntu 上安装它的方法
|
||||
======
|
||||
|
||||
[Audacious][1]是用于包括 Linux 在内的多个平台的开源音频播放器。继上次发布主版本将近 2 年后,Audacious 4.0 带来了一些重大变化。
|
||||
|
||||
最新版本的 Audacious 4.0 默认带 [Qt 5][2] UI。你仍然可以从源中使用旧的 GTK2 UI,但是,新功能仅会添加到 Qt UI 中。
|
||||
|
||||
让我们看下发生了什么变化以及如何在 Linux 系统上安装最新的 Audacious。
|
||||
|
||||
### Audacious 4.0 关键变化和功能
|
||||
|
||||
![Audacious 4 Release][3]
|
||||
|
||||
当然,主要的变化是默认使用 Qt 5 UI。除此之外,他们的[官方公告][4]中提到了许多改进和功能补充,它们是:
|
||||
|
||||
* 单击播放列表列头可对播放列表进行排序
|
||||
* 拖动播放列表列头会更改列顺序
|
||||
* 应用中的音量和时间步长设置
|
||||
* 隐藏播放列表标签的新选项
|
||||
* 按路径对播放列表排序现在将文件夹排序在文件后面
|
||||
* 实现了额外的 MPRIS 调用,以与 KDE 5.16+ 兼容
|
||||
* 新的基于 OpenMPT 的跟踪器模块插件
|
||||
* 新的 VU Meter 可视化插件
|
||||
* 添加了使用 SOCKS 网络代理的选项
|
||||
* Song Change 插件现在可在 Windows 上使用
|
||||
* 新的“下一张专辑”和“上一张专辑”命令
|
||||
* Qt UI 中的标签编辑器现在可以一次编辑多个文件
|
||||
* 为 Qt UI 实现均衡器预设窗口
|
||||
* 歌词插件获得了在本地保存和加载歌词的功能
|
||||
* 模糊范围和频谱分析器可视化已移植到 Qt
|
||||
* MIDI 插件 SoundFont 选择已移植到 Qt
|
||||
* JACK 输出插件获得了一些新选项
|
||||
* 添加了无限循环 PSF 文件的选项
|
||||
|
||||
|
||||
如果你以前不了解它,你可以轻松安装它,并使用均衡器和 [LADSP][5] 效果器来调整音乐体验。
|
||||
|
||||
![Audacious Winamp Classic Interface][6]
|
||||
|
||||
### 如何在 Ubuntu 上安装 Audacious 4.0
|
||||
|
||||
值得注意的是,[UbuntuHandbook][8] 提供了[非官方 PPA][7]。你可以按照以下说明在 Ubuntu 16.04、18.04、19.10 和 20.04 上进行安装。
|
||||
|
||||
1\. 首先,你必须在终端中输入以下命令将 PPA 添加到系统中:
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:ubuntuhandbook1/apps
|
||||
```
|
||||
|
||||
2\. 接下来,你需要从仓库/源码中更新/刷新软件包信息,然后继续安装该应用。方法如下:
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install audacious audacious-plugins
|
||||
```
|
||||
|
||||
就是这样。你无需执行其他任何操作。无论什么情况,如果你想[删除 PPA 和软件][9],只需按顺序输入以下命令:
|
||||
|
||||
```
|
||||
sudo add-apt-repository --remove ppa:ubuntuhandbook1/apps
|
||||
sudo apt remove --autoremove audacious audacious-plugins
|
||||
```
|
||||
|
||||
你也可以在它的 GitHub 页面上查看有关源码的更多信息,并根据需要在其他 Linux 发行版上进行安装。
|
||||
|
||||
[Audacious Source Code][10]
|
||||
|
||||
### 总结
|
||||
|
||||
新功能和 Qt 5 UI 开关对于改善用户体验和音频播放器的功能应该是一件好事。如果你是经典 Winamp 界面的粉丝,它也可以正常工作。但缺少其公告中提到的一些功能。
|
||||
|
||||
你可以尝试一下,并在下面的评论中让我知道你的想法!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/audacious-4-release/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://audacious-media-player.org
|
||||
[2]: https://doc.qt.io/qt-5/qt5-intro.html
|
||||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/03/audacious-4-release.jpg?ssl=1
|
||||
[4]: https://audacious-media-player.org/news/45-audacious-4-0-released
|
||||
[5]: https://www.ladspa.org/
|
||||
[6]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/03/audacious-winamp.jpg?ssl=1
|
||||
[7]: https://itsfoss.com/ppa-guide/
|
||||
[8]: http://ubuntuhandbook.org/index.php/2020/03/audacious-4-0-released-qt5-ui/
|
||||
[9]: https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/
|
||||
[10]: https://github.com/audacious-media-player/audacious
|
Loading…
Reference in New Issue
Block a user