This is an updated version of QCMA (Originally created by codestation) which supports Qt 6 and works on current Linux distributions. I will also be packaging it in popular distribution formats including Flatpak.
- Qt 6 build support
- Replace qmake project with CMake
- Flatpak package manifest
- Snapcraft manifest
- AppImage builder
- Visual Studio support (using vcpkg for dependencies)
- Improve user interface and remove reliance on system tray icon
- Update thumbnailing code to support latest ffmpeg
- XDG USB portal support
Unlike traditional packages, Flatpak apps cannot install udev rules directly. Instead you will have to manually copy the rules file to the /etc/udev/rules.d directory in order to connect your PS Vita via USB:
sudo cp /var/lib/flatpak/app/io.gitlab.robxnano.qcma/current/active/files/lib/udev/rules.d/60-psvita.rules /etc/udev/rules.d/
QCMA is a cross-platform application to provide a Open Source implementation of the original Content Manager Assistant that comes with the PS Vita. QCMA is meant to be compatible with Linux, Windows and MAC OS X.
The aim of this project is to provide an implementation that is on par with the official CMA and also offer some features missing in the original one.
- Metadata for PSP savedatas.
- Basic metadata for single songs (album, artist, title, cover art).
- Basic metadata for videos (duration, dimensions, thumbnail).
- Basic metadata for photos (dimensions, thumbnails).
- Simple backup browser: view and delete the backups on your PC without a Vita.
- Easy wireless pairing (show PIN to the user when a Vita is detected).
- Ability to restart the connection if the Vita is reconnected.
There is a qcma_cli binary that doesn't need a X session running (useful for servers). The daemon provides minimal interaction via unix signals. Here are some usage examples:
kill -HUP $(pgrep qcma_cli)
kill $(pgrep qcma_cli)
Packages for Ubuntu, Fedora, Debian and openSUSE are available here.
Installers for Windows and macOS are available here.
Check the GitHub repo here: https://github.com/robxnano/qcma
Contact me on GitHub
codestation - original creator.
Yifan Lu - for the vitamtp library and the reference implementation of OpenCMA.
Other contributors: check here
GPLv3