forked from foobnix/foobnix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
55 lines (38 loc) · 1.6 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Foobnix music player
=====================
http://www.foobnix.com
What is Foobnix?
----------------
Foobnix is a free music player written on Python.
Main features
-------------
* CUE, wv and iso.wv support, probably the best among Linux music players
* Supports MP3, MP4, AAC, CD Audio, WMA, OGG, FLAC, WavPack, WAV, Musepack and many more formats
* 10-band equalizer with presets support
* Last.FM integration: search in related songs, artists, covers and other
* vk.com also supported: your and your friends' music, songs search and playback
* Lyrics search by lyricsmania.com and megalyrics.ru
Installation
------------
To install from deb or tar.gz please visit https://launchpad.net/~foobnix-team/+archive/foobnix-player/+packages
To install from Ubuntu PPA:
sudo add-apt-repository ppa:foobnix-team/foobnix-player
sudo apt-get update
sudo apt-get install foobnix
To install from sources:
sudo python setup.py install
# or
sudo make install
# or
./install
To uninstall:
sudo make uninstall
# or
./uninstall
To restore default settings:
rm -f ~$USER/.config/foobnix/foobnix_conf.pkl
rm -f ~$USER/.config/foobnix-3/foobnix_conf.pkl
Depends
python-chardet, python-gi, python-simplejson, python-mutagen, gstreamer1.0-plugins-good, gir1.2-gstreamer-1.0, gir1.2-gst-plugins-base-1.0, gir1.2-gtk-3.0, gir1.2-webkit-3.0, gir1.2-soup-2.4, gir1.2-keybinder-3.0, gir1.2-notify-0.7, gir1.2-soup-2.4, gettext
Recommends:
python-setuptools, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, gstreamer1.0-alsa, fuseiso, libmp3lame0, libfaac0