Skip to content

Releases: AgustinSRG/PersonalMediaVault

Version 1.18.2

14 Aug 14:15
2fb6b28
Compare
Choose a tag to compare

Changelog

  • Bug fix: Fixed bug where max-height was not set correctly for image and audio player configuration.
  • Added option to shuffle the list of albums.
  • Improved download media feature: Use title as file name and force the browser to download instead of displaying it.
  • Set the upload modal to prevent it from closing by clicking outside it.
  • Improved album shuffle performance.
  • Set the configuration menus to keep visible even if the mpuse is not inside the player container.

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.18.2 amd64 Drive
Mega
b559bc47a09fa1ba6c0423f3427ef658ac37db9bb6e90efc0ff974b6209e45b8 SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.18-2.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.18-2.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.18.2 x64 English Mega SHA256: 5247F17F2D88F1E346BB2DCBC92207CBBFEEB003C12B4C640158CBEB5DFCB47A
1.18.2 x64 Spanish Mega SHA256: 5A277172E03421DD8E7BCA487416EDCD78943C46755E4D4CF1190229AB6BB565

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.18.2-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.18.2-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Version 1.18.1

07 Aug 13:05
f3ead8e
Compare
Choose a tag to compare

Changelog

  • Short video animations (< 10s) now are set to start from the beginning by default.
  • Bug fix: Loop is no longer incorrectly set for the last element of an album.
  • Added option to choose if you want to wait after the video or audio ends, or you prefer to play the next one instantly.
  • Increased the max height of the player configuration menu to use all the available space without the need of scroll.

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.18.1 amd64 Drive
Mega
db6961104044301f8fc17b52336ffeb1939652916e5d9f8518a4abfe2936660a SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.18-1.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.18-1.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.18.1 x64 English Mega SHA256: D45EF557659E378C66697EB1EE6A513329C3FA8FB518A63B1CEBA281FD18A6E6
1.18.1 x64 Spanish Mega SHA256: 5B5A4F9D35994A8A167D1071129E18B4801DBDB13F6BE69C8C67E3C66E374DB8

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.18.1-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.18.1-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Version 1.18.0

02 Aug 14:44
3a7a741
Compare
Choose a tag to compare

Changelog

  • Now duration of time slices is displayed in the timeline tooltip.
  • Added option to clear browser data (can be used to reset default values easily).
  • Added options for the audio player to display the thumbnail and the title.
  • Fixed issue with audio animation bars sizes (they were overflowing out of the player size).

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.18.0 amd64 Drive
Mega
c0d670b113b29160ce5aa990f94ef9d7fd4bce824f6d5c32efff108fac012e73 SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.18-0.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.18-0.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.18.0 x64 English Mega SHA256: 9EDEF1B50F340DAB1D705770CE8A5F7097B91AE2708193A6592B3D97BD3E0796
1.18.0 x64 Spanish Mega SHA256: AD602C6E37B29A9EE7733556749FBC838362306B7F565C901DE81EA32B1E001E

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.18.0-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.18.0-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Version 1.17.0

14 Apr 11:42
b2b4534
Compare
Choose a tag to compare

Changelog

  • Added button to display extended description in the player if the extended description is not empty
  • Added new search API (/api/search/advanced) to use for advanced search features. It allows for efficient multi-tag filtering, improving search times for larger vaults.
  • Fixed issue with keyboard scroll (using arrow keys) in split mode. Before this fix, the player would take preference, even if the page was focused.
  • Fixed minor style issue when focusing the album upload modal, it was adding an unnecessary outline.

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.17.0 amd64 Drive
Mega
12cb634c145eecf1140b7b7d83a93d8fe38f7b5a02426b649d0782e0c08c4cd8 SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.17-0.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.17-0.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.17.0 x64 English Mega SHA256: 529E87D25A7EEF64D823AEA0B452160730C6FA5F9A70644A6CD462D5C277A45A
1.17.0 x64 Spanish Mega SHA256: 755C2EDBD0F39A3B6F95DAA3BC1D5C969BBB5065A54ECAA8D209C70267C578A8

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.17.0-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.17.0-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Version 1.16.1

