1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
|
/***************************************************************************
* Copyright (C) 2008-2014 by Andrzej Rybczak *
* electricityispower@gmail.com *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#include <boost/date_time/posix_time/posix_time.hpp>
#include <netinet/tcp.h>
#include <netinet/in.h>
#include "browser.h"
#include "charset.h"
#include "global.h"
#include "helpers.h"
#include "lyrics.h"
#include "media_library.h"
#include "outputs.h"
#include "playlist.h"
#include "playlist_editor.h"
#include "search_engine.h"
#include "sel_items_adder.h"
#include "settings.h"
#include "status.h"
#include "statusbar.h"
#include "tag_editor.h"
#include "visualizer.h"
#include "title.h"
#include "utility/string.h"
using Global::myScreen;
using Global::wFooter;
using Global::wHeader;
using Global::Timer;
using Global::VolumeState;
namespace {
boost::posix_time::ptime past = boost::posix_time::from_time_t(0);
size_t playing_song_scroll_begin = 0;
size_t first_line_scroll_begin = 0;
size_t second_line_scroll_begin = 0;
bool m_status_initialized;
char m_consume;
char m_crossfade;
char m_db_updating;
char m_repeat;
char m_random;
char m_single;
int m_current_song_id;
int m_current_song_pos;
unsigned m_elapsed_time;
unsigned m_kbps;
MPD::PlayerState m_player_state;
unsigned m_playlist_version;
unsigned m_playlist_length;
unsigned m_total_time;
int m_volume;
void drawTitle(const MPD::Song &np)
{
assert(!np.empty());
windowTitle(np.toString(Config.song_window_title_format, Config.tags_separator));
}
std::string playerStateToString(MPD::PlayerState ps)
{
std::string result;
switch (ps)
{
case MPD::psUnknown:
result = "[unknown]";
break;
case MPD::psPlay:
if (Config.design == Design::Alternative)
result = "[playing]";
else
result = "Playing: ";
break;
case MPD::psPause:
if (Config.design == Design::Alternative)
result = "[paused] ";
else
result = "[Paused] ";
break;
case MPD::psStop:
if (Config.design == Design::Alternative)
result = "[stopped]";
break;
default:
break;
}
return result;
}
void initialize_status()
{
// get full info about new connection
Status::update(-1);
if (Config.jump_to_now_playing_song_at_start)
{
int curr_pos = Status::State::currentSongPosition();
if (curr_pos >= 0)
myPlaylist->main().highlight(curr_pos);
}
// Set TCP_NODELAY on the tcp socket as we are using write-write-read pattern
// a lot (noidle - write, command - write, then read the result of command),
// which kills the performance.
int flag = 1;
setsockopt(Mpd.GetFD(), IPPROTO_TCP, TCP_NODELAY, &flag, sizeof(flag));
// go to startup screen
if (Config.startup_screen_type != myScreen->type())
toScreen(Config.startup_screen_type)->switchTo();
myScreen->refresh();
myBrowser->fetchSupportedExtensions();
# ifdef ENABLE_OUTPUTS
myOutputs->FetchList();
# endif // ENABLE_OUTPUTS
# ifdef ENABLE_VISUALIZER
myVisualizer->ResetFD();
if (myScreen == myVisualizer)
myVisualizer->SetFD();
myVisualizer->FindOutputID();
# endif // ENABLE_VISUALIZER
m_status_initialized = true;
wFooter->addFDCallback(Mpd.GetFD(), Statusbar::Helpers::mpd);
Statusbar::printf("Connected to %1%", Mpd.GetHostname());
}
}
/*************************************************************************/
void Status::handleClientError(MPD::ClientError &e)
{
if (!e.clearable())
Mpd.Disconnect();
Statusbar::printf("ncmpcpp: %1%", e.what());
}
void Status::handleServerError(MPD::ServerError &e)
{
Statusbar::printf("MPD: %1%", e.what());
if (e.code() == MPD_SERVER_ERROR_PERMISSION)
{
NC::Window::ScopedPromptHook helper(*wFooter, nullptr);
Statusbar::put() << "Password: ";
Mpd.SetPassword(wFooter->prompt("", -1, true));
try {
Mpd.SendPassword();
Statusbar::print("Password accepted");
} catch (MPD::ServerError &e_prim) {
handleServerError(e_prim);
}
}
else if (e.code() == MPD_SERVER_ERROR_NO_EXIST && myScreen == myBrowser)
{
myBrowser->GetDirectory(getParentDirectory(myBrowser->CurrentDir()));
myBrowser->refresh();
}
}
/*************************************************************************/
void Status::trace(bool update_timer, bool update_window_timeout)
{
if (update_timer)
Timer = boost::posix_time::microsec_clock::local_time();
if (update_window_timeout)
{
// set appropriate window timeout
int nc_wtimeout = std::numeric_limits<int>::max();
applyToVisibleWindows([&nc_wtimeout](BaseScreen *s) {
nc_wtimeout = std::min(nc_wtimeout, s->windowTimeout());
});
wFooter->setTimeout(nc_wtimeout);
}
if (Mpd.Connected())
{
if (!m_status_initialized)
initialize_status();
if (m_player_state == MPD::psPlay
&& Global::Timer - past > boost::posix_time::seconds(1))
{
// update elapsed time/bitrate of the current song
Status::Changes::elapsedTime(true);
wFooter->refresh();
past = Timer;
}
applyToVisibleWindows(&BaseScreen::update);
Statusbar::tryRedraw();
Mpd.idle();
}
}
void Status::update(int event)
{
auto st = Mpd.getStatus();
m_current_song_pos = st.currentSongPosition();
m_elapsed_time = st.elapsedTime();
m_kbps = st.kbps();
m_player_state = st.playerState();
m_playlist_length = st.playlistLength();
m_total_time = st.totalTime();
m_volume = st.volume();
if (event & MPD_IDLE_DATABASE)
Changes::database();
if (event & MPD_IDLE_STORED_PLAYLIST)
Changes::storedPlaylists();
if (event & MPD_IDLE_PLAYLIST)
{
Changes::playlist(m_playlist_version);
m_playlist_version = st.playlistVersion();
}
if (event & MPD_IDLE_PLAYER)
{
Changes::playerState();
if (m_current_song_id != st.currentSongID())
{
Changes::songID(st.currentSongID());
m_current_song_id = st.currentSongID();
}
}
if (event & MPD_IDLE_MIXER)
Changes::mixer();
if (event & MPD_IDLE_OUTPUT)
Changes::outputs();
if (event & (MPD_IDLE_UPDATE | MPD_IDLE_OPTIONS))
{
if (event & MPD_IDLE_UPDATE)
{
m_db_updating = st.updateID() ? 'U' : 0;
if (m_status_initialized)
Statusbar::printf("Database update %1%", m_db_updating ? "started" : "finished");
}
if (event & MPD_IDLE_OPTIONS)
{
if (('r' == m_repeat) != st.repeat())
{
m_repeat = st.repeat() ? 'r' : 0;
if (m_status_initialized)
Statusbar::printf("Repeat mode is %1%", !m_repeat ? "off" : "on");
}
if (('z' == m_random) != st.random())
{
m_random = st.random() ? 'z' : 0;
if (m_status_initialized)
Statusbar::printf("Random mode is %1%", !m_random ? "off" : "on");
}
if (('s' == m_single) != st.single())
{
m_single = st.single() ? 's' : 0;
if (m_status_initialized)
Statusbar::printf("Single mode is %1%", !m_single ? "off" : "on");
}
if (('c' == m_consume) != st.consume())
{
m_consume = st.consume() ? 'c' : 0;
if (m_status_initialized)
Statusbar::printf("Consume mode is %1%", !m_consume ? "off" : "on");
}
if (('x' == m_crossfade) != (st.crossfade() != 0))
{
int crossfade = st.crossfade();
m_crossfade = crossfade ? 'x' : 0;
if (m_status_initialized)
Statusbar::printf("Crossfade set to %1% seconds", crossfade);
}
}
Changes::flags();
}
m_status_initialized = true;
if (event & MPD_IDLE_PLAYER)
wFooter->refresh();
if (event & (MPD_IDLE_PLAYLIST | MPD_IDLE_DATABASE | MPD_IDLE_PLAYER))
applyToVisibleWindows(&BaseScreen::refreshWindow);
}
void Status::clear()
{
// reset local variables
m_status_initialized = false;
m_repeat = 0;
m_random = 0;
m_single = 0;
m_consume = 0;
m_crossfade = 0;
m_db_updating = 0;
m_current_song_id = -1;
m_current_song_pos = -1;
m_kbps = 0;
m_player_state = MPD::psUnknown;
m_playlist_length = 0;
m_playlist_version = 0;
m_total_time = 0;
m_volume = -1;
}
/*************************************************************************/
bool Status::State::consume()
{
return m_consume != 0;
}
bool Status::State::crossfade()
{
return m_crossfade != 0;
}
bool Status::State::repeat()
{
return m_repeat != 0;
}
bool Status::State::random()
{
return m_random != 0;
}
bool Status::State::single()
{
return m_single != 0;
}
int Status::State::currentSongID()
{
return m_current_song_id;
}
int Status::State::currentSongPosition()
{
return m_current_song_pos;
}
unsigned Status::State::elapsedTime()
{
return m_elapsed_time;
}
MPD::PlayerState Status::State::player()
{
return m_player_state;
}
unsigned Status::State::totalTime()
{
return m_total_time;
}
int Status::State::volume()
{
return m_volume;
}
/*************************************************************************/
void Status::Changes::playlist(unsigned previous_version)
{
myPlaylist->main().clearSearchResults();
withUnfilteredMenuReapplyFilter(myPlaylist->main(), [previous_version]() {
if (m_playlist_length < myPlaylist->main().size())
{
auto it = myPlaylist->main().begin()+m_playlist_length;
auto end = myPlaylist->main().end();
for (; it != end; ++it)
myPlaylist->unregisterSong(it->value());
myPlaylist->main().resizeList(m_playlist_length);
}
Mpd.GetPlaylistChanges(previous_version, [](MPD::Song s) {
size_t pos = s.getPosition();
if (pos < myPlaylist->main().size())
{
// if song's already in playlist, replace it with a new one
MPD::Song &old_s = myPlaylist->main()[pos].value();
myPlaylist->unregisterSong(old_s);
old_s = s;
}
else // otherwise just add it to playlist
myPlaylist->main().addItem(s);
myPlaylist->registerSong(s);
});
});
myPlaylist->reloadTotalLength();
myPlaylist->reloadRemaining();
if (isVisible(myBrowser))
markSongsInPlaylist(myBrowser->proxySongList());
if (isVisible(mySearcher))
markSongsInPlaylist(mySearcher->proxySongList());
if (isVisible(myLibrary))
{
markSongsInPlaylist(myLibrary->songsProxyList());
myLibrary->Songs.refresh();
}
if (isVisible(myPlaylistEditor))
{
markSongsInPlaylist(myPlaylistEditor->contentProxyList());
myPlaylistEditor->Content.refresh();
}
}
void Status::Changes::storedPlaylists()
{
myPlaylistEditor->requestPlaylistsUpdate();
myPlaylistEditor->requestContentsUpdate();
if (myBrowser->CurrentDir() == "/")
{
myBrowser->GetDirectory("/");
if (isVisible(myBrowser))
myBrowser->refresh();
}
}
void Status::Changes::database()
{
if (isVisible(myBrowser))
myBrowser->GetDirectory(myBrowser->CurrentDir());
else
myBrowser->main().clear();
# ifdef HAVE_TAGLIB_H
myTagEditor->Dirs->clear();
# endif // HAVE_TAGLIB_H
myLibrary->requestTagsUpdate();
myLibrary->requestAlbumsUpdate();
myLibrary->requestSongsUpdate();
}
void Status::Changes::playerState()
{
switch (m_player_state)
{
case MPD::psPlay:
drawTitle(myPlaylist->nowPlayingSong());
myPlaylist->reloadRemaining();
break;
case MPD::psStop:
windowTitle("ncmpcpp " VERSION);
if (Progressbar::isUnlocked())
Progressbar::draw(0, 0);
myPlaylist->reloadRemaining();
if (Config.design == Design::Alternative)
{
*wHeader << NC::XY(0, 0) << wclrtoeol << NC::XY(0, 1) << wclrtoeol;
mixer();
flags();
}
# ifdef ENABLE_VISUALIZER
if (isVisible(myVisualizer))
myVisualizer->main().clear();
# endif // ENABLE_VISUALIZER
break;
default:
break;
}
std::string state = playerStateToString(m_player_state);
if (Config.design == Design::Alternative)
{
*wHeader << NC::XY(0, 1) << NC::Format::Bold << state << NC::Format::NoBold;
wHeader->refresh();
}
else if (Statusbar::isUnlocked() && Config.statusbar_visibility)
{
*wFooter << NC::XY(0, 1);
if (state.empty())
*wFooter << wclrtoeol;
else
*wFooter << NC::Format::Bold << state << NC::Format::NoBold;
}
// needed for immediate display after starting
// player from stopped state or seeking
elapsedTime(false);
}
void Status::Changes::songID(int song_id)
{
// update information about current song
myPlaylist->reloadRemaining();
playing_song_scroll_begin = 0;
first_line_scroll_begin = 0;
second_line_scroll_begin = 0;
if (m_player_state != MPD::psStop)
{
auto &pl = myPlaylist->main();
// try to find the song with new id in the playlist
auto it = std::find_if(pl.beginV(), pl.endV(), [song_id](const MPD::Song &s) {
return s.getID() == unsigned(song_id);
});
// if it's not there (playlist may be outdated), fetch it
const auto &s = it != pl.endV() ? *it : Mpd.GetCurrentSong();
GNUC_UNUSED int res;
if (!Config.execute_on_song_change.empty())
res = system(Config.execute_on_song_change.c_str());
# ifdef HAVE_CURL_CURL_H
if (Config.fetch_lyrics_in_background)
Lyrics::DownloadInBackground(s);
# endif // HAVE_CURL_CURL_H
drawTitle(s);
if (Config.autocenter_mode && !pl.isFiltered())
pl.highlight(Status::State::currentSongPosition());
if (Config.now_playing_lyrics && isVisible(myLyrics) && myLyrics->previousScreen() == myPlaylist)
{
if (myLyrics->SetSong(s))
myLyrics->Reload = 1;
}
}
elapsedTime(false);
}
void Status::Changes::elapsedTime(bool update_elapsed)
{
if (update_elapsed)
{
auto st = Mpd.getStatus();
m_elapsed_time = st.elapsedTime();
m_kbps = st.kbps();
}
if (m_player_state == MPD::psStop)
{
if (Statusbar::isUnlocked() && Config.statusbar_visibility)
*wFooter << NC::XY(0, 1) << wclrtoeol;
return;
}
std::string ps = playerStateToString(m_player_state);
MPD::Song np = myPlaylist->nowPlayingSong();
drawTitle(np);
std::string tracklength;
switch (Config.design)
{
case Design::Classic:
if (Statusbar::isUnlocked() && Config.statusbar_visibility)
{
if (Config.display_bitrate && m_kbps)
{
tracklength += " [";
tracklength += boost::lexical_cast<std::string>(m_kbps);
tracklength += " kbps]";
}
tracklength += " [";
if (m_total_time)
{
if (Config.display_remaining_time)
{
tracklength += "-";
tracklength += MPD::Song::ShowTime(m_total_time-m_elapsed_time);
}
else
tracklength += MPD::Song::ShowTime(m_elapsed_time);
tracklength += "/";
tracklength += MPD::Song::ShowTime(m_total_time);
tracklength += "]";
}
else
{
tracklength += MPD::Song::ShowTime(m_elapsed_time);
tracklength += "]";
}
NC::WBuffer np_song;
stringToBuffer(ToWString(Charset::utf8ToLocale(np.toString(Config.song_status_format, Config.tags_separator, "$"))), np_song);
*wFooter << NC::XY(0, 1) << wclrtoeol << NC::Format::Bold << ps << NC::Format::NoBold;
writeCyclicBuffer(np_song, *wFooter, playing_song_scroll_begin, wFooter->getWidth()-ps.length()-tracklength.length(), L" ** ");
*wFooter << NC::Format::Bold << NC::XY(wFooter->getWidth()-tracklength.length(), 1) << tracklength << NC::Format::NoBold;
}
break;
case Design::Alternative:
if (Config.display_remaining_time)
{
tracklength = "-";
tracklength += MPD::Song::ShowTime(m_total_time-m_elapsed_time);
}
else
tracklength = MPD::Song::ShowTime(m_elapsed_time);
if (m_total_time)
{
tracklength += "/";
tracklength += MPD::Song::ShowTime(m_total_time);
}
// bitrate here doesn't look good, but it can be moved somewhere else later
if (Config.display_bitrate && m_kbps)
{
tracklength += " ";
tracklength += boost::lexical_cast<std::string>(m_kbps);
tracklength += " kbps";
}
NC::WBuffer first, second;
stringToBuffer(ToWString(Charset::utf8ToLocale(np.toString(Config.new_header_first_line, Config.tags_separator, "$"))), first);
stringToBuffer(ToWString(Charset::utf8ToLocale(np.toString(Config.new_header_second_line, Config.tags_separator, "$"))), second);
size_t first_len = wideLength(first.str());
size_t first_margin = (std::max(tracklength.length()+1, VolumeState.length()))*2;
size_t first_start = first_len < COLS-first_margin ? (COLS-first_len)/2 : tracklength.length()+1;
size_t second_len = wideLength(second.str());
size_t second_margin = (std::max(ps.length(), size_t(8))+1)*2;
size_t second_start = second_len < COLS-second_margin ? (COLS-second_len)/2 : ps.length()+1;
if (!Global::SeekingInProgress)
*wHeader << NC::XY(0, 0) << wclrtoeol << tracklength;
*wHeader << NC::XY(first_start, 0);
writeCyclicBuffer(first, *wHeader, first_line_scroll_begin, COLS-tracklength.length()-VolumeState.length()-1, L" ** ");
*wHeader << NC::XY(0, 1) << wclrtoeol << NC::Format::Bold << ps << NC::Format::NoBold;
*wHeader << NC::XY(second_start, 1);
writeCyclicBuffer(second, *wHeader, second_line_scroll_begin, COLS-ps.length()-8-2, L" ** ");
*wHeader << NC::XY(wHeader->getWidth()-VolumeState.length(), 0) << Config.volume_color << VolumeState << NC::Color::End;
flags();
}
if (Progressbar::isUnlocked())
Progressbar::draw(m_elapsed_time, m_total_time);
}
void Status::Changes::flags()
{
if (!Config.header_visibility && Config.design == Design::Classic)
return;
std::string switch_state;
switch (Config.design)
{
case Design::Classic:
if (m_repeat)
switch_state += m_repeat;
if (m_random)
switch_state += m_random;
if (m_single)
switch_state += m_single;
if (m_consume)
switch_state += m_consume;
if (m_crossfade)
switch_state += m_crossfade;
if (m_db_updating)
switch_state += m_db_updating;
// this is done by raw ncurses because creating another
// window only for handling this is quite silly
attrset(A_BOLD|COLOR_PAIR(int(Config.state_line_color)));
mvhline(1, 0, 0, COLS);
if (!switch_state.empty())
{
mvprintw(1, COLS-switch_state.length()-3, "[");
attroff(COLOR_PAIR(int(Config.state_line_color)));
attron(COLOR_PAIR(int(Config.state_flags_color)));
mvprintw(1, COLS-switch_state.length()-2, "%s", switch_state.c_str());
attroff(COLOR_PAIR(int(Config.state_flags_color)));
attron(COLOR_PAIR(int(Config.state_line_color)));
mvprintw(1, COLS-2, "]");
}
attrset(0);
refresh();
break;
case Design::Alternative:
switch_state += '[';
switch_state += m_repeat ? m_repeat : '-';
switch_state += m_random ? m_random : '-';
switch_state += m_single ? m_single : '-';
switch_state += m_consume ? m_consume : '-';
switch_state += m_crossfade ? m_crossfade : '-';
switch_state += m_db_updating ? m_db_updating : '-';
switch_state += ']';
*wHeader << NC::XY(COLS-switch_state.length(), 1) << NC::Format::Bold << Config.state_flags_color << switch_state << NC::Color::End << NC::Format::NoBold;
if (!Config.header_visibility) // in this case also draw separator
{
*wHeader << NC::Format::Bold << NC::Color::Black;
mvwhline(wHeader->raw(), 2, 0, 0, COLS);
*wHeader << NC::Color::End << NC::Format::NoBold;
}
wHeader->refresh();
break;
}
}
void Status::Changes::mixer()
{
if (!Config.display_volume_level || (!Config.header_visibility && Config.design == Design::Classic))
return;
switch (Config.design)
{
case Design::Classic:
VolumeState = " " "Volume" ": ";
break;
case Design::Alternative:
VolumeState = " " "Vol" ": ";
break;
}
if (m_volume < 0)
VolumeState += "n/a";
else
{
VolumeState += boost::lexical_cast<std::string>(m_volume);
VolumeState += "%";
}
*wHeader << Config.volume_color;
*wHeader << NC::XY(wHeader->getWidth()-VolumeState.length(), 0) << VolumeState;
*wHeader << NC::Color::End;
wHeader->refresh();
}
void Status::Changes::outputs()
{
# ifdef ENABLE_OUTPUTS
myOutputs->FetchList();
# endif // ENABLE_OUTPUTS
}
|