Go to file
2023-03-05 12:10:49 +01:00
src Create new struct GrandMother and refactor to her 2023-03-05 12:10:49 +01:00
.gitignore Reads standard cache and config dirs and does basically what it should 2023-01-17 18:05:15 +01:00
Cargo.lock Switch the name to ilovetv 2023-03-02 20:05:31 +01:00
Cargo.toml Create new struct GrandMother and refactor to her 2023-03-05 12:10:49 +01:00
LICENSE bsd 3-clause 2023-01-17 18:35:08 +01:00
README.md Save watched right after something is watched, and use match 2023-02-27 16:24:16 +01:00

Iptvnator

An iptvclient that is capable of parsing and reading m3uplaylists of essentially arbitrary sizes blazingly fast

Install

Just clone the repo and run cargo build --release to compile the project. Then put it in your $PATH or make a shortcut to the binary (target/release/iptvnator_rs) You will need to install mpv, and have it in your path, otherwise it wont work

Left to do

  • Create a GUI
    • Would be nice to bundle mpv in some form