diff --git a/itt.ps1 b/itt.ps1
index 798802af..43b62973 100644
--- a/itt.ps1
+++ b/itt.ps1
@@ -29,7 +29,7 @@ $itt = [Hashtable]::Synchronized(@{
database = @{}
ProcessRunning = $false
developer = "Emad Adel"
- lastupdate = "11/17/2024"
+ lastupdate = "11/19/2024"
github = "https://github.com/emadadel4/itt"
telegram = "https://t.me/emadadel4"
blog = "https://emadadel4.github.io"
@@ -3266,6 +3266,15 @@ $itt.database.Applications = '[
],
"category": "Utilities",
"check": "false"
+ },
+ {
+ "Name": "VLC Skins",
+ "Description": "Put the downloaded VLT files in the following folder: On Windows: the skins folder in the VLC installation directory (e.g. C:\\Program Files\\VideoLAN\\VLC\\skins) On Linux/Unix: ~/.local/share/vlc/skins2",
+ "winget": "",
+ "choco": "choco install vlc-skins",
+ "default": [],
+ "category": "Media Tools",
+ "check": "false"
}
]
' | ConvertFrom-Json
@@ -12168,6 +12177,12 @@ Icon="https://raw.githubusercontent.com/emadadel4/ITT/main/static/Icons/icon.ico
+
+
+
+
+
+
@@ -12859,13 +12874,13 @@ function Show-Event {
})
- $itt.event.FindName('shell').add_MouseLeftButtonDown({
- Start-Process('https://github.com/emadadel4/shelltube')
+ $itt.event.FindName('contribute').add_MouseLeftButtonDown({
+ Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute')
})
- $itt.event.FindName('contribute').add_MouseLeftButtonDown({
- Start-Process('https://github.com/emadadel4/itt?tab=readme-ov-file#-how-to-contribute')
+ $itt.event.FindName('shell').add_MouseLeftButtonDown({
+ Start-Process('https://github.com/emadadel4/shelltube')
})