2018-09-16 05:29:40 +02:00
2018-10-05 16:44:50 +02:00
2018-09-16 05:30:24 +02:00
2018-09-16 06:20:47 +02:00
2018-09-16 05:29:40 +02:00
2018-09-16 05:30:24 +02:00
2018-10-05 12:43:50 +02:00

DbRadioDumper

Small application that downloads radio streams and splits them by every hour.

Build Status Codacy Badge

Building from source

This project can only be built as part of the project structure DbSoftware

git clone https://github.com/0xFEEDC0DE64/DbSoftware.git
cd DbSoftware
git submodule update --init --recursive DbRadioDumper
cd ..
mkdir build_DbSoftware
cd build_DbSoftware
qmake CONFIG+=ccache ../DbSoftware
make -j$(nproc) sub-DbRadioDumper
make sub-DbRadioDumper-install_subtargets
./bin/radiodumper
Description
DbRadioDumper git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware)
Readme GPL-3.0 50 KiB
Languages
C++ 94.9%
CMake 5.1%