Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 1af947789a
chore: update manifest 2024-02-22 00:45:29 -05:00
Anna 81c9df4d93
chore: remove todo 2024-02-22 00:44:35 -05:00
2 changed files with 27 additions and 3 deletions

View File

@ -1,4 +1,29 @@
name: Screenie
author: Anna
punchline: Take screenshots with metadata
description: yeet
punchline: Manage your screenshots sanely
description: |-
(This is still a little beta and janky, but it does work.)
Has this ever happened to you? (It's turbo time!)
You look for a specific screenshot, but they're a huge mess of unhelpfully
named files, and you have to look through several to find the one you're
looking for.
Maybe you wish you remember which mods you had enabled in a specific
screenshot, or you wish you knew who that person in a screenshot was!
If any of these have happened to you, consider using Screenie!
When you take a screenshot with Screenie, tons of information is saved to its
internal database, which you can look through, filter, and sort by later! It
also has an extremely robust naming system, allowing you to put screenshots in
a hierarchy of folders and name the image files in an extremely detailed way.
Group by year, month, character, then location to easily find the shot you're
thinking of, then see which mods are visible in that shot as well as who's in
it! Click "View" and hover over a name of a person in the shot to see exactly
where they were standing!
It's amaaaaaaazing!
repo_url: https://git.anna.lgbt/anna/Screenie

View File

@ -192,7 +192,6 @@ internal class DatabaseTab : ITab {
if (ImGui.Button("View", new Vector2(buttonWidth, 0))) {
this.Plugin.Ui.Drawables.Add(new Viewer(this.Plugin, shot.Path));
// TODO: draw dots where players are (on hover?)
}
if (ImGui.CollapsingHeader("Players visible in shot")) {