Deyda / NeverRed

NeverRed's focus is to provide a simple solution to keep standard software up to date without having to package it or search and compare versions on vendor sites. https://www.deyda.net/index.php/en/neverred/
32 stars 5 forks source link

Unable to download VLC #96

Open sjeanjean opened 2 weeks ago

sjeanjean commented 2 weeks ago

Starting downloads...

WARNING: Get-VideoLanVlcPlayer: This function returns the version returned by 'Help > Check for Updates' in VLC Player. https://get.videolan.org/ may show a later available version for download. Download VLC Player x64 Download Version: Current Version: No new version available

In the code there is a filter on Platform : Get-EvergreenApp -Name VideoLanVlcPlayer | Where-Object { $.Platform -eq "Windows" -and $.Architecture -eq "$VLCPlayerArchitectureClear" -and $_.Type -eq "MSI" } But Get-EvergreenApp does not has this property for VideoLanVlcPlayer

Get-EvergreenApp -Name VideoLanVlcPlayer WARNING: Get-VideoLanVlcPlayer: This function returns the version returned by 'Help > Check for Updates' in VLC Player. https://get.videolan.org/ may show a later available version for download.

Version Architecture Type URI


3.0.20 x86 exe https://videolan.nl.mirrors.airvpn.org/vlc/3.0.20/win32/vlc-3.0.20-win32.exe 3.0.20 x86 msi https://videolan.nl.mirrors.airvpn.org/vlc/3.0.20/win32/vlc-3.0.20-win32.msi 3.0.20 x86 zip https://videolan.nl.mirrors.airvpn.org/vlc/3.0.20/win32/vlc-3.0.20-win32.zip 3.0.20 x64 exe https://videolan.nl.mirrors.airvpn.org/vlc/3.0.20/win64/vlc-3.0.20-win64.exe 3.0.20 x64 msi https://videolan.nl.mirrors.airvpn.org/vlc/3.0.20/win64/vlc-3.0.20-win64.msi 3.0.20 x64 zip https://videolan.nl.mirrors.airvpn.org/vlc/3.0.20/win64/vlc-3.0.20-win64.zip