Skip to content

Commit 87ff8d0

Browse files
authored
Update README.md
Some formatting
1 parent b178d4b commit 87ff8d0

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

README.md

+30-29
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Created and Developed by Xanashi
99

1010
#### [DOWNLOAD HERE](https://github.com/Xanashi/Icaros/releases)
1111

12+
<br/>
13+
1214
Description
1315
===========================
1416

@@ -29,7 +31,7 @@ Icaros works on Vista, Windows 7, Windows 8/8.1, Windows 10 and Windows 11.
2931

3032
Icaros 3.0.3 and previous versions works partially on Windows XP (SP2+) (Thumbnails only).
3133

32-
34+
<br/>
3335

3436

3537
Requirements
@@ -58,7 +60,7 @@ on your system after installation, you can download and install it with the foll
5860

5961
https://www.microsoft.com/en-us/download/details.aspx?id=17851
6062

61-
63+
<br/>
6264

6365

6466
Installation/Activation
@@ -89,7 +91,7 @@ Activating Icaros is simple:
8991

9092
To Deactivate/Unregister Icaros, click the name again to change the state once more.
9193

92-
94+
<br/>
9395

9496

9597
Shell Extension Options
@@ -174,7 +176,7 @@ IcarosConfig will automatically handle any changes on-the-fly.
174176
- You can enable/disable Explorer Properties for specific filetypes via the checkboxes located on the PROPERTIES page.
175177
If all checkboxes are disabled, the property handler will not be registered, during activation.
176178

177-
179+
<br/>
178180

179181

180182
Icaros Cache
@@ -248,7 +250,7 @@ The Icaros Cache can be utilized and managed in a number of ways. Below is a qui
248250

249251
To avoid having entries disappearing unintentionally from the internal cache, Icaros does not have any automatic clean up routines of the internal cache.
250252

251-
253+
<br/>
252254

253255

254256
Manual Registration
@@ -260,45 +262,45 @@ To register/activate Icaros manually, follow these steps:
260262
1. Open a command prompt, with administrative privileges
261263

262264
2. (Optional) All Icaros Thumbnail Provider and Icaros Property Handler options can be managed via the following registry keys:
263-
(Icaros will automatically use the default values, if any of the following values are not set)
265+
(Icaros will automatically use the default values, if any of the following values are not set) <br/><br/>
264266

265-
Windows Registry Editor Version 5.00
267+
<pre>Windows Registry Editor Version 5.00
266268

267269
[HKEY_LOCAL_MACHINE\Software\Icaros]
268270
"Thumbnail Extensions"=".mkv;.flv;.mov;.ogv" <-- Filetypes that will be registered by the thumbnail provider
269-
"Excluded Properties"=".ogm;.ogv;.ogg" <-- (Optional) Excluded property filetypes (default: none are excluded)
270-
"Prop Local"="ru" <-- (Optional) If a localization file is present, this value determines what language the
271+
"Excluded Properties"=".ogm;.ogv;.ogg" <-- (Optional) Excluded property filetypes (default: none are excluded)
272+
"Prop Local"="ru" <-- (Optional) If a localization file is present, this value determines what language the
271273
Icaros Explorer properties will show up in after registration.
272274

273275
[HKEY_CURRENT_USER\Software\Icaros]
274-
"Cache"=dword:00000001 <-- (Optional) Enable Icaros Cache (0: disabled 1: enabled (static) 2: enabled (dynamic))
275-
"Offset"=dword:00000023 <-- (Optional) Set thumbnail offset in percent in hex
276+
"Cache"=dword:00000001 <-- (Optional) Enable Icaros Cache (0: disabled 1: enabled (static) 2: enabled (dynamic))
277+
"Offset"=dword:00000023 <-- (Optional) Set thumbnail offset in percent in hex
276278
"TimeOffset"=hex(b):10,27,00,00,00,00,00,00 <-- (Optional) Set thumbnail offset in milliseconds in little-endian hex
277-
"UseCoverArt"=dword:00000001 <-- (Optional) Enable Cover Art in mkv (0: disabled 1: use normal cover 2: use landscape cover)
279+
"UseCoverArt"=dword:00000001 <-- (Optional) Enable Cover Art in mkv (0: disabled 1: use normal cover 2: use landscape cover)
278280
"FrameThresh"=dword:00000008 <-- (Optional) If this value exists, Icaros will try to detect black and white thumbnails and replace them
279281
with a better frame from the file. The value itself determines how aggresive the scan will be.
280282
The value can be from 0 to 30. 30 being the most aggresive, changing more frames.
281283
It is recommended to leave this value at 8.
282-
283-
[HKEY_CURRENT_USER\Software\Icaros\Cache]
284+
285+
[HKEY_CURRENT_USER\Software\Icaros\Cache]
284286
"ExclExts"="jpg;png;gif" <-- (Optional) Filetypes that will be ignored by the Icaros Cache
285-
"MaxCacheSize"=dword:000001f4 <-- (Optional) Set the maximum cache size in hex (0 is unlimited)
286-
"MinFreeSpace"=dword:00000800 <-- (Optional) Set the minimum free space in hex (default is 1024MB)
287+
"MaxCacheSize"=dword:000001f4 <-- (Optional) Set the maximum cache size in hex (0 is unlimited)
288+
"MinFreeSpace"=dword:00000800 <-- (Optional) Set the minimum free space in hex (default is 1024MB)</pre><br/>
287289

288290

289291

290-
3. Run the following command: RegSvr32.exe "Path\To\IcarosThumbnailProvider.dll"
291-
or: RegSvr32.exe "Path\To\IcarosPropertyHandler.dll"
292+
3. Run the following command: RegSvr32.exe "Path\To\IcarosThumbnailProvider.dll"<br/>
293+
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&nbsp; or: RegSvr32.exe "Path\To\IcarosPropertyHandler.dll"<br/>
292294

293-
4. To unregister, run this command: RegSvr32.exe /u "Path\To\IcarosThumbnailProvider.dll"
294-
or: RegSvr32.exe /u "Path\To\IcarosPropertyHandler.dll"
295+
4. To unregister, run this command: RegSvr32.exe /u "Path\To\IcarosThumbnailProvider.dll"<br/>
296+
&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;&nbsp;or: RegSvr32.exe /u "Path\To\IcarosPropertyHandler.dll"<br/>
295297

296298

297-
Note: If you're on a 64-bit system, make sure you register the dlls located in the 64-bit directory.
299+
**Note:** If you're on a 64-bit system, make sure you register the dlls located in the 64-bit directory.
298300
If you need to enable Icaros in 32-bit dialogs on 64-bit systems, you must also register the dlls
299301
located in the 32-bit directory.
300302

301-
303+
<br/>
302304

303305

304306
Additional GUI Features
@@ -309,19 +311,18 @@ On this page, a wide range of options allows you to customize the look, interact
309311

310312
Changing the language here also gives you the option to change the language of the property labels in Windows Explorer.
311313

312-
314+
<br/>
313315

314316

315317
Donations
316318
===========================
317319

318320
If you like Icaros and wish to support the free development of the project,
319321
please consider making a donation to the developer.
322+
323+
[![Paypal link](https://img.shields.io/static/v1?label=Donate&message=Here&color=%232B6870&style=for-the-badge&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=A4SV4449UB4UQ&lc=GB&item_name=Project%20Icaros&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
320324

321-
Donation link:
322-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=A4SV4449UB4UQ&lc=GB&item_name=Project%20Icaros&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
323-
324-
325+
<br/>
325326

326327

327328
Translations
@@ -330,12 +331,12 @@ Translations
330331
If Icaros isn't currently translated in your language, and you wish to help out with the translation,
331332
please check out this simple guide on how to translate Icaros:
332333

333-
http://shark007.net/forum/Thread-How-to-Translate-Icaros?pid=37920#pid37920
334+
[Guide: How to translate Icaros](https://github.com/Xanashi/Icaros/discussions/29)
334335

335336
Be sure to contact me at Xanashi[at]gmail[dot]com, if you have any questions or have a translation
336337
file completed, and I'll be sure to include it in the next release of Icaros.
337338

338-
339+
<br/>
339340

340341

341342
FFmpeg Info

0 commit comments

Comments
 (0)