Skip to content

AlexOne007/MediaSearcher

Repository files navigation

Инструкция по сборке

Требования

  • C++20
  • CMake
  • Crow

Пример сборки

cmake -S . -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg
cmake --build build -j

Запуск:

program <seconds> [<directory> [http|file [config_file]]]
    <seconds> - update interval in seconds;
    <directory> - directory to traverse, default value is $HOME;
    <http|file - output mode (http or file), default file;
    <config_file> - file with extensions to treat as media;

После запуск программу можно остановить, введя exit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors