An open API service indexing awesome lists of open source software.

https://github.com/zoomten/playah

Attempting to make a media player as exercise + study
https://github.com/zoomten/playah

Last synced: about 2 months ago
JSON representation

Attempting to make a media player as exercise + study

Awesome Lists containing this project

README

          

# Playah!

**Work in progress** media player written in Qt (and Ncurses for the CLI version), because I like jumping on bandwagons

**Todo**

- Album art display
- Playlist loading (m3u, etc.)
- Info handling
- idk what else

## Build

Create shadowbuild directory

`mkdir _build && cd _build`

Make the library first and let the system see it

`mkdir lib && cd lib`

`qmake ../../lib && make`

`export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH`

Make the rest of the project

`cd ..`

`qmake .. && make`

## Run

`cli/playah_cli` = ncurses cli version

`gui/playah` = qt gui version