Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Rahix/lollypop-transparent

 
 

Repository files navigation

Lollypop music player (with transparent background)

Join the chat at https://gitter.im/gnumdk/lollypop

Lollypop logo

Lollypop is a new GNOME music playing application.

It provides:

  • MP3/4, Ogg and FLAC.
  • Genre/cover browsing
  • Genre/artist/cover browsing
  • Search
  • Main playlist (called queue in other apps)
  • Party mode
  • ReplayGain
  • Cover art downloader
  • Context artist view
  • MTP sync
  • Fullscreen view
  • Radio support
  • Last.fm support
  • Auto install codecs
  • HiDPI support
  • TuneIn support

Depends on

  • gtk3 >= 3.20
  • gobject-introspection
  • appstream-glib
  • gir1.2-gstreamer-1.0 (Debian)
  • python3
  • meson >= 0.40
  • ninja
  • totem-plparser
  • python-cairo
  • python-gobject
  • python-sqlite
  • python-pylast >= 1.0

Installation (Archlinux)

Use this PKGBUILD.

Building from Git

$ git clone https://gitlab.gnome.org/World/lollypop.git
$ cd lollypop
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install

Installation of pylast is required for integration with Last.fm

# apt-get install python3-pip
# pip3 install pylast

On Debian GNU/Linux (Jessie)

$ git clone https://gitlab.gnome.org/World/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

On Fedora

$ git clone https://gitlab.gnome.org/World/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

About

Lollypop with a transparent background

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.6%
  • Other 1.4%