Telegram Support Group: https://t.me/psp_mediasuite
========================================
v1.7 adds a new wireless webpage download server, you can use PSP browser to download music and videos onto the Memorystick or internal storage (incase of PSPGo) without needing a USB cable!

========================================
1.7 onwards you can forward browser cookies to psp-ms to prevent being ratelimited by ytdlp
1.6 onwards dark mode is available, easily switch between the two with 1.7 onwards

========================================
v1.6 PSP-MS onwards added creating a new , and managing items inside a, playlist on your PSP

Features
- Add Music, Music Playlists and Videos to the PSP, with thumbnails for music, music playlists and videos.
- Handles mix of Music and Videos to be synced, you can just select a bunch of music and videos together, hit send and grab a cup of tea, let it do its thing
- Supports manually adding already downloaded music and video files from local storage
- Needs no conversions, mp3 and mp4 files are formatted for PSP
- Supports Music Album art and Video thm files for thumbnails
- Music will show up on XMB's Music section
- Playlists will show up in XMB -> Music -> Playlist section
- Videos would show up in XMB's Video section
- Addded progress log in v1.4 which is now live. v1.4 also brings a slight ui redesign with 2 column view better suited for landscape devices.
- v1.5 brings a cleaner ui experience and improvements both functional and aesthetic
- v1.6 bring management of playlists, music and video files that are already stored on the psp along with a UI redesign
- v1.7 brings web download feature. you can directly download mp3 and videos onto the psp's storage with a local web server running on the psp ms app on your pc
HOW TO USE?
- Open the PSP-MS (exe for windows, app package on Linux)
- Connect PSP using a USB Data cable and open "USB Connection" in PSP settings (left most section)
- Hit refresh on PSP-MS (top right), the device connection should show up with the remaining storage on the memory card via psp's usb connection or a usb sd card reader (or internal storage in case of PSP go).
- Now select Music or Playlist or Video, search your stuff and add to the queue. You can switch between Video and Music tabs while adding stuff to the queue, itll automatically sort them into mp3 and mp4. Playlist support was added in v1.5 and they download as a single queue item
- Hit Send Queue to PSP, and let it do its thing, Music doesnt take long, Videos take less than 1/4th of the actual video duration (so a 4min long Music video would be downloaded, converted and sent within a minute)
- Done, unplug your psp and enjoy the stuff you downloaded in the Music and Video sections of the XMB (NOTE)- Use this tool responsibly and do not download media that you dont own a license for.
WINDOWS USERS
- Open CMD and download the source-
git clone https://github.com/vmg265/PSP-Media-Suite.gitcd PSP-Media-Suite - Download ffmpeg for windows here https://www.gyan.dev/ffmpeg/builds/. Extract the ffmpeg.exe and place it in the root of your project folder (PSP-Media-Suite)
- Install dependencies: Ensure Python 3.10+ is installed:
pip install pyinstaller yt-dlp psutil Pillow requests mutagen - Compile:
python -m PyInstaller --onefile --windowed --icon=icon.ico --add-binary "ffmpeg.exe;." --add-data "Icon.png;." --add-data "troubleshooter_box.txt;." --hidden-import PIL._tkinter_finder app.py - After the compilation is done, the app.exe will be available in dist/ folder
LINUX USERS
- Clone the repo-
git clone https://github.com/vmg265/PSP-Media-Suite.gitcd PSP-Media-Suite sudo apt install ffmpegand copy the ffmpeg binary into your project folder (PSP-Media-Suite)- Install dependencies-
pip3 install pyinstaller yt-dlp psutil Pillow requests mutagen - Compile the executable-
python3 -m PyInstaller --onefile --windowed --add-binary "ffmpeg:." --add-data "Icon.png:." --add-data "troubleshooter_box.txt:." --hidden-import PIL._tkinter_finder app.py - After compilation the app will be available in dist/ folder, to make it availble to your desktop, run-
cp dist/app .bash install.sh
- add sd card mount support (done in 1.4p)
- add music playlist capabilities (done in v1.5p)
- add a manual upload feature to send already downloaded mp3/mp4s (done in 1.5p)
- add a local view to see what videos and music is already on the storage device (done in 1.6p)
- Add a music library backup and restore function, to transfer your library between devices
- Add a search bar in media management
- Add thumbnails and grid view option in media management
- More adaptable layout
- Add thumbnail manual upload for existing library of music and videos

