Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tympanix/supper
A blazingly fast multimedia manager
https://github.com/tympanix/supper
media media-library media-manager reactjs rename-files renamer subtitle-downloader subtitles
Last synced: about 2 months ago
JSON representation
A blazingly fast multimedia manager
- Host: GitHub
- URL: https://github.com/tympanix/supper
- Owner: tympanix
- License: gpl-3.0
- Created: 2017-08-03T19:19:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T19:34:12.000Z (about 4 years ago)
- Last Synced: 2024-08-02T05:12:12.371Z (4 months ago)
- Topics: media, media-library, media-manager, reactjs, rename-files, renamer, subtitle-downloader, subtitles
- Language: Go
- Homepage: https://tympanix.github.io/supper/
- Size: 6.36 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - supper - A blazingly fast multimedia manager (Go)
README
# Supper
**A blazingly fast multimedia manager**[![Build Status](https://semaphoreci.com/api/v1/tympanix/supper/branches/master/shields_badge.svg)](https://semaphoreci.com/tympanix/supper)
[![Go Report Card](https://goreportcard.com/badge/github.com/tympanix/supper)](https://goreportcard.com/report/github.com/tympanix/supper)
[![codecov](https://codecov.io/gh/tympanix/supper/branch/master/graph/badge.svg)](https://codecov.io/gh/tympanix/supper)## [Documentation](https://tympanix.github.io/supper/)
## Features
- [x] Download subtitles for movies & TV shows
- [x] Rename and organize your media collection
- [x] Custom renaming templates
- [x] Extract media from archives (zip/rar)
- [x] Web interface to manage your media collection## Help
```
A blazingly fast multimedia managerUsage:
supper [command]Available Commands:
help Help about any command
rename Rename and process media files
subtitle Download subtitles for media
version Print the version number and exit
web Listen and serve the web applicationFlags:
--config string load config file at specified path
--dry test run command without any effects
--force overwrite media files on conflicts
-h, --help help for supper
--logfile string store application logs in specified path
--strict exit the application on any error
-v, --verbose enable verbose logging
--version show the application version and exitUse "supper [command] --help" for more information about a command.
```## Credit
[FileBot](https://www.filebot.net) for inspiration (or frustration with it being slow and clunky, sorry)