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

..03-May-2022-

data/H09-Apr-2019-243200

help/H09-Apr-2019-4,9454,063

po/H09-Apr-2019-39,03630,049

src/H09-Apr-2019-20,07114,840

AUTHORSH A D09-Apr-201940 21

COPYINGH A D09-Apr-201917.7 KiB340281

MAINTAINERSH A D09-Apr-201963 43

NEWSH A D09-Apr-201917.1 KiB630469

READMEH A D09-Apr-2019794 3624

goobox.doapH A D09-Apr-2019981 2622

meson.buildH A D09-Apr-20191.8 KiB6957

postinstall.pyH A D09-Apr-20191,017 2820

README

1
2			       * Goobox *
3
4		   A Compact Disk Player and Ripper for GNOME
5
6* About Goobox
7
8  Goobox allows you to play CDs and save the tracks to disk as mp3, ogg, flac
9  or wav files.
10  Track titles and CD covers are set automatically using the MusicBrainz web
11  service.
12
13* Dependencies
14
15  gtk+ >= 3.22.0
16  gstreamer >= 1.0
17  libmusicbrainz >= 5.0.0
18  libcoverart >= 1.0 (optional)
19
20  required gstreamer plugins:
21    cdparanoia: used to play CDs
22    vorbisenc, flacenc, wavenc, lamemp3enc: at least one of these in order to
23    rip CDs.
24
25* How to install
26
27  meson build
28  ninja -C build
29  sudo ninja -C build install
30
31* Licensing
32
33  Goobox is released under the terms of the GNU General Public
34  License (GNU GPL) version 2 or greater.  You can find a copy of the license
35  in the file COPYING.
36