Debug messages to GUI terminal
This commit is contained in:
parent
cccd987bdd
commit
a6909f8c16
7 changed files with 131 additions and 80 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define DEFINES_H
|
||||
|
||||
|
||||
#define VERSION "LibreMediaServer-Audio 0.1.0"
|
||||
#define VERSION "Libre Media Server Audio 0.1.0"
|
||||
#define COPYRIGHT "(C) 2014 Santi Norena libremediaserver@gmail.com"
|
||||
#define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details"
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ const int BufferSize = 32768;
|
|||
#define PROGRESS_LABEL "Progress: "
|
||||
#define PROGRESS_TIME_LABEL "Current Time: "
|
||||
#define REMAINING_TIME "Remaining Time: "
|
||||
#define TOTAL_TIME_LABEL "Track Time: "
|
||||
#define TOTAL_TIME_LABEL "Total Time: "
|
||||
#define FILE_LABEL "File: "
|
||||
#define FOLDER_LABEL "Folder: "
|
||||
#define STATUS_LABEL "Status: "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue