PSVMP Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|description=A tool that automatically downloads, converts, and transfers videos and music to your PS Vita. | |description=A tool that automatically downloads, converts, and transfers videos and music to your PS Vita. | ||
|author=R0salman | |author=R0salman | ||
|lastupdated=2025/ | |lastupdated=2025/10/02 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=2.0 | |version=2.1.0 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/PSVMPVita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/PSVMPVita.7z | ||
| Line 53: | Line 53: | ||
==Changelog== | ==Changelog== | ||
'''2.1.0''' | |||
* New Features & Improvements: | |||
** '''Settings Menu''' | |||
*** Added a '''Settings''' button to configure and save preferences. | |||
** '''History Tab''' | |||
*** New '''History''' tab saves previously entered URLs with quick access options. | |||
** '''UI Enhancements''' | |||
*** Restyled '''GitHub''' button with improved icon handling | |||
*** Replaced the old theme toggle with a custom '''switch''' | |||
*** Refined light and dark mode palettes for a cleaner look | |||
* The following tools must be installed and accessible from your system PATH: | |||
** [https://github.com/yt-dlp/yt-dlp/releases yt-dlp] – place in <code>C:\Windows\System32\yt-dlp.exe</code> | |||
** [https://megatools.megous.com/ megatools] – downloading from Mega.nz | |||
** No ffmpeg setup required. It is now bundled with the app. | |||
** Ensure [[VitaShell]] FTP is running on your PS Vita before transferring. | |||
* Notes: | |||
** This <code>.exe</code> includes '''only the GUI'''. | |||
** For the '''CLI version''', follow the steps in the [https://github.com/R0salman/PSVMP project repository]. | |||
* [https://github.com/R0salman/PSVMP/compare/v2.0.1...v2.1.0 Full Changelog: v2.0.1...v2.1.0] | |||
'''v2.0.1''' | '''v2.0.1''' | ||
* First Release. | * First Release. | ||
Revision as of 03:59, 4 October 2025
| PSVMP | |
|---|---|
| General | |
| Author | R0salman |
| Type | PC Utilities |
| Version | 2.1.0 |
| License | MIT License |
| Last Updated | 2025/10/02 |
| Links | |
| Download | |
| Website | |
| Source | |
PSVMP is a desktop application for downloading, converting, and transferring media to the PlayStation Vita.
Supported Sources:
- Mega.nz - via
megatools - YouTube - via
yt-dlp - SoundCloud - audio-only support with metadata preservation
- Other websites - generic support via
yt-dlp
Requirements:
- Python 3.8 or later
- FFmpeg
- yt-dlp
- megatools
- PyQt6 (for GUI interface)
- PS Vita with VitaShell (FTP enabled)
Features
- Multi-platform support: Mega.nz, YouTube, SoundCloud, and more.
- Modern GUI interface with dark/light themes.
- Command-line interface for advanced users.
- Automatic media conversion for PS Vita compatibility.
- Direct FTP transfer to your PS Vita.
- Optimized output: video (960x544), audio (MP3 320kbps).
- Real-time download and conversion progress.
- Smart file management with organized storage.
- Built-in update checker.
- Enhanced metadata handling for music files.
- Optional automatic cleanup of temporary files.
Media
How to Use PSVMP (W6BOT)
Changelog
2.1.0
- New Features & Improvements:
- Settings Menu
- Added a Settings button to configure and save preferences.
- History Tab
- New History tab saves previously entered URLs with quick access options.
- UI Enhancements
- Restyled GitHub button with improved icon handling
- Replaced the old theme toggle with a custom switch
- Refined light and dark mode palettes for a cleaner look
- Settings Menu
- The following tools must be installed and accessible from your system PATH:
- Notes:
- This
.exeincludes only the GUI. - For the CLI version, follow the steps in the project repository.
- This
- Full Changelog: v2.0.1...v2.1.0
v2.0.1
- First Release.
Credits
Acknowledgments:
- Thanks to the VitaShell team for the FTP server functionality.
- Thanks to the FFmpeg team for media processing.
- Thanks to the yt-dlp developers for download handling.
- Thanks to the megatools developers for Mega.nz support.
- Thanks to the PyQt team for the GUI framework.
External links
- GitHub - https://github.com/R0salman/PSVMP