parent
4d4a7bf29d
commit
7ea8c5320d
3 changed files with 19 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
# pylint: disable=C0111,R0903
|
||||
|
||||
"""Displays information about the current song in cmus."""
|
||||
"""Displays information about the current song in cmus.
|
||||
|
||||
Parameters:
|
||||
* cmus.format: Format string for the song information. Tag values can be put in curly brackets (i.e. {artist})
|
||||
"""
|
||||
|
||||
from collections import defaultdict
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue