mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-19 00:30:12 +08:00
translated
This commit is contained in:
parent
84980570a5
commit
58c8eb1bde
@ -1,107 +0,0 @@
|
||||
[#]: subject: "Harmonoid: A Beautiful Cross-Platform Music Player With Essential Features"
|
||||
[#]: via: "https://itsfoss.com/harmonoid/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Harmonoid: A Beautiful Cross-Platform Music Player With Essential Features
|
||||
======
|
||||
|
||||
Fortunately, there’s no shortage of [good open-source music players for Linux][1]. We have covered a variety of options in the past.
|
||||
|
||||
Here, I highlight a music player that is free to use, open-source, and available for multiple platforms, including **Linux, Windows, and Android**.
|
||||
|
||||
### Harmonoid: Intuitive User Experience With Material Design
|
||||
|
||||
![harmonoid player][2]
|
||||
|
||||
Harmonoid is written in Dart programming language. It utilizes [libmpv][3] and [mpv][4] for its media playback capabilities on desktop platforms.
|
||||
|
||||
It provides an excellent user interface to work with. And does not use electron.js. So, if you hate Electron, this is something you can try.
|
||||
|
||||
Usually, you see apps feature material design UI on Android. If you did not know, Material is Google’s open-source design system.
|
||||
|
||||
![harmonoid player info][5]
|
||||
|
||||
Not a lot of creators use it for desktop applications. For a change, Harmonoid features a material design user experience that can be snappy and intuitive simultaneously.
|
||||
|
||||
This lets Harmonoid present a unique user experience to Linux users. The animations feel smooth and easy to navigate and offer plenty of valuable features to help manage your music library.
|
||||
|
||||
![harmonoid url][6]
|
||||
|
||||
If you want a music player with a good UI and feature set, I recommend trying Harmonoid.
|
||||
|
||||
**Recommended Read**: [Best Music Players for Linux Users][1]
|
||||
|
||||
### Features of Harmonoid
|
||||
|
||||
![harmonoid player options][7]
|
||||
|
||||
[Harmonoid][8] may look like a simple music player, but it comes packed with some of the most valuable features. They include:
|
||||
|
||||
- **Sing along feature where it finds lyrics, or you can manually add them**
|
||||
- **Edit song details, including artist, year, genre, track number, album, and title**
|
||||
- Easy sorting and ordering of your music list
|
||||
- A quick search feature to find what you are looking for
|
||||
- Caches metadata to offer a fast experience every time you load it
|
||||
- Good integration support with Windows and Linux
|
||||
- Discord rich presence support to show your music along with artwork and play buttons
|
||||
- Adjust the speed, volume, and pitch of the music
|
||||
- Raw metadata reader to read tags of any file or song in your library
|
||||
- Playback is powered by MPV
|
||||
- .LRC file compatibility
|
||||
- **Online URL (YouTube) and radio stream supported**
|
||||
- Cross-platform
|
||||
- Multiple artist support
|
||||
- Dark/light mode
|
||||
|
||||
In addition to these, several subtle abilities go a long way, like **gapless playback and context menu integration, and it is a lightweight application** in general.
|
||||
|
||||
Harmonoid should fit perfectly for users who want to play music or want to organize their collection simultaneously. I would say that it offers the best of both worlds.
|
||||
|
||||
![harmonoid settings][9]
|
||||
|
||||
### Install Harmonoid on Linux
|
||||
|
||||
You can grab the **.deb/.rpm** package from its [download page][10] and install it on Ubuntu-based distros or Fedora.
|
||||
|
||||
Additionally, you need to install mpv and libmpv using the following command (for Ubuntu):
|
||||
|
||||
```
|
||||
sudo apt install mpv lipmpv-dev
|
||||
```
|
||||
|
||||
Ensuring to install these packages will let you handle all kinds of files for playback with Harmonoid.
|
||||
|
||||
You can also find Harmonoid on [AUR][11] for Arch-based distributions. To explore more about the player, head to its [GitHub page][12] and the [official website][8].
|
||||
|
||||
_Have you tried Harmonoid to play and organize music on your Linux system? What’s your favorite music player for Linux? Let me know your thoughts in the comments down below._
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/harmonoid/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lkxed][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/lkxed
|
||||
[1]: https://itsfoss.com/best-music-players-linux/
|
||||
[2]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-player.png
|
||||
[3]: https://github.com/mpv-player/mpv/tree/master/libmpv
|
||||
[4]: https://mpv.io
|
||||
[5]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-player-info.png
|
||||
[6]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-url.png
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-player-options.png
|
||||
[8]: https://harmonoid.com
|
||||
[9]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-settings.png
|
||||
[10]: https://harmonoid.com/downloads
|
||||
[11]: https://aur.archlinux.org/packages/harmonoid-bin
|
||||
[12]: https://github.com/harmonoid/harmonoid
|
@ -0,0 +1,105 @@
|
||||
[#]: subject: "Harmonoid: A Beautiful Cross-Platform Music Player With Essential Features"
|
||||
[#]: via: "https://itsfoss.com/harmonoid/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Harmonoid:具有基本功能的漂亮跨平台音乐播放器
|
||||
======
|
||||
|
||||
幸运的是,[Linux 的优秀开源音乐播放器][1]并不缺乏。过去我们已经介绍了多种选择。
|
||||
|
||||
在这里,我重点介绍一款免费使用、开源且可用于多种平台(包括 **Linux、Windows 和 Android**)的音乐播放器。
|
||||
|
||||
### Harmonoid:Material Design 的直观用户体验
|
||||
|
||||
![harmonoid player][2]
|
||||
|
||||
Harmonoid 是用 Dart 语言编写的。它利用 [libmpv][3] 和 [mpv][4] 在桌面平台上实现媒体播放功能。
|
||||
|
||||
它提供了一个优秀的用户界面。并且不使用 electron.js。所以,如果你讨厌 Electron,你可以试试这个。
|
||||
|
||||
通常,你会在 Android 上看到应用具有 Material Design UI。如果你不知道,Material 是 Google 的开源设计系统。
|
||||
|
||||
![harmonoid player info][5]
|
||||
|
||||
没有多少创作者将它用于桌面应用。作为一种改变,Harmonoid 具有 Material Design 用户体验,可以同时做到快速和直观。
|
||||
|
||||
这让 Harmonoid 为 Linux 用户呈现了独特的用户体验。动画感觉流畅且易于导航,并提供大量有价值的功能来帮助管理你的音乐库。
|
||||
|
||||
![harmonoid url][6]
|
||||
|
||||
如果你想要一个有良好 UI 和功能集的音乐播放器,我建议您尝试 Harmonoid。
|
||||
|
||||
### Harmonoid 的特点
|
||||
|
||||
![harmonoid player options][7]
|
||||
|
||||
[Harmonoid][8] 可能看起来像一个简单的音乐播放器,但它包含了一些最有价值的功能。他们包括:
|
||||
|
||||
- **在找到歌词的地方跟唱,或者你可以手动添加它们**
|
||||
- **编辑歌曲详细信息,包括艺术家、年份、流派、曲目编号、专辑和标题**
|
||||
- 轻松分类和排序你的音乐列表
|
||||
- 一个快速搜索功能来找到你要找的东西
|
||||
- 缓存元数据以在你每次加载时提供快速体验
|
||||
- 与 Windows 和 Linux 的良好集成支持
|
||||
- 支持Discord丰富的存在,以显示你的音乐以及艺术品和播放按钮
|
||||
- 调整音乐的速度、音量和音高
|
||||
- 原始元数据读取器可读取你库中任何文件或歌曲的标签
|
||||
- 播放由 MPV 提供
|
||||
- .LRC 文件兼容性
|
||||
- **支持在线 URL (YouTube) 和广播流**
|
||||
- 跨平台
|
||||
- 多位艺术家支持
|
||||
- 深色/浅色模式
|
||||
|
||||
除了这些之外,还有一些小功能可以发挥很大的作用,例如**无缝播放和上下文菜单集成,并且它通常是一个轻量级应用**。
|
||||
|
||||
Harmonoid 应该非常适合想要同时播放音乐或整理收藏的用户。我会说它提供了两全其美的方法。
|
||||
|
||||
![harmonoid settings][9]
|
||||
|
||||
### 在 Linux 上安装 Harmonoid
|
||||
|
||||
你可以从其[下载页面][10]获取 **.deb/.rpm** 包并将其安装在基于 Ubuntu 的发行版或 Fedora 上。
|
||||
|
||||
此外,你需要使用以下命令安装 mpv 和 libmpv(对于 Ubuntu):
|
||||
|
||||
```
|
||||
sudo apt install mpv lipmpv-dev
|
||||
```
|
||||
|
||||
确保安装这些软件包可以让你用 Harmonoid 处理所有类型的文件进行播放。
|
||||
|
||||
你还可以在 [AUR][11] 上找到基于 Arch 的发行版的 Harmonoid。要探索有关该播放器的更多信息,请访问其 [GitHub 页面][12]和[官方网站][8]。
|
||||
|
||||
_你是否尝试过 Harmonoid 在你的 Linux 系统上播放和整理音乐? 你最喜欢的 Linux 音乐播放器是什么? 在下面的评论中让我知道你的想法。_
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/harmonoid/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lkxed][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/lkxed
|
||||
[1]: https://itsfoss.com/best-music-players-linux/
|
||||
[2]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-player.png
|
||||
[3]: https://github.com/mpv-player/mpv/tree/master/libmpv
|
||||
[4]: https://mpv.io
|
||||
[5]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-player-info.png
|
||||
[6]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-url.png
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-player-options.png
|
||||
[8]: https://harmonoid.com
|
||||
[9]: https://itsfoss.com/wp-content/uploads/2022/12/harmonoid-settings.png
|
||||
[10]: https://harmonoid.com/downloads
|
||||
[11]: https://aur.archlinux.org/packages/harmonoid-bin
|
||||
[12]: https://github.com/harmonoid/harmonoid
|
Loading…
Reference in New Issue
Block a user