# mpdas を Homebrew, apt, dnf, Nix でインストール

mpdas のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:mpdas
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install mpdas
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mpdas
```

  証拠: Debian stable package indexes: mpdas from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mpdas
```

  証拠: Fedora Rawhide package metadata: mpdas from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mpdas
```

  証拠: nixpkgs package indexes: pkgs/by-name/mp/mpdas/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:mpdas
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.4.5
- **ソース概要:** C++ client to submit tracks to audioscrobbler
- **ホームページ:** <https://www.50hz.ws/mpdas/>
- **リポジトリ:** <https://github.com/hrkfdn/mpdas>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- mpdas (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.4.5
## プロジェクトの歴史と使われ方

mpdas is a C++ AudioScrobbler client for Music Player Daemon, maintained in Henrik Friedrichsen's hrkfdn/mpdas repository. It uses libmpdclient to read song data from MPD and libcurl to submit that data to Last.fm, and the README identifies support for the 2.0 AudioScrobbler protocol. Its feature set is practical rather than broad: now-playing updates, scrobbling, caching, config files, user switching, and Last.fm love/unlove integration via MPD client-to-client messages.

### プロジェクトの歴史

The FreeBSD port history places mpdas in packaging channels by November 2008 and describes its original niche clearly: an MPD scrobbler written in C++ that cached played songs during downtime or connectivity problems. That made it an alternative to mpdscribble for users whose MPD setup needed Last.fm submission, especially around protocol compatibility and offline caching.

### 使われ方

In practice, mpdas is configured with a .mpdasrc-style config containing Last.fm and MPD connection details, then run beside MPD so listening history can be submitted without involving a desktop music player.

### ソース

- <https://en.wikipedia.org/wiki/Last.fm>
- <https://github.com/hrkfdn/mpdas>
- <https://www.freshports.org/audio/mpdas/>


## セキュリティノート

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.mpdasrc, $PREFIX/mpdasrc

## Credential files

- Unix: ~/.mpdasrc, $PREFIX/mpdasrc
## 他のパッケージマネージャ記録

- Debian apt - mpdas - 0.4.5-1+b2: normalized package name match | Debian stable package indexes: mpdas from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | AudioScrobbler client for MPD | https://50hz.ws/mpdas/
- Nix - mpdas: normalized package name match | nixpkgs package indexes: pkgs/by-name/mp/mpdas/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mpdas - 0.4.5-1build3: normalized package name match | Ubuntu 24.04 LTS package indexes: mpdas from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | AudioScrobbler client for MPD | https://50hz.ws/mpdas/
- dnf - mpdas - 0.4.5-13.fc45: normalized package name match | Fedora Rawhide package metadata: mpdas from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | An MPD audioscrobbling client | http://50hz.ws/mpdas/


## Combined YAML source

View the package source record on GitHub. [combined/mpdas.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mpdas.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
