https://github.com/electricherd/audiobookfinder
A Rust project: to learn, embrace, test, and love.
https://github.com/electricherd/audiobookfinder
actix-web android-app crossplatform flutter flutterust ios-app libp2p mdns rayon rust tui websocket-server websockets webui
Last synced: 3 months ago
JSON representation
A Rust project: to learn, embrace, test, and love.
- Host: GitHub
- URL: https://github.com/electricherd/audiobookfinder
- Owner: electricherd
- License: mit
- Created: 2017-08-31T07:53:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T18:12:54.000Z (about 1 year ago)
- Last Synced: 2024-11-28T07:34:32.742Z (11 months ago)
- Topics: actix-web, android-app, crossplatform, flutter, flutterust, ios-app, libp2p, mdns, rayon, rust, tui, websocket-server, websockets, webui
- Language: Rust
- Homepage:
- Size: 16.5 MB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README-release.md
- License: LICENSE
Awesome Lists containing this project
README
# audiobookfinder (adbf)
For documentation also see [audiobookfinder](https://github.com/electricherd/audiobookfinder). The audiobookfinder
is an application to search for audio(book) files, and share the found data along with (local network) connected
devices to (later) identify duplicates, different quality versions, etc.## Running the binary
Just run the binary file `audiobookfinder --help` to see all options.##### Recommended:
This opens up your default browser application with the web-ui running, and runs the local network search for other
clients after you re-affirm the paths given by command-line (or change them):`audiobookfinder -wn `
### Further Examples:
command line search
`audiobookfinder `
search with web ui
`audiobookfinder -w `
search with web ui and client net search
`audiobookfinder -wn `
command line search with client net search (background)
`audiobookfinder -n `
##### Environment variables:
###### POSIX:
`ADBF_LOG` = `console`, `system`, `file` (default is `system`)###### Windows (with Powershell):
`$env:ADBF_LOG` = `'console'`, `'system'`, `'file'` (default is `system`)use along with `RUST_LOG`, see at [env-logger](https://docs.rs/env_logger/latest/env_logger/#enabling-logging).
and e.g. `RUST_LOG=adbfbinlib::ctrl=trace` for logging trace of adbfbinlib ctrl module### Licenses:
See provided license file LICENCE