ilovetv/README.md

14 lines
457 B
Markdown
Raw Normal View History

2023-05-15 16:30:48 +02:00
# I Love TV
2023-01-17 18:12:54 +01:00
An iptvclient that is capable of parsing and reading m3uplaylists of essentially arbitrary sizes _blazingly fast_
2023-01-17 18:41:01 +01:00
## Install
2023-01-17 18:12:54 +01:00
2023-03-02 20:06:56 +01:00
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/ilovetv)
2023-01-17 18:41:01 +01:00
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