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/11/03 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version=2.1. | |version=2.1.1 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/ | |download=https://dlhb.gamebrew.org/vitahomebrews/PSVMP_2.1.1.zip | ||
|website=https://github.com/R0salman/PSVMP | |website=https://github.com/R0salman/PSVMP | ||
|source=https://github.com/R0salman/PSVMP | |source=https://github.com/R0salman/PSVMP | ||
| Line 18: | Line 18: | ||
|image=PSVMPVita.png | |image=PSVMPVita.png | ||
|image_alt=PSVMP | |image_alt=PSVMP | ||
}} | }}<--PSVMPVita.7z--> | ||
PSVMP is a desktop application for downloading, converting, and transferring media to the PlayStation Vita. | PSVMP is a desktop application for downloading, converting, and transferring media to the PlayStation Vita. | ||
| Line 53: | Line 53: | ||
==Changelog== | ==Changelog== | ||
'''2.1.0''' | '''2.1.1''' | ||
* Update gui.py | |||
'''2.1.0 GUI''' | |||
* New Features & Improvements: | * New Features & Improvements: | ||
** | ** Settings Menu | ||
*** Added | *** Added a Settings button to configure and save preferences | ||
** | ** History Tab | ||
*** | *** New History tab saves previously entered URLs with quick access options | ||
** '''UI Enhancements | ** '''UI Enhancements | ||
*** | *** Restyled GitHub button with improved icon handling | ||
*** Replaced the old theme toggle with a | *** Replaced the old theme toggle with a custom switch | ||
*** Refined light and dark mode palettes for a cleaner look | *** Refined light and dark mode palettes for a cleaner look | ||
* The following tools must be installed and accessible from your system PATH: | * 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://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 | ** [https://megatools.megous.com/ megatools] – downloading from Mega.nz | ||
** No ffmpeg setup required. It is now bundled with the app | ** No ffmpeg setup required. It is now bundled with the app | ||
** Ensure [[VitaShell]] FTP is running on your PS Vita before transferring | ** Ensure [[VitaShell]] FTP is running on your PS Vita before transferring | ||
* Notes: | * Notes: | ||
** This <code>.exe</code> | ** This <code>.exe</code> includes only the GUI. | ||
** For | ** 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] | * [https://github.com/R0salman/PSVMP/compare/v2.0.1...v2.1.0 Full Changelog: v2.0.1...v2.1.0] | ||
''' | '''2.0.1''' | ||
* First Release. | * First Release. | ||
Revision as of 02:28, 7 November 2025
| PSVMP | |
|---|---|
| General | |
| Author | R0salman |
| Type | PC Utilities |
| Version | 2.1.1 |
| License | MIT License |
| Last Updated | 2025/11/03 |
| Links | |
| Download | |
| Website | |
| Source | |
<--PSVMPVita.7z--> 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.1
- Update gui.py
2.1.0 GUI
- 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
2.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