| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The "outputs" screen allows the user to enable or disable MPD's audio
output devices.
|
|
|
|
|
| |
This new screen views all information available on a song: its
location, file name, and tags.
|
| |
|
|
|
|
|
| |
Everything is now managed with a pointer to the screen_functions
struct.
|
|
|
|
| |
Finally remove all screen ids, they are not used anymore.
|
|
|
|
|
| |
Trying to get rid of the screen ids. A pointer to screen_functions is
better for identifying a screen.
|
|
Move the hard-coded screen list and everything which works with this
array to screen_list.c.
|