{
 "app_id": "net.fhannenheim.musicfetch",
 "source_url": "https://raw.githubusercontent.com/flathub/net.fhannenheim.musicfetch/master/net.fhannenheim.musicfetch.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--filesystem=xdg-config/cosmic",
  "--filesystem=xdg-music",
  "--talk-name=com.system76.CosmicSettingsDaemon.*",
  "--talk-name=com.system76.CosmicSettingsDaemon",
  "--talk-name=org.freedesktop.FileManager1"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T16:13:26.620513+00:00",
 "manifest": {
  "app-id": "net.fhannenheim.musicfetch",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "base": "com.system76.Cosmic.BaseApp",
  "base-version": "stable",
  "command": "musicfetch_gui",
  "finish-args": [
   "--socket=wayland",
   "--share=ipc",
   "--socket=fallback-x11",
   "--share=network",
   "--filesystem=xdg-music:rw",
   "--filesystem=xdg-config/cosmic:rw",
   "--talk-name=com.system76.CosmicSettingsDaemon",
   "--talk-name=com.system76.CosmicSettingsDaemon.*",
   "--talk-name=org.freedesktop.FileManager1"
  ],
  "modules": [
   {
    "name": "deno",
    "buildsystem": "simple",
    "build-commands": [
     "install -Dt /app/bin deno"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/denoland/deno/releases/download/v2.7.5/deno-x86_64-unknown-linux-gnu.zip",
      "sha256": "fd0a9e6cf085acb861b67577a13bfd0b1829e1c6d6a6dcfd35bcb8f05c973a47",
      "only-arches": [
       "x86_64"
      ]
     },
     {
      "type": "archive",
      "url": "https://github.com/denoland/deno/releases/download/v2.7.5/deno-aarch64-unknown-linux-gnu.zip",
      "sha256": "69259408777465378ad78ea97c3ec6722704a93caabdb8d272b36d93d8025101",
      "only-arches": [
       "aarch64"
      ]
     }
    ]
   },
   {
    "name": "yt-dlp-ejs",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app *.whl"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://files.pythonhosted.org/packages/e3/bd/520769863744b669440a924271a6159ddd82ad5ae26b4ac4d4b69e9f8d44/yt_dlp_ejs-0.8.0-py3-none-any.whl",
      "sha256": "79300e5fca7f937a1eeede11f0456862c1b41107ce1d726871e0207424f4bdb4",
      "x-checker-data": {
       "type": "pypi",
       "name": "yt-dlp-ejs",
       "packagetype": "bdist_wheel"
      }
     }
    ]
   },
   {
    "name": "yt-dlp",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-dependencies --prefix=/app *.whl"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://files.pythonhosted.org/packages/69/b2/8cd1613f56eed7ceb64fbd4df3f1c01246bfb098e6f398228bafda22b80b/yt_dlp-2026.8.19-py3-none-any.whl",
      "sha256": "1d57897e94c6665a0a6f9bc54b34e584284e32c034ffab3a7df25d8f7b24eedf",
      "x-checker-data": {
       "type": "pypi",
       "name": "yt-dlp",
       "packagetype": "bdist_wheel"
      }
     }
    ]
   },
   {
    "name": "musicfetch",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/musicfetch/cargo",
      "CARGO_TARGET_DIR": "/run/build/musicfetch/target"
     }
    },
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose\ncargo --offline build --release --verbose\n",
     "install -Dm755 target/release/musicfetch_gui -t /app/bin/",
     "install -Dm644 resources/net.fhannenheim.musicfetch.desktop -t /app/share/applications/",
     "install -Dm644 resources/icons/hicolor/scalable/apps/net.fhannenheim.musicfetch.svg -t /app/share/icons/hicolor/scalable/apps/",
     "install -Dm644 resources/net.fhannenheim.musicfetch.metainfo.xml -t /app/share/metainfo/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://codeberg.org/Frieder_Hannenheim/musicfetch-ng.git",
      "tag": "1.6.0",
      "commit": "3eee1c13fd5cc696865cc47199a5456c346a416a"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}