More actions
No edit summary |
m (Text replacement - "GameBrew!" to "GameBrew") |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | |title=Vita Homebrew PC Tools (PC Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image=qcmavita.jpg | |image=qcmavita.jpg |
Revision as of 03:24, 5 December 2022
Qcma | |
---|---|
File:Qcmavita.jpg | |
General | |
Author | codestation |
Type | PC Utilities |
Version | 0.4.1 |
License | GPL-3.0 |
Last Updated | 2016/11/24 |
Links | |
Download | |
Source | |
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.
Features
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.
Implemented features
- 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.
Media
Screenshots
Headless version
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:
Send a signal to refresh the database
kill -HUP $(pgrep qcma_cli)
Send a signal to stop the daemon
kill $(pgrep qcma_cli)
Thanks to
Yifan Lu - for the vitamtp library and the reference implementation of OpenCMA.
Other contributors: check here
Changelog
(v.0.4.1)
- Do not reescan database automatically while transferring files.
- Linux packages (Debian - Fedora - openSUSE - Ubuntu): Here.
(v.0.4.0)
- Allow driver selection in components page.
- Make ffmpeg optional for macOS builds.
- Removed system tray plugins.
- Added button to save current listing to json.
- Inject version info into embedded xml and ignore local xml file by default.
- Added check for 3.60 update pup.
- Fix folder open button in backup manager.
- Implement automatic database refresh.
(v.0.3.9)
- Set correct organization name in qcma_cli.
- Fix for protocolMode "custom".
- Use updated avcodec function calls.
(v.0.3.6)
- Fix stupid bug with function scope.
(v.0.3.5)
- Added selector to override the default protocol version.
(v.0.3.4)
- Remove qt4-default, doesn't exists on ubuntu 12.04.
(v.0.3.2)
- Fixed bug with PSP savedata transfer.
- Fixed multimedia folder copy from pc.
- Added pkg support.
- Fixed about dialog.