milestones

This commit is contained in:
Love 2023-01-17 18:41:01 +01:00
parent e1f27905e7
commit 118d25796d

View File

@ -2,7 +2,13 @@
An iptvclient that is capable of parsing and reading m3uplaylists of essentially arbitrary sizes _blazingly fast_ An iptvclient that is capable of parsing and reading m3uplaylists of essentially arbitrary sizes _blazingly fast_
# Install ## 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) 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 You will need to install mpv, and have it in your path, otherwise it wont work
## Left to do
- Implement the ctrlc handler so that the program saves watched links before exiting.
- Create a GUI
- Would be nice to bundle mpv in some form