This project has been replaced by the LiveMe Pro Tools.
The 6.x.x branch is considered the last stable branch. THe 7.x.x branch is considered to be in the beta stage.
This is an Electron-based desktop app for Windows, macOS and Ubuntu Linux designed to:
- Allow viewing a list of live videos with filter options
- Search for users or videos tagged with hashtags
- View details on users and their replays
- Track previously viewed users
- Watch and download replay videos
- Create local Favorites lists without an account
- Import and Export Favorites lists
- Import a list of Replay URLs or VideoIDs for downloading
- Ability to add a single URL
- Uses a custom chunk downloader and FFMPEG to download replays
- and much more!
Click the button above to go to the downloads.
You will need to download and install yarn
package manager if you wish to build executables for Windows. This also relies on the LiveMe API module for the main communications with the Live.me servers.
Extract to a folder and execute either yarn install
or npm install
to install all of the required modules.
To execute in developer mode, run yarn dev
or npm run dev
. To build executables for your OS, run yarn dist
or npm run dist
.
This project is licensed under the GPL-3 License - see the LICENSE file for details