From 2e5be972cbdf909aef39c8156fc6f83a52a6cdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Sat, 1 May 2021 22:33:04 +0200 Subject: [PATCH] Add AppStream metadata file It's useful for software catalogs to display detailed information about this application. --- doc/qnapi.appdata.xml | 35 +++++++++++++++++++++++++++++++++++ qnapi.pro | 4 +++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 doc/qnapi.appdata.xml diff --git a/doc/qnapi.appdata.xml b/doc/qnapi.appdata.xml new file mode 100644 index 0000000..ed88899 --- /dev/null +++ b/doc/qnapi.appdata.xml @@ -0,0 +1,35 @@ + + + io.github.qnapi + CC0-1.0 + GPL-2.0+ + QNapi + A software for downloading and automatic matching subtitles to movies + +

QNapi is designed to automatically download and match subtitles to a specific movie file. Unlike similar programs, QNapi queries several different subtitle databases to find the best subtitles for your movie. Also, thanks to the QT library, the program runs on various operating systems (Windows, OSX, Linux).

+
    +
  • matching subtitles for specific movie file
  • +
  • automatic matching the best subtitles
  • +
  • select target subtitles format (SRT, mDVD, TMP, MPL2) as well as manual conversion
  • +
  • select subtitles, when multiple matching has been found
  • +
  • download subtitles in one of many supported languages
  • +
  • directory scanning and batch subtitles download
  • +
  • subtitles post-processing: change file encoding, set file permissions
  • +
  • provides nice command-line interface
  • +
+
+ qnapi.desktop + https://qnapi.github.io/ + + + https://qnapi.github.io/images/screenshots/0.1.7/lin05.png + + + + intense + + https://github.com/QNapi/qnapi/issues + https://qnapi.github.io/#help + https://qnapi.github.io/#donate + Piotr KrzemiƄski +
diff --git a/qnapi.pro b/qnapi.pro index 1ba7529..db4e8ec 100644 --- a/qnapi.pro +++ b/qnapi.pro @@ -46,7 +46,9 @@ unix { desktop.path = $${INSTALL_PREFIX}/share/applications desktop.files = doc/qnapi.desktop - INSTALLS += doc man man_it man_pl desktop + metainfo.path = $${INSTALL_PREFIX}/share/metainfo + metainfo.files = doc/qnapi.appdata.xml + INSTALLS += doc man man_it man_pl desktop metainfo } macx:!no_gui {