Skip to content

abneeeees/Magnetio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Magnetio

  • Magnetio is a streaming, downloading and playing platform for magnet links.
  • Its a minimal version inspired by stremio

Features

  • It allows users to
    • Stream videos using magnet links.
    • Download media using magnet links.
    • Search for magent links of desired choice.

Project Structure

β”œβ”€β”€ .github
β”œβ”€β”€ CMakeLists.txt
β”œβ”€β”€ include
β”‚Β Β  β”œβ”€β”€ gui.h
β”‚Β Β  β”œβ”€β”€ magnet.h
β”‚Β Β  └── main.h
β”œβ”€β”€ README.md
β”œβ”€β”€ LICENSE
└── src
    β”œβ”€β”€ gui.c
    β”œβ”€β”€ magnet.c
    └── main.c

Building & Running

  • gtk Graphics, input and audio
  • cmake Module for building C/C++ Code.

Cloning & Building

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

Running & Cleaning

./Magnetio
make clean # cleans the build, to run next time you have to build again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •