Jump to content
Ketarin forum
VLC Media Player (64-bit)
Guest
By Guest, 01/26/2019
  • 106 downloads
  • Updated:

File Details

  • Website URL https://www.videolan.org/vlc/
  • User Agent Mozilla/5.0 (Windows NT 6.3; rv:38.0) Gecko/20100101 Firefox/38.0
  • Category Multimedia\Video\Video Players
  • User Notes [Description] VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols. [Official Download Sources] https://www.videolan.org/vlc/ [Installer Type] NSIS [Installer Parameters] /S Silent. /NCRC No CRC check. /L="language_code" Set Language. /D="destination_path" Set install path. https://wiki.videolan.org/Documentation:Installing_VLC/ http://nsis.sourceforge.net/Docs/Chapter3.html#installerusage http://www.itninja.com/software/videolan/vlc-media-player/2-816 http://www.itninja.com/software/videolan/vlc-media-player/0-199 http://wpkg.org/Vlc ---------- corrections and improvements are welcome - @DHT (Ketarin forums)

(Show)XML Contents

            <?xml version="1.0" encoding="utf-8"?>
<Jobs>
  <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="1ce8b6e5-8bba-400b-9d04-1b5b1cca6664">
    <WebsiteUrl>https://www.videolan.org/vlc/</WebsiteUrl>
    <UserAgent>Mozilla/5.0 (Windows NT 6.3; rv:38.0) Gecko/20100101 Firefox/38.0</UserAgent>
    <UserNotes>[Description]
VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.







[Official Download Sources]
https://www.videolan.org/vlc/


[Installer Type]





NSIS


[Installer Parameters]
/S			 Silent.
/NCRC			 No CRC check.
/L="language_code"	 Set Language.
/D="destination_path"	 Set install path.

https://wiki.videolan.org/Documentation:Installing_VLC/
http://nsis.sourceforge.net/Docs/Chapter3.html#installerusage
http://www.itninja.com/software/videolan/vlc-media-player/2-816
http://www.itninja.com/software/videolan/vlc-media-player/0-199
http://wpkg.org/Vlc



----------


corrections and improvements are welcome - @DHT (Ketarin forums)</UserNotes>
    <LastFileSize>41846888</LastFileSize>
    <LastFileDate>2019-01-10T07:19:20-02:00</LastFileDate>
    <IgnoreFileInformation>false</IgnoreFileInformation>
    <DownloadBeta>Default</DownloadBeta>
    <DownloadDate>2014-11-22T16:03:06</DownloadDate>
    <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
    <VariableChangeIndicator/>
    <HashVariable/>
    <HashType>None</HashType>
    <CanBeShared>true</CanBeShared>
    <ShareApplication>true</ShareApplication>
    <ExclusiveDownload>false</ExclusiveDownload>
    <HttpReferer>{sf}</HttpReferer>
    <SetupInstructions>
      <SetupInstruction xsi:type="StartProcessInstruction">
        <EnvironmentVariables/>
        <FileName>"{file}"</FileName>
        <Parameters>/S</Parameters>
        <WaitForExit>true</WaitForExit>
      </SetupInstruction>
      <SetupInstruction xsi:type="CustomSetupInstruction">
        <Code>SET target_path=%AppData%\vlc\
SET target_file=vlcrc
SET target=%target_path%%target_file%

if exist "%target%" EXIT

if not exist "%target_path%" mkdir "%target_path%"

:: qt4 section
>>"%target%" echo [qt4] # Qt interface
>>"%target%" echo.

:: Open VLC with native video size
::>>"%target%" echo # Resize interface to the native video size (boolean)
::>>"%target%" echo qt-video-autoresize^=1
::>>"%target%" echo.

:: Disable updates notification
::>>"%target%" echo # Activate the updates availability notification (boolean)
::>>"%target%" echo qt-updates-notif^=0
::>>"%target%" echo.

:: Set interval updates check
::>>"%target%" echo # Number of days between two update checks (integer)
::>>"%target%" echo qt-updates-days^=15
::>>"%target%" echo.

:: Don't ask for network policy at start
>>"%target%" echo # Ask for network policy at start (boolean)
>>"%target%" echo qt-privacy-ask^=0
>>"%target%" echo.


:: Playlist section
::>>"%target%" echo [playlist] # Playlist
::>>"%target%" echo.

:: Skip ads
::>>"%target%" echo # Skip ads (boolean)
::>>"%target%" echo playlist-skip-ads^=1
::>>"%target%" echo.</Code>
        <Type>Batch</Type>
      </SetupInstruction>
    </SetupInstructions>
    <Variables>
      <item>
        <key>
          <string>version</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>(?<=win32\/.*)[0-9.]{2,}</Regex>
            <Url>https://www.videolan.org/vlc/download-windows.html</Url>
            <TextualContent/>
            <Name>version</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>download_url</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex/>
            <Url/>
            <TextualContent>http://download.videolan.org/pub/videolan/vlc/last/win64/{sdownload}</TextualContent>
            <Name>download_url</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>sdownload</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>RegularExpression</VariableType>
            <Regex>[^"=]+\.exe</Regex>
            <Url>http://download.videolan.org/pub/videolan/vlc/last/win64/</Url>
            <Name>sdownload</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>appcat</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex/>
            <TextualContent>{appname:regexreplace: \(.*\):}</TextualContent>
            <Name>appcat</Name>
          </UrlVariable>
        </value>
      </item>
      <item>
        <key>
          <string>appfile</string>
        </key>
        <value>
          <UrlVariable>
            <RegexRightToLeft>false</RegexRightToLeft>
            <VariableType>Textual</VariableType>
            <Regex/>
            <TextualContent>{appname:multireplace:|:(|)| :|_|_}</TextualContent>
            <Name>appfile</Name>
          </UrlVariable>
        </value>
      </item>
    </Variables>
    <ExecuteCommand/>
    <ExecutePreCommand/>
    <ExecuteCommandType>Batch</ExecuteCommandType>
    <ExecutePreCommandType>Batch</ExecutePreCommandType>
    <Category>Multimedia\Video\Video Players</Category>
    <SourceType>FixedUrl</SourceType>
    <PreviousLocation/>
    <DeletePreviousFile>true</DeletePreviousFile>
    <Enabled>true</Enabled>
    <FileHippoId/>
    <LastUpdated>2019-01-26T09:58:29.1607425-02:00</LastUpdated>
    <TargetPath>S:\Medicina\Windows Media\VLC\</TargetPath>
    <FixedDownloadUrl>{download_url}</FixedDownloadUrl>
    <Name>VLC Media Player (64-bit)</Name>
  </ApplicationJob>
</Jobs>

        

Comments

There are no comments to display.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Add your comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.