https://github.com/5121f/open-media-tracker
Keep track of where you left off while watching TV shows or listening to audio books.
https://github.com/5121f/open-media-tracker
gui iced rust
Last synced: about 1 year ago
JSON representation
Keep track of where you left off while watching TV shows or listening to audio books.
- Host: GitHub
- URL: https://github.com/5121f/open-media-tracker
- Owner: 5121f
- License: mpl-2.0
- Created: 2024-06-27T10:44:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:45:06.000Z (over 1 year ago)
- Last Synced: 2025-02-23T18:26:57.834Z (over 1 year ago)
- Topics: gui, iced, rust
- Language: Rust
- Homepage:
- Size: 847 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Media Tracker
Keep track of where you left off while watching TV shows or listening to audio books.
## Building
Open Media Tracker written in Rust so you need [Rust compiler and Cargo](https://www.rust-lang.org) for build it.
Building:
```
$ git clone https://github.com/5121f/open-media-tracker.git
$ cd open-media-tracker
$ cargo build --release
$ target/release/open_media_tracker
```
## About me
I'm a amateur programmer and English is not my native language so I will be glad to get any corrections and feedback from you.