Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 299 Bytes

cpplistube

Qt Youtube playlist viewer. Just paste your Youtube v3 API key into the config.ini near the executable.

Building

Requirements:

  • Compiler with C++17 support
  • Qt5
  • cmake
mkdir build && cd build && cmake .. && make -j4

TODO

  • Thumbnail loading
  • Editing features