Skip to content

vmg265/PSP-Media-Suite

Repository files navigation

PSP Media Suite

A media sync application to convert and load music, music playlists and videos from YT onto a USB connected PSP (1000/2000/3000/Go) or using a USB SD card reader easily. Syncs quickly, no file conversions or extra steps needed. Supports Linux and Windows.

Telegram Support Group: https://t.me/psp_mediasuite

PSP-Media Suite v1.7 psp mp3 video youtube loader

========================================

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! psp mp3 video youtube loader

download videos mp3 music on psp directly without pc

========================================

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 psp mp3 video youtube loader

========================================

v1.6 PSP-MS onwards added creating a new , and managing items inside a, playlist on your PSP psp mp3 video youtube loader

Features

  1. Add Music, Music Playlists and Videos to the PSP, with thumbnails for music, music playlists and videos.
  2. 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
  3. Supports manually adding already downloaded music and video files from local storage
  4. Needs no conversions, mp3 and mp4 files are formatted for PSP
  5. Supports Music Album art and Video thm files for thumbnails
  6. Music will show up on XMB's Music section
  7. Playlists will show up in XMB -> Music -> Playlist section
  8. Videos would show up in XMB's Video section
  9. 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.
  10. v1.5 brings a cleaner ui experience and improvements both functional and aesthetic
  11. v1.6 bring management of playlists, music and video files that are already stored on the psp along with a UI redesign
  12. 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.

VIDEO DEMO (v1.3) ↓

Watch the video

(video shows v1.3 only, latest v1.4 and above brings new changes which you can learn about in the releases page)

Build from source Instructions (TBU)-

WINDOWS USERS

  1. Open CMD and download the source- git clone https://github.com/vmg265/PSP-Media-Suite.git cd PSP-Media-Suite
  2. 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)
  3. Install dependencies: Ensure Python 3.10+ is installed: pip install pyinstaller yt-dlp psutil Pillow requests mutagen
  4. 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
  5. After the compilation is done, the app.exe will be available in dist/ folder

LINUX USERS

  1. Clone the repo- git clone https://github.com/vmg265/PSP-Media-Suite.git cd PSP-Media-Suite
  2. sudo apt install ffmpeg and copy the ffmpeg binary into your project folder (PSP-Media-Suite)
  3. Install dependencies- pip3 install pyinstaller yt-dlp psutil Pillow requests mutagen
  4. 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
  5. After compilation the app will be available in dist/ folder, to make it availble to your desktop, run- cp dist/app . bash install.sh

To-do

  • 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

About

A desktop application to auto convert and download music and videos from YT and local storage onto a USB connected Playstation Portable (PSP 1000/2000/3000/Go) easily and quickly without need of any file conversions or extra steps.

Topics

Resources

Stars

22 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors