Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzjonas/mediasorter-server
api/webui for media sorting
https://github.com/xyzjonas/mediasorter-server
jellyfin mediasort self-hosted
Last synced: 22 days ago
JSON representation
api/webui for media sorting
- Host: GitHub
- URL: https://github.com/xyzjonas/mediasorter-server
- Owner: xyzjonas
- License: mit
- Created: 2023-11-23T08:48:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:58:38.000Z (5 months ago)
- Last Synced: 2024-12-02T12:29:58.019Z (about 1 month ago)
- Topics: jellyfin, mediasort, self-hosted
- Language: Vue
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mediasorter (server)
This is a straightforward web interface for the [mediasorter](https://github.com/xyzjonas/mediasorter) utility. Configured folders can be scanned, and detected media files can be selected individually for sorting, eliminating unwanted sorting mistakes compared to a CRON-based setup.
### Install
```bash
pip install mediasorter-server
```### Usage
```bash
# CLI tool
mediasorter --help
``````bash
# use --setup to start with a default configuration file
mediasorter --setup
``````bash
# start the all-in-one server (valid configuration is needed)
mediasorter-server
```