discord-ytmusic-rpc VS abaddon

Compare discord-ytmusic-rpc vs abaddon and see what are their differences.

discord-ytmusic-rpc

A personal project to get my Discord status show my currently playing song on YouTube Music in my phone (by ariloc)

abaddon

An alternative Discord client with voice support made with C++ and GTK 3 (by uowuo)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
discord-ytmusic-rpc abaddon
1 4
1 915
- 3.9%
1.9 9.2
11 months ago 20 days ago
C++ C++
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

discord-ytmusic-rpc

Posts with mentions or reviews of discord-ytmusic-rpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-13.
  • Will they do an update so your music can be shared on Discord like spotify ?
    2 projects | /r/YoutubeMusic | 13 Feb 2022
    For mobile though, there's nothing as far as I know. I was kind of irrationally obsessed with this, so I made this abomination of code that mimicks what PreMiD does: https://github.com/ariloc/discord-ytmusic-rpc It basically requires you to have a whole Linux computer turned on all the time with Discord open and an app on your phone, so it sends information about what you're listening through your local network and the computer displays it in Discord. Probably a waste of resources, and could be expanded to be sort of safe to use it outsider your home, but it's more like a proof of concept (and to give an end to that obsession).

abaddon

Posts with mentions or reviews of abaddon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-19.
  • Discord on a 12" PowerBook G4 running Linux
    1 project | /r/VintageApple | 1 May 2023
  • Electron apps won't run on Wayland
    2 projects | /r/archlinux | 19 Dec 2022
    Discord https://github.com/uowuo/abaddon
  • The best feature
    2 projects | /r/ProgrammerHumor | 18 Nov 2022
    Here you go.
  • Any free discord clients/frontends?
    6 projects | /r/freesoftware | 18 Apr 2022
    Sadly no, but its more privacy respecting than the regular client for sure. FOSS options include: https://github.com/diamondburned/gtkcord4 https://github.com/uowuo/abaddon https://github.com/terminal-discord/weechat-discord (weechat plugin to use Discord within weechat) https://github.com/evelyneee/accord (seems to be for M1 macs) https://github.com/ArmCord/ArmCord (seems to support AMD64, not just Arm64) https://github.com/khlam/discord-sandboxed (sandboxing for standard discord client) There are others I'm sure. One easier option is to run the Discord code in a newer version of Electron. This still isn't open source, but it provides better security and performance. Arch users can use the AUR package discord_arch_electron, other users can just follow the commands in the PKGBUILD for said package and figure it out. Hope that helps. Keep in mind even if your client is open source, Discord's servers aren't, and while there will be some mitigation of data collected, it'll still be quite a bit.