installing #uBlock & using youtube music is a lot easier than running a #Funkwhale instance. I get it. I get why this fediverse place is a ghost town

installing #uBlock & using youtube music is a lot easier than running a #Funkwhale instance. I get it. I get why this fediverse place is a ghost town

Sad how difficult it is to "discover" music in #Funkwhale. You can kinda click through collections. But everything feels so siloed.
Welp. At least I don't have to put up with Joe Rogan bullshit here.
Der deutschsprachige SPX6900 Geflüster Podcast ist
jetzt im Fediverse verfügbar! 😍 💹 🧲
https://open.audio/channels/spx6900_gefluester_de
Wenn ihr noch eine passende App sucht, werdet ihr hier fündig:
https://www.funkwhale.audio/apps/
Persist forever 🫶 🪽
#SPX6900 #podcast #fediverse #dutgemacht #didit #stabis #persistforever #funkwhale

Libre Music from the Commons
Funkwhale 2.0 chega com nova API e interface redesenhada para utilizadores
🔗 https://tugatech.com.pt/t80663-funkwhale-2-0-chega-com-nova-api-e-interface-redesenhada-para-utilizadores
"Kammermachine 27.1" by Luciftias is now available on Funkwhale via open.audio!
https://open.audio/library/albums/22412
#music #experimental #minimal #drone #guitar #ebow #Funkwhale #OpenAudio

Libre Music from the Commons
I was thinking of creating more content but I kinda wanted to stay away from corporate services like youtube.
Anyone have expereince with #castopod or #Funkwhale they want to share with me?
Whats on your Playlist? 
I plan on sharing some of my music here in the next few days. In preparation, I also launched my own #Funkwhale pod 
If anyone is bored, feel free to join me. It is hosted at:
You can use a fake email, I'm not a cop. But plz indicate who you are so I can approve
Boosts Appreciated! 
@[email protected] I don't know if you're familiar with #FunkWhale or not:
blog.funkwhale.audio/funkwha...
If you're not familiar, then it's a federated self hosting music platform.
BT Free is a non-profit organization founded by @[email protected] . It's goal is for digital privacy rights, advocacy and consulting. This goal will be attained by hosting open platforms to allow
Well, look like I was able to update my non Docker Funkwhale instance to version 2.0 following the standard upgrade instructions.
https://docs.funkwhale.audio/administrator/upgrade/index.html
You have to manually download the 2.0.0 version of the api and fontend zip archive there: https://dev.funkwhale.audio/funkwhale/funkwhale/-/artifacts
(Look for files under build_api and build_front)
Had to create the 50×50px icons with the following commands:
> cd /srv/funkwhale/data/media/__sized__/attachements
> for i in $(find . -type f -iname '*-200x200-*.jpg'); do convert -resize 50x ${i} "${i/200x200/50x50}"; done
> for i in $(find . -type f -iname '*-200x200-*.png'); do convert -resize 50x ${i} "${i/200x200/50x50}"; done
> chown -R funkwhale:funkwhale /srv/funkwhale