https://github.com/issung/sorterexpress
Program to aid with manual sorting and management of large collections of images/videos.
https://github.com/issung/sorterexpress
Last synced: about 1 year ago
JSON representation
Program to aid with manual sorting and management of large collections of images/videos.
- Host: GitHub
- URL: https://github.com/issung/sorterexpress
- Owner: Issung
- Created: 2019-11-04T11:34:26.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-22T17:50:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T06:02:25.262Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 25.2 MB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SorterExpress
[](https://github.com/Issung/SorterExpress/releases)
[](https://github.com/Issung/SorterExpress/releases)
Program to aid with the manual sorting of a large collection of images/videos. You can choose to sort your library by adding individual tags to files or using a unique note for each, and you may also move the file you are inspecting to a specific folder, folders in the directory you are working in are included automatically but you may also include custom directories.
Tags and notes are saved in a file's filename.
This project has a range of abilities at this point in time, including:
* Support for popular image formats and video formats (webm included).
* Adding tags & notes to files and moving them to desired folders.
* Mass tagging entire directories that fall under a parent category.
* Viewing your collection by searching desired tags with "AND", "OR" and "NOT" filtering.
* Renaming a tag across an entire scope of files.
* Searching for potential duplicates in your library.
To find out more about the project and it's features check [the wiki](https://github.com/Issung/SorterExpress/wiki).
Here you can see the main sorting window. It features your tag collection on the left which is searchable, folder collection in the middle and image preview on the right with some extra controls to skip through your libarary. This will be where you spend most of your time if you wish to sort your library. Read more about the sorter feature [on the wiki](https://github.com/Issung/SorterExpress/wiki/Sorter).

Here is the duplicate search window, it searches for duplicate images in your collection, it works well for certain types of images (lewd in particular). It supports videos by taking the first frame of the video as an image. Can search recursively through all folders in a directory and is multithreaded to greatly speed up the searching process. Read more about the duplicate search feature [on the wiki](https://github.com/Issung/SorterExpress/wiki/Duplicate-Searcher).

## Prerequisites
This project uses [VLC](https://www.videolan.org/) for video support.
This project also uses [FFMPEG](https://www.ffmpeg.org/) to obtain video thumbnails and duration.
## Authors
* **[Issung](https://github.com/Issung)**
## Built With
* .NET 4.7
* Winforms
* VLC
* FFMPEG
## License
The license of this project is currently undecided.