Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narazaka/vrc_shot_folder
VRChatのスクリーンショットフォルダにある画像を日付別フォルダに入れるコマンド
https://github.com/narazaka/vrc_shot_folder
vrchat vrchat-tool
Last synced: about 1 month ago
JSON representation
VRChatのスクリーンショットフォルダにある画像を日付別フォルダに入れるコマンド
- Host: GitHub
- URL: https://github.com/narazaka/vrc_shot_folder
- Owner: Narazaka
- License: other
- Created: 2019-06-16T04:23:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T14:36:12.000Z (over 2 years ago)
- Last Synced: 2024-11-26T13:15:10.249Z (about 2 months ago)
- Topics: vrchat, vrchat-tool
- Language: Nim
- Homepage: https://booth.pm/ja/items/1416516
- Size: 207 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# vrc_shot_folder
VRChatのスクリーンショットフォルダにある画像を日付別フォルダに入れるコマンド
`vrc_shot_folder_time.bat`をダブルクリックすると分類されます。
**[ダウンロード](https://github.com/Narazaka/vrc_shot_folder/releases)**
## フォルダ分け
`vrc_shot_folder_time.bat`をメモ帳か何かで編集してください。
|`vrc_shot_folder_time.bat`の2行目|フォルダ分け|
|--|--|
|`@vrc_shot_folder.exe --verbose --separateBy date --separateTime 12:00`|`2021-12-24`|
|`@vrc_shot_folder.exe --verbose --separateBy month --separateTime 12:00`|`2021-12`|
|`@vrc_shot_folder.exe --verbose --separateBy date_in_month --separateTime 12:00`|`2021-12/2021-12-24`|## 日付変更線
日付変更線が指定できます。デフォルトは昼の12:00です。
|撮影日付|フォルダ|
|--|--|
|2018/12/01 13:00|2018-12-01|
|2018/12/02 01:00|2018-12-01|
|2018/12/02 13:00|2018-12-02|みたいな感じになります。深夜勢でも日付がまとまって安心。
`vrc_shot_folder_time.bat`をメモ帳か何かで編集してください。
## 見るフォルダ
デフォルトでは`Pictures/VRChat`フォルダを見ますが、OneDriveにしたり、その他の変更によってフォルダが変わった場合はオプションに指定して下さい。
`vrc_shot_folder_time.bat`をメモ帳か何かで編集してください。
例:
```
@vrc_shot_folder.exe --verbose --separateBy date --separateTime 12:00 --directory "C:\Users\narazaka\OneDrive\Pictures\VRChat"
```## 空のフォルダを消す
`vrc_shot_folder_time.bat`をメモ帳か何かで編集してください。
`--deleteEmptyDirectory`を付けて下さい。
## License
[Zlib License](https://narazaka.net/license/Zlib?2019)