Formatting
This commit is contained in:
parent
af55345c0f
commit
3bb18dd414
1 changed files with 5 additions and 5 deletions
|
@ -10,14 +10,14 @@ Requires the following library:
|
||||||
* subprocess
|
* subprocess
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
* deadbeef.format: Format string (defaults to "{artist} - {title}")
|
* deadbeef.format: Format string (defaults to "{artist} - {title}")
|
||||||
Available values are: {artist}, {title}, {album}, {length},
|
Available values are: {artist}, {title}, {album}, {length},
|
||||||
{trackno}, {year}, {comment},
|
{trackno}, {year}, {comment},
|
||||||
{copyright}, {time}
|
{copyright}, {time}
|
||||||
* deadbeef.previous: Change binding for previous song (default is left click)
|
* deadbeef.previous: Change binding for previous song (default is left click)
|
||||||
* deadbeef.next: Change binding for next song (default is right click)
|
* deadbeef.next: Change binding for next song (default is right click)
|
||||||
* deadbeef.pause: Change binding for toggling pause (default is middle click)
|
* deadbeef.pause: Change binding for toggling pause (default is middle click)
|
||||||
* deadbeef.scrolling: Change the speed that the text in the module scrolls (default is 0)
|
* deadbeef.scrolling: Change the speed at which the text in the module scrolls (default is 0)
|
||||||
|
|
||||||
Available options for deadbeef.previous, deadbeef.next and deadbeef.pause are:
|
Available options for deadbeef.previous, deadbeef.next and deadbeef.pause are:
|
||||||
LEFT_CLICK, RIGHT_CLICK, MIDDLE_CLICK, SCROLL_UP, SCROLL_DOWN
|
LEFT_CLICK, RIGHT_CLICK, MIDDLE_CLICK, SCROLL_UP, SCROLL_DOWN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue