An audio, video, radio, playlist, client. Beagleplayer is ideal for: quick, easy, browsing of your media library.
- Dependencies
- Included
- Compile and Run
- PPA Installation
- Themes
- Theme Examples
- Contributing
- Creators
- License
##Dependencies
# Recommended with Qt5
$ sudo apt-get install qt5-default libqt5webkit5-dev
This was built/tested in Ubuntu 14.04 aswell as a beta version available for Windows 10. Debian based distributions should be able to run without issue. Minor modifications necessary, to cache path, for other Linux based systems.
##Included
beagleplayer/
├── res/
│ ├── html
│ │ ├── bootstrap/jquery/jqueryui
│ ├── themes
│ │ ├── default
│ ├── BPres.qrc
│ └── *_icons.png
└── src/
│ ├── cache
│ ├── control
│ ├── html5applicationviewer
│ ├── object
│ └── widgets
├── debian/
└── docs/
#themes(html,js,css) for detached player and icons + assets for player, all in ./res
#src files for Qt(c++) in ./src
##Compile and Run
- download and extract beagleplayer.v.0.1.5.tar.gz
wget https://github.com/hutchgrant/beagleplayer/archive/master.zip
cd ~/Downloads
tar -zxvf beagleplayer*.tar.gz
- Or install git and clone
sudo apt-get install git
git clone https://github.com/hutchgrant/beagleplayer.git
- Compile
cd ./beagleplayer
qmake
make
sudo make install
- Run the compiled binary with
beagleplayer
##PPA Install
If you're using Ubuntu 14.04(Trusty) or Ubuntu 14.10(Utopic) you can install the launchpad ppa with:
sudo add-apt-repository ppa:hutchgrant/beagleplayer && sudo apt-get update && sudo apt-get install beagleplayer
##Themes
Themes can be built by creating a new folder in your ~/.cache/res/themes/ directory call it yourtheme.
A theme consist of:
- yourtheme.theme
- yourtheme.html
- yourtheme.css
- yourtheme.png
###Theme Examples
-
For an example of a .theme file see the default themes ./res/themes/default
-
For an example of a .html and .css theme check the default, blue, greythemes.
##Contributing
see Contributing
Grant Hutchinson
All code and documentation from 2011- 2015 is available under the terms of the GNU Public License v3