Install Lollypop Music Player on Linux Ubuntu Systems. Lollypop is a modern music player for GNOME. Lollypop is a powerful Rhythmbox alternative. Lollypop open-source audio player is developed in GTK+3 and supports various popular audio formats, including mp3, m p 4, ogg and flac. It can also be used to visualize the songs via album, artist or genre. The music player has two UI – White and Black.
기능
- Artist bio, lyrics Artist bio, lyrics: Get artists and tracks information from the web.
- Intuitive browsing: Walk through your collection by genres/artists and through albums artwork.
- Play many audio formats: mp3, m p 4, ogg, and flac
- Cover art downloader: Automatic artwork downloader from Last.fm, Itunes and Spotify.
- MTP devices: Sync your music with Android phones and any mtp devices…
- Fullscreen view: Visual access from your couch
- Party mode: Let Lollypop choose music for you.
- Native replay gain support.
- Search in your collection by artist, album and title.
Download Lollypop
- Flatpak: https://flathub.org/repo/appstream/org.gnome.Lollypop.flatpakref
- 페도라: https://copr.fedoraproject.org/coprs/gnumdk/lollypop
- 우분투: https://launchpad.net/~gnumdk/+archive/ubuntu/lollypop
- OpenSUSE: https://build.opensuse.org/package/show/multimedia:apps/lollypop
- 아치 리눅스: https://www.archlinux.org/packages/community/any/lollypop
- FreeBSD: http://www.freshports.org/audio/lollypop
- 출처: https://gitlab.gnome.org/gnumdk/lollypop/tag
Install Lollypop
To install Lollypop on Ubuntu Systems, 아래 명령을 실행 합니다.
sudo add-apt-repository ppa:gnumdk/lollypop
sudo apt-get update
sudo apt-get install lollypop
gsettings set com.canonical.desktop.interface scrollbar-mode normal
apt-get install python3-pip
pip3 install pylast
일단 설치, open Lollypop music player from Ubuntu Dash or Terminal.
Building from git
$ git clone https://github.com/gnumdk/lollypop.git
$ cd lollypop
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install
In case you want the integration with Last.fm to work you need to install pylast
# apt-get install python3-pip
# pip3 install pylast
On Debian (Jessie)
$ git clone https://github.com/gnumdk/lollypop.git
$ cd lollypop
# apt-get install meson libglib2.0-dev yelp-tools libgirepository1.0-dev libgtk-3-dev
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install
페도 라에
$ git clone https://github.com/gnumdk/lollypop.git
$ cd lollypop
# sudo dnf install meson glib2-devel yelp-tools gtk3-devel gobject-introspection-devel python3
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install