https://github.com/patrickziegler/taped
System daemon for recording currently playing music on Spotify and fetching metadata via MPRIS on DBus
https://github.com/patrickziegler/taped
dbus id3 mpris pipewire recording spotify systemd
Last synced: 11 days ago
JSON representation
System daemon for recording currently playing music on Spotify and fetching metadata via MPRIS on DBus
- Host: GitHub
- URL: https://github.com/patrickziegler/taped
- Owner: patrickziegler
- License: gpl-3.0
- Created: 2019-05-07T12:33:22.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-05-31T12:54:06.000Z (27 days ago)
- Last Synced: 2026-05-31T14:21:17.796Z (27 days ago)
- Topics: dbus, id3, mpris, pipewire, recording, spotify, systemd
- Language: Rust
- Homepage:
- Size: 116 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :vhs: taped
> [!NOTE]
> Not ready yet! There is a major rewrite of this project going on at the moment.
>
> The codebase will be ported to [Rust](https://rust-lang.org/) and use [PipeWire](https://www.pipewire.org/) for recording audio.
>
> The last release of the Python based version was [v1.1.4](https://github.com/patrickziegler/taped/releases/tag/v1.1.4).
## Development
```sh
podman compose run --rm dev
```
## License
This project is licensed under the GPL - see the [LICENSE](LICENSE) file for details