# lollypop_1 **Repository Path**: mirrors_chromium_gitlab_gnome/lollypop_1 ## Basic Information - **Project Name**: lollypop_1 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lollypop music player [![Join the chat at https://gitter.im/gnumdk/lollypop](https://badges.gitter.im/gnumdk/lollypop.svg)](https://gitter.im/gnumdk/lollypop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![Lollypop logo](https://gitlab.gnome.org/gnumdk/lollypop/raw/master/data/icons/hicolor/256x256/apps/org.gnome.Lollypop.png) Lollypop is a new GNOME music playing application. - Users: https://wiki.gnome.org/Apps/Lollypop - Translators: https://hosted.weblate.org/projects/gnumdk/ 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` ## Building from Git ```bash $ 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](http://last.fm) ```bash # apt-get install python3-pip # pip3 install pylast ``` ### On Debian GNU/Linux (Jessie) ```bash $ 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 ```bash $ 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 ```