summaryrefslogtreecommitdiffstats
path: root/py3status/modules/player_control.py
Commit message (Collapse)AuthorAgeFilesLines
* use tuple instead of list for better performanceUltrabug2015-03-311-1/+1
|
* player_control module: make dbus optionalUltrabug2015-03-311-1/+11
|
* move config parameters on every module docstring, overall QAUltrabug2015-03-311-6/+6
|
* change list format to comma separatedrixx2015-03-301-3/+3
|
* configurable icons for player_controlrixx2015-03-301-5/+8
|
* adds VLC supportrixx2015-03-301-1/+21
| | | | uses only dbus and communicates via the MPRIS MusicPlayer2 interface
* use /proc/<pid>/comm instead of /proc/<pid>/cmdlinerixx2015-03-301-2/+2
| | | | | | In cmdline there is the complete call executed, which includes filenames if you want to start a file directly (probably mostly important for mplayer users). In comm, there is only the name of the executable.
* python3 compatibilityrixx2015-03-301-1/+1
|
* QA on all modules docstrings for a clean CLI parsingUltrabug2015-03-271-3/+2
|
* Add volume controlFederico Ceratto2015-03-271-1/+17
|
* Add player_control.pyFederico Ceratto2015-03-261-0/+138