Skip to content

arrow2nd/memento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frame 11 ✨️ VRChat内で撮影した写真をワールド毎に自動整理するやつ

取扱説明書 | ダウンロード

これなに

タスクバーに常駐して、VRChat 内で撮影した写真をリアルタイムに JPEG へ変換・ワールド毎に整理するアプリケーションです。

できること

  • 自動起動
  • タスクバーに常駐してリアルタイムに処理
  • YYYY-MM/[撮影ワールド名]/ のディレクトリを作成して自動で整理
  • JPEGへ変換し、撮影日時・ワールド名をEXIF情報として書込む

できないこと

  • 過去に撮影した写真の整理
  • Windows以外での動作 (ビルドはできるはず)

ビルド

Note

Windows環境を想定しています。

make build

もしくは

go install github.com/tc-hib/go-winres@latest
go generate
go build -tags prod -ldflags="-H=windowsgui -s -w -X github.com/arrow2nd/memento/app.appVersion=v.x.x.x" -o "dist/memento_v.x.x.x.exe"

アプリアイコンの埋め込み

tc-hib/go-winres: Command line tool for adding Windows resources to executable files を使っています。

About

✨ VRChatの写真をワールド毎に自動整理するやつ

Topics

Resources

License

Stars

Watchers

Forks

Contributors