Skip to content
/ Mp3ipe Public

Lightweight and efficient way to listen to music!

License

Notifications You must be signed in to change notification settings

iodomi/Mp3ipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Mp3ipe

Simple and lightweight python music player that is fully functional in the terminal.

Requirements

To fully use Mp3ipe you will need to install some of those dependencies on your operating system!

1. python:

Debian:

sudo apt-get -y install python3-fabulous

Arch:

sudo pacman -S python-fabulous

Fedora/Red Hat:

yum install python-fabulous

Compiling it from source:

wget https://github.com/jart/fabulous/releases/download/0.4.0/fabulous-0.4.0.tar.gz
tar -xvzf fabulous-0.4.0.tar.gz
cd fabulous-0.4.0
sudo python setup.py install

2. mpv:

Debian:

sudo apt-get -y install mpv

Arch:

sudo pacman -S mpv

Fedora/Red Hat:

yum install mpv

Compiling it from source:

git clone https://github.com/mpv-player/mpv-build.git && cd mpv-build
./rebuild -j4
sudo ./instal

Manual

1. Configure: You can achive this by editing main.py and modifying CONFIG variable.

2. Use: You will need to execute this file so go in terminal and add execution permission to it:

chmod +x main

without parameters it will just display the contents of your music library that you defined in CONFIG variable.

Otherwise if you would like to use parameters, so in this example:

./main There, there

Mp3ipe will find the music file you were searching for and play it for you!

3. Fork: Feel free to make your own fork of Mp3ipe if you want to implement other features, it'd be much appreciated.

FAQ

Will there be a support for MS Windows?

No, I am not interested in developing software compatible with this operating system, at least not for this project.

Releases

No releases published

Packages

No packages published

Languages