10 Mar 11:43
dc3039f
Compare
Choose a tag to compare

Changelog

  • Backend: Upgraded Go version to 1.22
  • Frontend: Upgraded to Node 20 and upgraded vulnerable dependencies (sanitize-html and ip-address)
  • Frontend: Now font files (.woff2) are cached by the service worker to reduce load times.
  • Frontend: Improved mouse interaction with the player widget (no text selection while resizing and no hiding the cursor).
  • Frontend: Fixed issue of translations not loading on page refresh sometimes

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.16.1 amd64 Drive
Mega
ec1a02c3f4e77473f373dd3812e39e1a9a87a8f340a307ea2f9050f7fe01ec1e SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.16-1.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.16-1.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.16.1 x64 English Mega SHA256: 1AC6A5A9348E5527A7D77D539444B018149A08AEF31963D35D4CF60BBA80F76F
1.16.1 x64 Spanish Mega SHA256: C637C6395F26C5F57EC121373A8DE234FA3A1E380725F3F65CBB835A9B446C60

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.16.1-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.16.1-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Version 1.16.0

09 Feb 19:53
7386693
Compare
Choose a tag to compare

Changelog

  • Frontend: Refactored extended description into a player resizable and moveable widget
  • Frontend: Now player widgets can be moved outside the player.
  • Frontend: Added more translations: German, Greek, Catalan, Hindi, Russian, Chinese
  • Frontend: Languages are now sorted by display name instead of locale code
  • Frontend: Added documentation link to help hub dropdown
  • Frontend: Independent configuration for each page (Home, search results, albums, random, advanced search)

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.16.0 amd64 Drive
Mega
dc8ee2eb553339044e59efb391f27cdf2ea37a2517aa99435ec7082bc1ba08d3 SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.16-0.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.16-0.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.16.0 x64 English Drive
Mega
SHA256: 6AD026D1E5F919DAC71877972495A548E94377A2883743ED88ACE76C20E1D020
1.16.0 x64 Spanish Drive
Mega
SHA256: 23171A83118A4EB61D5F6ED5E111AAE9B38BF0A83CDBD0A24E5A5686C5371E95

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.16.0-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.16.0-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Patch version 1.15.3

22 Jan 16:43
66dbc2f
Compare
Choose a tag to compare

Changelog

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.15.3 amd64 Drive
Mega
24cf1a809490825cdcb036a1bf6f796d6bf5ac57c465b0a6a76937bbda9819be SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.15-3.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.15-3.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.15.3 x64 English Drive
Mega
SHA256: 1EE7F561388DE2EBA40510484A62746AA6D61FDB7722C662787BDE92C665D0B7
1.15.3 x64 Spanish Drive
Mega
SHA256: 15F5870F1B716464AF6FEC63F67FC0B5B5E53950020F4A6BB463DF966D055343

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.15.3-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.15.3-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Patch version 1.15.2

14 Jan 12:10
36f43fe
Compare
Choose a tag to compare

Changelog

  • Frontend: Fixed issue with snackbar container preventing clicks on elements.
  • Launcher: Added option to set the hostname for opening the browser.
  • Added is_anim flag for media assets to be treated as animations by the clients.
  • Packages: Added libc6 explicit dependency for DEB package.

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.15.2 amd64 Drive
Mega
983bf8e36ae3dcf36cdf546f879303aa2ba6a73351fc53ffa0f79ed6d2cd1daa SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.15-2.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.15-2.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.15.2 x64 English Drive
Mega
SHA256: C4847E3A9C55B3627C5C5B24FB350B525CFD9A9F24ACFC0DC0531C8ED9EED593
1.15.2 x64 Spanish Drive
Mega
SHA256: 63243E5C2DD9C21CE7940AA4FB0EE400B00F531309264F5ECCDEB7C448FC1E07

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.15.2-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.15.2-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Docker

