https://github.com/amytho/tauri-mopidy
Mopidy encased in a simple webview
https://github.com/amytho/tauri-mopidy
Last synced: about 1 month ago
JSON representation
Mopidy encased in a simple webview
- Host: GitHub
- URL: https://github.com/amytho/tauri-mopidy
- Owner: aMytho
- Created: 2022-07-22T03:34:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:29:40.000Z (over 3 years ago)
- Last Synced: 2025-11-12T15:29:41.213Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tauri-Mopidy
A desktop app to access mopidy extensions.
## About
Tauri-Mopidy is a way to listen to and control your mopidy service. It **does not** host any of the extensions itself. Instead, it connects to your mopidy server and displays it in a webview using Tauri. It will be useless without a mopidy server to connect to.
## Why?
Every browser uses `x` amount of ram and adds `y` ram as tabs are created. A webview window is smaller than a full browser and uses less resources. If I didn't have a browser open, it would be better to use this program instead of a full browser. This app is also a convienent way to quickly access multiple servers or endpoints from one menu.
## Installation and Usage
Download and run the installer for your platform. Once complete enter your server information. The URL and port are required. The name is the unique name of the window. The extension input allows you to navigate to a specific extension by URL path. Ex. iris for the Iris extension.