From 5cd0f51de808b5d63d4802eaea3ebc9019e000d8 Mon Sep 17 00:00:00 2001 From: Collin Pendleton Date: Mon, 13 May 2024 11:16:25 -0400 Subject: [PATCH 1/2] Added Pinepods Adding in Pinepods. A Rust based Podcast management solution that's self hosted and all contained on your own server with a Yew wasm frontend and Tauri based clients. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f650bc9..d827f22 100644 --- a/README.md +++ b/README.md @@ -169,12 +169,14 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [figsoda/mmtc](https://github.com/figsoda/mmtc) [[mmtc](https://crates.io/crates/mmtc)] — Minimal mpd terminal client that aims to be simple yet highly configurable [![build-badge](https://github.com/figsoda/mmtc/actions/workflows/ci.yml/badge.svg)](https://github.com/figsoda/mmtc/actions/workflows/ci.yml) * [Glicol](https://github.com/chaosprint/glicol) — Graph-oriented live coding language, for collaborative musicking in browsers. * [ncspot](https://github.com/hrkfdn/ncspot) - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes. [![build badge](https://github.com/hrkfdn/ncspot/workflows/Build/badge.svg)](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild) +* [Pinepods](https://github.com/madeofpendletonwool/PinePods) — A rust based podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device. With clients built using Tauri, it's a full cross-platform listening solution! ![Docker Container Build](https://github.com/madeofpendletonwool/PinePods/actions/workflows/docker-publish.yml/badge.svg) * [Polaris](https://github.com/agersant/polaris) — A music streaming application. * [Spotify Player](https://github.com/aome510/spotify-player) — A Spotify player in the terminal with full feature parity. * [Spotifyd](https://github.com/Spotifyd/spotifyd) — An open source Spotify client running as a UNIX daemon. ![Continuous Integration](https://github.com/Spotifyd/spotifyd/workflows/Continuous%20Integration/badge.svg?branch=master) * [termusic](https://github.com/tramhao/termusic) - Music Player TUI written * [WhatBPM](https://github.com/sergree/whatbpm) — A daily statically generated information resource for electronic dance music producers. Provides daily analytics on the most frequently used values for each EDM genre: tempos, keys, root notes, and so on, using publicly available data such as Beatport and Spotify. ![Continuous Integration](https://github.com/sergree/whatbpm/actions/workflows/website_build_deploy.yml/badge.svg?branch=main) + ### Blockchain * [artemis](https://github.com/paradigmxyz/artemis) - A simple, modular, and fast framework for writing MEV bots. From 1d47cdf8a58818d37615b6092ca2efb9d6c7d258 Mon Sep 17 00:00:00 2001 From: Collin Pendleton Date: Mon, 13 May 2024 12:35:24 -0400 Subject: [PATCH 2/2] Removed Space Cleaned up additional line break I added by mistake --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d827f22..52fdbec 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,6 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [termusic](https://github.com/tramhao/termusic) - Music Player TUI written * [WhatBPM](https://github.com/sergree/whatbpm) — A daily statically generated information resource for electronic dance music producers. Provides daily analytics on the most frequently used values for each EDM genre: tempos, keys, root notes, and so on, using publicly available data such as Beatport and Spotify. ![Continuous Integration](https://github.com/sergree/whatbpm/actions/workflows/website_build_deploy.yml/badge.svg?branch=main) - ### Blockchain * [artemis](https://github.com/paradigmxyz/artemis) - A simple, modular, and fast framework for writing MEV bots.