- Magnetio is a streaming, downloading and playing platform for magnet links.
- Its a minimal version inspired by stremio
- It allows users to
- Stream videos using magnet links.
- Download media using magnet links.
- Search for magent links of desired choice.
βββ .github
βββ CMakeLists.txt
βββ include
βΒ Β βββ gui.h
βΒ Β βββ magnet.h
βΒ Β βββ main.h
βββ README.md
βββ LICENSE
βββ src
βββ gui.c
βββ magnet.c
βββ main.cgtkGraphics, input and audiocmakeModule for building C/C++ Code.
git clone https://github.com/abneeeees/Magnetio
cd Magnetio
mkdir build && cd build
cmake ..
make #use "make clean" to clean build files in case outdated./Magnetio
make clean # cleans the build, to run next time you have to build again