• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitlab/issue_templates/H05-Feb-2021-1410

bin/H05-Feb-2021-5344

data/H05-Feb-2021-6,2616,061

hooks/H05-Feb-2021-8052

lollypop/H05-Feb-2021-46,52738,702

save/H03-May-2022-1,8111,639

search-provider/H03-May-2022-294232

subprojects/po/H03-May-2022-129,08798,350

.gitignoreH A D05-Feb-20211.2 KiB9089

.gitlab-ci.ymlH A D05-Feb-2021498 1512

.gitmodulesH A D05-Feb-2021215 76

AUTHORSH A D05-Feb-2021187 1412

LICENSEH A D05-Feb-202134.3 KiB676553

PACKAGERSH A D05-Feb-2021283 86

README.mdH A D05-Feb-20211.9 KiB8163

lollypop.inH A D03-May-20221.6 KiB5743

meson.buildH A D05-Feb-20211.9 KiB7462

meson_post_install.pyH A D03-May-2022467 1510

org.gnome.Lollypop.jsonH A D05-Feb-202113 KiB343342

run.shH A D05-Feb-2021102 54

README.md

1# Lollypop music player
2
3![Lollypop logo](https://gitlab.gnome.org/World/lollypop/raw/master/data/icons/hicolor/256x256/apps/org.gnome.Lollypop.png)
4
5Support Lollypop: https://www.patreon.com/gnumdk
6
7Lollypop is a new GNOME music playing application.
8
9- Users: https://wiki.gnome.org/Apps/Lollypop
10
11- Translators: https://hosted.weblate.org/projects/gnumdk/
12
13- Contributions: https://gitlab.gnome.org/World/lollypop/-/wikis/Contributions
14
15It provides:
16
17- MP3/4, Ogg and FLAC.
18- Genre/cover browsing
19- Genre/artist/cover browsing
20- Search
21- Main playlist (called queue in other apps)
22- Party mode
23- ReplayGain
24- Cover art downloader
25- Context artist view
26- MTP sync
27- Fullscreen view
28- Radio support
29- Last.fm support
30- Auto install codecs
31- HiDPI support
32- TuneIn support
33
34## Depends on
35
36- `gtk3 >= 3.20`
37- `gobject-introspection`
38- `appstream-glib`
39- `gir1.2-gstreamer-1.0 (Debian)`
40- `python3`
41- `libhandy1`
42- `meson >= 0.40`
43- `ninja`
44- `totem-plparser`
45- `python-gst`
46- `python-cairo`
47- `python-gobject`
48- `python-sqlite`
49- `beautifulsoup4`
50
51## Building from Git
52
53```bash
54$ git clone https://gitlab.gnome.org/World/lollypop.git
55$ cd lollypop
56$ meson builddir --prefix=/usr/local
57# sudo ninja -C builddir install
58```
59
60### On Debian/Ubuntu
61
62```bash
63$ git clone https://gitlab.gnome.org/World/lollypop.git
64$ cd lollypop
65# apt-get install meson libglib2.0-dev yelp-tools libgirepository1.0-dev libgtk-3-dev gir1.2-totemplparser-1.0 python-gi-dev
66$ meson builddir --prefix=/usr/local
67# sudo ninja -C builddir install
68```
69
70### On Fedora
71
72```bash
73$ git clone https://gitlab.gnome.org/World/lollypop.git
74$ cd lollypop
75# sudo dnf install meson glib2-devel yelp-tools gtk3-devel gobject-introspection-devel python3 pygobject3-devel libsoup-devel
76$ meson builddir --prefix=/usr/local
77# sudo ninja -C builddir install
78```
79
80[![Packaging status](https://repology.org/badge/vertical-allrepos/lollypop.svg)](https://repology.org/project/lollypop/versions)
81