MCPcopy Create free account
hub / github.com/codestation/qcma

github.com/codestation/qcma @v0.5.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.5.1 ↗ · + Follow
385 symbols 634 edges 63 files 6 documented · 2% updated 3mo agov0.4.1 · 2016-11-24★ 6514 open issues

Browse by type

Functions 341 Types & classes 44
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

QCMA

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 macOS.

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.

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)

Downloads (Linux)

Packages for Ubuntu, Fedora, Debian and openSUSE are available here.

Downloads (Windows and macOS)

Installers for Windows and macOS are available here.

Dependencies

Where do I get the source code?

Check the GitHub repo here: https://github.com/codestation/qcma

I want to contribute

Contact me on GitHub

Thanks to

Yifan Lu - for the vitamtp library and the reference implementation of OpenCMA.

Other contributors: check here

License

GPLv3

Core symbols most depended-on inside this repo

Shape

Method 298
Function 43
Class 41
Enum 3

Languages

C++100%

Modules by API surface

common/sqlitedb.cpp46 symbols
common/qlistdb.cpp36 symbols
common/dds.cpp34 symbols
common/cmaevent.cpp30 symbols
gui/mainwidget.cpp19 symbols
common/avdecoder.cpp13 symbols
gui/forms/backupitem.cpp12 symbols
gui/clientmanager.cpp12 symbols
common/cmaclient.cpp12 symbols
common/cmaobject.cpp11 symbols
cli/headlessmanager.cpp11 symbols
gui/qtrayicon.cpp9 symbols

For agents

$ claude mcp add qcma \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page