You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download the .zip file **here** (not available yet).
11
11
- Extract the downloaded file.
12
12
- Run "RCFI Tools" and click "Yes" when prompted.
13
13
- Done! "Folder Icon Tools" can now be accessed from your right-click menus in Explorer.
14
14
15
+
<br><br>
16
+
15
17
# Features
16
18
- Set images as folder icons directly by right-clicking on them.
17
19
- Use keywords to automatically set the matched file inside a folder as the folder icon.
@@ -20,33 +22,90 @@ Adds "Folder Icon Tools" to your right-click menus, allowing you to easily custo
20
22
- Provides several available templates to choose from, eliminating the need for manual editing.
21
23
- Achieve everything with just a few clicks, making it easy and fast.
22
24
25
+
<br><br>
26
+
23
27
# Usage
24
28
It's simple and easy to use. Once installed, you can generate a folder icon by right-clicking on a folder, an image, or the folder background.
25
-
You can choose the template you want to generate the folder icon, it will automatically edit the image using ImageMagick. Here's some samples of the template i've made.
29
+
You can choose the template you want to generate the folder icon, it will automatically edit the image using ImageMagick.
30
+
<br><br>
31
+
Here's some samples of the template i've made.
26
32
27
-
><br>
28
-
><b>Folder and addtional required files.</b>
29
-
>
30
-
>|Folder |Files inside the folder |
31
-
>| :--- | :--- |
32
-
><br>
33
-
><b>Generated icon using default template settings.</b>
>_The samples above use the `*Poster*.jpg` image as the folder icon, some templates with certain configuration may combine additional files located within the same directory as the image to get the results as shown above._<br>
47
+
<br>
41
48
49
+
To give you an idea of how it looks and how you can use it,<br>
50
+
I've made a video that you can watch it .<br>
Some templates include configuration settings that can be customized according to your preferences. To modify the configuration, open the 'template file.bat' using a text editor and adjust the values. The 'template file.bat' can be found at `RCFI Tools\template\`.
44
58
45
-
Some templates might require additional images and .nfo file to achieve results similar to the ones shown above.
46
-
You can modify the existing templates or create your own using a batch script, just place the script inside the 'template' folder.
59
+
Here are the available settings:
60
+
|Configuration|Options|Description|
61
+
| :--- | :--- | :--- |
62
+
|set "display-movieinfo= " |`yes``no`| Search for a '***.nfo**' file located within the same directory as the selected image to get movie information.|
63
+
|set "show-Rating= " |`yes``no`| Show movie's rating on generated folder icon|
64
+
|set "show-Genre= " |`yes``no`| Show movie's genre on generated folder icon|
65
+
|set "genre-characters-limit= " |[number]| Limit the movie's genre characters to fit the template.|
66
+
|set "display-FolderName= " |`yes``no`| Display folder name on the generated folder icon|
67
+
|set "FolderNameShort-characters-limit= " |[number]| Limit the folder name characters to fit the template.|
68
+
|set "FolderNameLong-characters-limit= " |[number]| Limit the folder name characters to fit the template.|
69
+
|set "FolderName-Center= " |`yes``no``Auto`| Align the folder name label on the generated folder icon to the left, center, or use auto-adjustment based on character count.|
70
+
|set "use-Logo-instead-FolderName= " |`yes``no`| Search for '***Logo.png**' within the same directory as the selected image and place it in the folder name's position.|
71
+
|set "display-clearArt= " |`yes``no`| Search for '***ClearArt.png**' within the same directory as the selected image and place it on the generated folder icon.|
72
+
|set "display-discimage= " |`yes``no`| Search for '***DiscArt.png**' within the same directory as the selected image and place it on the generated folder icon.|
47
73
48
-
# Configurations
49
-
...
74
+
>Note: The availability of the above settings may vary depending on each template.<br>
75
+
>You can also create your own template using a batch script, just place the script within the 'template' folder.
76
+
77
+
<br>
78
+
79
+
### RCFI Tools Configuration
80
+
The RCFI Tools Configuration can be found in `RCFI Tools\config.ini` and can be adjusted and modified using a text editor.
81
+
82
+
Here are the available configuration options:
83
+
84
+
|Configuration|Options|Description|
85
+
| :--- | :--- | :--- |
86
+
| DrivePath=" " |[none]| Last used drive path |
87
+
| Keyword=" " |[string]| Keyword for searching an image to set as the folder icon|
88
+
| Keyword-Extension=" " |[image file extension]| File extension to search for the image|
89
+
| Template=" " |[template file name]| Default template to use for generating folder icon|
90
+
| TemplateForICO=" " |[template file name]| Template to use if the image extension is .ico|
91
+
| TemplateForPNG=" " |[template file name]| Template to use if the image extension is .png|
92
+
| TemplateForJPG=" " |[template file name]| Template to use if the image extension is .jpg or .jpeg|
93
+
| TemplateAlwaysAsk=" " |`yes``no`| Always ask which template to use for generating the folder icon|
94
+
| TemplateTestMode=" " |`yes``no`| When selecting template via choose template menu, redirect to Test Mode page to generate folder icon and execute the template|
95
+
| TemplateTestMode-AutoExecute=" " |`yes``no`| Generate folder icon and automatically execute the template when modifications on the template file detected|
96
+
| TemplateIconSize=" " |[icon height]| Specifies the icon height to be generated; multiple icon sizes can be specified, e.g., `256,192,64`, which will create icon files with `256x256px`, `192x192px`, and `64x64px` icon resources.|
97
+
| ExitWait=" " |[number]| Automatically closes the window after [number] seconds. If the number is greater than 99, it will pause indefinitely until manually closed.|
98
+
99
+
100
+
<br><br>
50
101
51
102
# Credits
52
-
...
103
+
_In the end, I'm just an average person on the internet. My role involves is just bringing together the work and ideas of others to bring this project to happed. <br>_
104
+
105
+
- This project was inspired by  by serenity !29TgfcZgPU, which I used a lots in the past.
106
+
- This project owes its existence to , the tool that is use to process and edit images.
107
+
- I utilize the  by Beej126 to accumulate the selected items in Explorer so it doesn't make a new instance for each selected items.
108
+
- I use PSD templates by , ,  and  to create all available folder icon templates.
109
+
- While working on this project, I also drew some inspiration from  and  by Jamedjo.<br>
110
+
111
+
**_A big thank you to all mentioned above for their contributions._**
0 commit comments