Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webhippie/medialize
Sort and filter your photos
https://github.com/webhippie/medialize
image photo sorting video
Last synced: about 5 hours ago
JSON representation
Sort and filter your photos
- Host: GitHub
- URL: https://github.com/webhippie/medialize
- Owner: webhippie
- License: apache-2.0
- Created: 2015-12-16T15:13:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T19:30:39.000Z (6 months ago)
- Last Synced: 2024-05-22T20:38:33.181Z (6 months ago)
- Topics: image, photo, sorting, video
- Language: Go
- Homepage: https://webhippie.github.io/medialize/
- Size: 2.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Medialize
[![Current Tag](https://img.shields.io/github/v/tag/webhippie/medialize?sort=semver)](https://github.com/webhippie/medialize) [![Build Status](https://github.com/webhippie/medialize/actions/workflows/general.yml/badge.svg)](https://github.com/webhippie/medialize/actions) [![Join the Matrix chat at https://matrix.to/#/#webhippie:matrix.org](https://img.shields.io/badge/matrix-%23webhippie-7bc9a4.svg)](https://matrix.to/#/#webhippie:matrix.org) [![Go Reference](https://pkg.go.dev/badge/github.com/webhippie/medialize.svg)](https://pkg.go.dev/github.com/webhippie/medialize) [![Go Report Card](https://goreportcard.com/badge/github.com/webhippie/medialize)](https://goreportcard.com/report/github.com/webhippie/medialize) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/667130ec21cf4c3eb45a7d798fe98322)](https://www.codacy.com/gh/webhippie/medialize/dashboard?utm_source=github.com&utm_medium=referral&utm_content=webhippie/medialize&utm_campaign=Badge_Grade)
Medialize is used to sort images and videos by their meta information into a
specific folder structure separated by creation year and month. Beside that it's
planned to integrate a functionality to find and remove duplicated photos or
videos.## Install
You can download prebuilt binaries from our [GitHub releases][releases], or you
can use our Docker images published on [Docker Hub][dockerhub] or [Quay][quay].
If you need further guidance how to install this take a look at our
[documentation][docs].## Development
Make sure you have a working Go environment, for further reference or a guide
take a look at the [install instructions][golang]. This project requires
Go >= v1.17, at least that's the version we are using.```console
git clone https://github.com/webhippie/medialize.git
cd medializemake generate build
./bin/medialize -h
```## Security
If you find a security issue please contact
[[email protected]](mailto:[email protected]) first.## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```[releases]: https://github.com/webhippie/medialize/releases
[dockerhub]: https://hub.docker.com/r/webhippie/medialize/tags/
[quay]: https://quay.io/repository/webhippie/medialize?tab=tags
[docs]: https://webhippie.github.io/medialize/#getting-started
[golang]: http://golang.org/doc/install.html