#include "./cmd-line-args.hpp"
#include "dirsort/songmap.hpp"
#include <filesystem>
#include <iostream>
#include <string_view>
#include <unordered_map>
Go to the source code of this file.
◆ ConsoleColor
Represents ANSI console colors for colored output.
| Enumerator |
|---|
| Reset | Resets the console color to default.
|
| Green | Green color code.
|
| Blue | Blue color code.
|
| Yellow | Yellow color code.
|
| Red | Red color code.
|
| Cyan | Cyan color code.
|
| Magenta | Magenta color code.
|
◆ DBUS_SERVICE_NAME
| const char* DBUS_SERVICE_NAME |
|
constexpr |
Initial value:=
"org.mpris.MediaPlayer2.inLimbo"
DBus service name used by inLimbo.
◆ parseSongTree
| bool parseSongTree = false |
◆ REPOSITORY_URL
| const char* REPOSITORY_URL = "https://github.com/nots1dd/inLimbo" |
|
constexpr |
◆ shouldRunApp
Initial value:
Indicates if the application should proceed to run after handling arguments.
◆ VERSION_FILE_NAME
| const char* VERSION_FILE_NAME = "VERSION" |
|
constexpr |