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

..03-May-2022-

.gitignoreH A D01-Jan-2016171 2322

MakefileH A D03-May-20222.7 KiB9749

PKGBUILDH A D01-Jan-20161.1 KiB4736

README.mdH A D01-Jan-20162 KiB6447

cache.cH A D01-Jan-20164.9 KiB173129

cache.hH A D01-Jan-20161.7 KiB5622

config.cH A D01-Jan-20168.3 KiB157118

config.hH A D01-Jan-20164.3 KiB11074

config_dialog.cH A D03-May-202213.2 KiB290223

config_dialog.hH A D01-Jan-20161.3 KiB409

draw_utils.cH A D01-Jan-20161.3 KiB368

draw_utils.hH A D01-Jan-20161.3 KiB378

userinstall.shH A D01-Jan-2016896 2319

userremove.shH A D01-Jan-2016188 53

utils.cH A D01-Jan-20163.3 KiB12893

utils.hH A D01-Jan-20161.4 KiB4816

waveform.cH A D01-Jan-201654.5 KiB1,6361,424

waveform.hH A D01-Jan-20161.5 KiB5318

README.md

1[![Build Status](https://drone.io/github.com/cboxdoerfer/ddb_waveform_seekbar/status.png)](https://drone.io/github.com/cboxdoerfer/ddb_waveform_seekbar/latest)
2
3Waveform Seekbar plugin for DeaDBeeF audio player
4====================
5
6## Table of Contents
7
8* [Installation](#installation)
9  * [Arch Linux](#arch-linux)
10  * [Gentoo](#gentoo)
11  * [Binaries](#binaries)
12    * [Stable](#stable)
13    * [Dev](#dev)
14  * [Compilation](#compilation)
15* [Usage](#usage)
16* [Screenshots](%screenshots)
17
18## Installation
19### Arch Linux
20See the [AUR](https://aur.archlinux.org/packages/deadbeef-plugin-waveform-git/).
21### Gentoo
22See ebuilds [here](https://github.com/megabaks/stuff/tree/master/media-plugins/deadbeef-waveform-seekbar).
23### Binaries
24Install them as follows:
25
26x86_64: ```tar -xvf ddb_waveform_seekbar_x86_64.tar.gz -C ~/.local/lib/deadbeef```
27
28i686: ```tar -xvf ddb_waveform_seekbar_i686.tar.gz -C ~/.local/lib/deadbeef```
29#### Stable
30[x86_64](https://github.com/cboxdoerfer/ddb_waveform_seekbar/releases/download/v0.4/ddb_waveform_seekbar_x86_64.tar.gz)
31
32[i686](https://github.com/cboxdoerfer/ddb_waveform_seekbar/releases/download/v0.4/ddb_waveform_seekbar_i686.tar.gz)
33#### Dev
34[x86_64](https://drone.io/github.com/cboxdoerfer/ddb_waveform_seekbar/files/deadbeef-plugin-builder/ddb_waveform_seekbar_x86_64.tar.gz)
35
36[i686](https://drone.io/github.com/cboxdoerfer/ddb_waveform_seekbar/files/deadbeef-plugin-builder/ddb_waveform_seekbar_i686.tar.gz)
37
38### Compilation
39You need DeaDBeeF (>=0.6) and sqlite3 and their development files
40```bash
41make
42./userinstall.sh
43```
44## Usage
45Add it to your Layout with Design Mode (Edit -> Design Mode -> right click in player UI).
46
47There are two settings dialogs:
48
49Right click on waveform and select Configure
50
51and
52
53Edit -> Preferences -> Plugins -> Waveform Seekbar -> Configure
54
55## Screenshots
56### Waveform
57![](http://i.imgur.com/StjuEzc.png)
58
59![](http://i.imgur.com/uI6YAzs.png)
60
61### Settings
62![](http://i.imgur.com/niEuKVT.png)
63![](http://i.imgur.com/ZCa2Wog.png)
64