You can run this project with docker, using the official image uploaded to Docker Hub.

In order to pull the image, type:

docker pull asanrom/pmv

To run a personal media vault instance, you can create a container, which is going to run the backend binary inside it.

Here is an example command to create a container:

docker run -p 80:80 -v /path/to/the/vault:/vault asanrom/pmv --daemon --clean --log-requests --vault-path /vault

You can replace /path/to/the/vault for the path where you have your vault stored.

For empty vaults, a default admin, with password admin will be created. You should change the password as soon as you first login into your vault to protect it with a strong password.

For more options, run:

docker run asanrom/pmv --help

Version 1.15.0

06 Jan 21:47
3b058b1
Compare
Choose a tag to compare

Changelog

  • Better navigator language detection (now uses navigator.languages)
  • Dark theme by default instead of light theme
  • Added new experimental languages created with the Google Translation API: French, Italian, Japanese, Portuguese
  • Added session duration option
  • Added feature: Invite codes
  • Improved logging and added option to log requests for the launcher
  • Fixed issues with the player for small screens and mobile devices
  • Improved page customization options. Moved modal to a dropdown.
  • Changed PWA display mode to standalone
  • The sidebar now remembers the last search parameters for the Albums option
  • Added padding to page elements to preserve columns

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.15.0 amd64 Drive
Mega
e68b15ae395bd35dfe736ecb257d76a4e771a3fe38c4dba09bae39097c4ebc28 SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.15-0.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.15-0.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.15.0 x64 English Drive
Mega
SHA256: 8D82E6A007BBF723C433BBF5DCB75F13DCA75AC9A4AB57C02B02BFECDAC28461
1.15.0 x64 Spanish Drive
Mega
SHA256: C81C419BD4B28F9FC8ECAE34572A30B057D6108E3EF262290C879570D5C6348D

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.15.0-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.15.0-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.

Version 1.14.0

20 Dec 15:59
7a733e0
Compare
Choose a tag to compare

Changelog

  • Fixed issue saving the current time of videos.
  • When a video or audio cannot be played, a detailed error message is shown.
  • Fixed issue with HTTP compression. Now the attachments show the download progress in browsers.
  • Added option to replace the media asset.

Downloads

Linux with DEB package support

For apt-compatible Linux distributions, we provide a DEB package:

Version Arch Download Hash Hash alg.
1.14.0 amd64 Drive
Mega
c6557f9ea193bce67ec0e0848c77de06d9a5bab6daca5dbd8b909733bed4f6a3 SHA256

Download it, and check its integrity using:

sha256sum ./personalmediavault_1.14-0.deb

Then, install it using apt:

sudo apt install ./personalmediavault_1.14-0.deb

After the installation, the binary files will be available in /usr/bin, and the frontend files will be available in /usr/lib/pmv/www.

To run a vault, type:

pmv /path/to/vault

You can change the language the launcher uses setting the PMV_LANGUAGE environment variable to en or es.

Windows

For Windows, we provide a MSI installer:

Version Arch Language Download Hash
1.14.0 x64 English Drive
Mega
SHA256: 55470BA3113EF28CA5BF9A583F99B327989E5ADB5EA8F29A0A0EEA60F5563C9B
1.14.0 x64 Spanish Drive
Mega
SHA256: 56CB184E27810F52AF35A89C5D9F17183660E615350F607C2CEDA74DDC5805A7

In order to install Personal Media Vault in Windows, run the installer and everything will be set up for the application to work.

When downloading the MSI installer, check the file hash with PowerShell to make sure the file was not modified:

Get-FileHash -Path "PersonalMediaVault-1.14.0-x64.msi" -Algorithm SHA256
Get-FileHash -Path "PersonalMediaVault-1.14.0-x64-es.msi" -Algorithm SHA256

After it's installed, create an empty folder to store your media vault and right click it. You should see a new option "Open with PersonalMediaVault". Click it to run the vault launcher.