34

Soso. Friedrich Merz ist also Kanzlerkandidat. Jetzt muss er sich ja nur noch entscheiden, für welche Partei er antreten möchte. Übrigens: Morgen (20.9.24) ist Klimastreik.

#Merz #Kaenguru #Klimastreik #MarcUweKling

[-] BentiGorlich@gehirneimer.de 39 points 3 weeks ago

Its not really a "not playing well" with each other, it is just the mastodon works. That is the reason why most toots in my mastodon timeline have 0 favourites (upvotes) and only a few boosts... I don't know why they do it, because at the minimum the followers of that user should be notified about that like...

7

Just listened to this banger, love imminence ❤️

2
Test from Gehirneimer (gehirneimer.de)
submitted 1 month ago by BentiGorlich@gehirneimer.de to c/test@lemm.ee

This is just a test thread :)

[-] BentiGorlich@gehirneimer.de 37 points 1 month ago

And here the diagram by community subscriber count:

685

The biggest surprise for me was the https://hexbear.net count, an instance I hardly interact with.

Community Count Community Subscriber Count
beehaw.org 6 133450
hexbear.net 33 663204
lemdro.id 1 17052
lemmy.blahaj.zone 1 15907
lemmy.dbzer0.com 1 53006
lemmy.ml 14 356460
lemmy.one 1 16257
lemmy.world 39 851950
lemmynsfw.com 2 33586
sh.itjust.works 1 16006
sopuli.xyz 1 14093

The data this is based on comes from https://lemmyverse.net where you can just download a full json of the data they have (I excluded all communities marked as "suspicious")

EDIT: The data if you sort by active users last month:

Community Count Community Active Month Count
awful.systems 1 2616
feddit.org 2 7363
feddit.uk 2 5289
hexbear.net 1 2952
lemdro.id 1 2898
lemm.ee 3 8898
lemmy.blahaj.zone 1 11422
lemmy.ca 3 14910
lemmy.dbzer0.com 3 13752
lemmy.ml 10 54949
lemmy.world 57 338384
lemmy.wtf 1 3602
lemmy.zip 3 12020
mander.xyz 1 11469
sh.itjust.works 5 37365
slrpnk.net 3 10897
sopuli.xyz 2 10070
ttrpg.network 1 4107

Community Count:

Community Users:

4
Testing Photo from mbin (media.gehirneimer.de)
5

Hello everyone, I noticed that a lot of my music does not get any album art even though they correctly identified with MusicBrainz and the albums do have a cover on them there. Jellyfin does not have write permissions in the data directly where the music is, only read permissions. Though I would have expected that jellyfin uses the metadata folder for cover images not already present there. The reason Jellyfin doesn't have write permissions is that the folder is managed by nextcloud and that creates files with 750 so only read access for the group and jellyfin uses the group Does anyone know how I could solve the issue?

Log when trying to identify an album which should have edited the image:

[WRN] Unable to delete "/{{REDACTED}}/files/Musik/Everglow/Last Melody [Single]/Folder.jpg" System.UnauthorizedAccessException: Access to the path '/{{REDACTED}}/Musik/Everglow/Last Melody [Single]/Folder.jpg' is denied. ---> System.IO.IOException: Permission denied


End of inner exception stack trace


at System.IO.FileSystem.DeleteFile(String fullPath) at MediaBrowser.Providers.Manager.ItemImageProvider.PruneImages(BaseItem item, IReadOnlyList`1 images)

I tried giving Jellyfin write permissions on the folder and when identifying an album and it just decided to delete all tracks...

from the log after giving write permissions:

[INF] Removing item, Type: "Audio", Name: "RATATATA", Path: "/{{REDACTED}}/Musik/Babymetal/RATATATA/1 - RATATATA.mp3", Id: 72e62d6b-7afd-842e-8a72-b9142c53cdaf [INF] Setting provider id's to item ae9bfd0c-30e7-8943-c552-5f89475b4116-"RATATATA": [("MusicBrainzAlbum": "4a762493-80fe-4a52-b11a-ad6ecfcc8a59"), ("MusicBrainzReleaseGroup": "d61d121b-8952-40de-bef9-208b9ea870ec")] [INF] Setting provider id's to item ae9bfd0c-30e7-8943-c552-5f89475b4116-"RATATATA": [("MusicBrainzAlbum": "4a762493-80fe-4a52-b11a-ad6ecfcc8a59"), ("MusicBrainzReleaseGroup": "d61d121b-8952-40de-bef9-208b9ea870ec")] [INF] Removing item, Type: "Audio", Name: "STΦMP! (STΦMP!)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/3 - STΦMP! (STΦMP!).mp3", Id: 32dfa172-442f-af4d-9d6e-0ad4d9a736c6 [INF] Removing item, Type: "Audio", Name: "Intro : 7' Dreamcatcher (Intro : 7' Dreamcatcher)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/1 - Intro : 7' Dreamcatcher (Intro : 7' Dreamcatcher).mp3", Id: e83079d4-9c51-7f8b-1b55-c54d1df3787b [INF] Removing item, Type: "Audio", Name: "JUSTICE (JUSTICE)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/2 - JUSTICE (JUSTICE).mp3", Id: 8d977ec0-6f53-cbd9-65d2-45ddcc1b78d0 [INF] Removing item, Type: "Audio", Name: "2 Rings (2 Rings)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/4 - 2 Rings (2 Rings).mp3", Id: 987a8bdc-8c73-1a74-16ab-341dacf035c3 [INF] Removing item, Type: "Audio", Name: "Fireflies (Fireflies)", Path: "/{{REDACTED}}/Musik/Dreamcatcher/[VirtuouS]/5 - Fireflies (Fireflies).mp3", Id: fe1a2125-ad68-3b2f-fddf-7f3cabf43ccd

Any help is greately appreciated :)

16
submitted 2 months ago* (last edited 2 months ago) by BentiGorlich@gehirneimer.de to c/godot@programming.dev

I am coming from a Unity background and there I just had a component of some custom class in the scene which I could then easily get by calling FindInScene<CustomComponent> or something like that. Not in Godot this doesn't work, because I didn't find a way to get the actual class of an attached script. I always just get GDScript as the class name even though I did specify a custom one.

The information I want to save are things like: where to spawn players, how many laps will this race have, maybe save references to the spawned players, etc.

So how would I save this "meta" information to get by another script in Godot?

EDIT: here is an example: I have a main scene which can load different levels. When loading a level I need to get some information about that level, like: the available spawn points. Inside each level I have a node with a script attached to it that defined class_name LevelMeta and holds the meta information that I need when loading the level. How do I detect this script and the associated meta information?

11

I recently tried to implement push notifications, but it does not seem like fennec is supporting them. The same code works fine on vanilla firefox on mobile, Librewolf and Firefox on desktop.

Does anyone know whether Fennec should support push notifications?

12

Die Australier schlafen jetzt und die Briten haben unsere Flagge fast komplett ausgelöscht :O

13
Abmachung mit den Australiern (media.gehirneimer.de)

Hallo zusammen, ich hatte ne Abmachung mit den Australiern dass wir die Flaggen vereinen. Ich find die Idee nach wie vor super und wollte euch das auch mitgeteilt haben :D

23

I've been thinking of getting that game, though I am not sure on the development pace and state it is currently in.

Generally I love city builders of any kind and the game looks super interesting to me (and it is currently on sale :D ). What are your thoughts?

[-] BentiGorlich@gehirneimer.de 73 points 4 months ago* (last edited 4 months ago)

Its exactly this kind of bullshit that firefox should not do...

35
submitted 5 months ago by BentiGorlich@gehirneimer.de to c/linux@lemmy.ml

I am running Fedora 39 right now and the last time I did a distro upgrade my graphics drivers were a huge PITA. Did your upgrade to 40 went smooth?

[-] BentiGorlich@gehirneimer.de 35 points 5 months ago

Did you actually try mbin? Because we fixed a huge number of federation issues kbin had/has. Sure a bunch still need to be worked on, but we do our best and improve it with every release

[-] BentiGorlich@gehirneimer.de 23 points 5 months ago

Nope, that is mbin :)

[-] BentiGorlich@gehirneimer.de 29 points 5 months ago

always . freaking . debian

[-] BentiGorlich@gehirneimer.de 28 points 6 months ago

Already defederated all servers I run from threads. It's just another reason why that was a good decision...

[-] BentiGorlich@gehirneimer.de 79 points 6 months ago

Brave would definitely not be my choice 😂

[-] BentiGorlich@gehirneimer.de 36 points 7 months ago

I think its great. Its for people who simply don't want to share their phone number with other people which is a huge privacy concern, as you can find out a lot about a person by looking up info connected to their phone number.

[-] BentiGorlich@gehirneimer.de 36 points 8 months ago* (last edited 8 months ago)

Hi there, mbin dev member here. I do not know melroy personally, but I have never gotten the vibe that he is egotistical or wants to make the project his own. Never heard that he contributed to Lemmy...

Btw. we do not have a lead dev. He is the repo owner though

The core problem I had with kbin was that Ernest is just the kind of person who likes to work alone and in his own ways. That is just not a good fit for a project that gets contributions from the community (which I think he is not interested in). For example: I implemented a subscription panel in June/July 2023 and it got no reply from ernest for months. Then he replied once with the things he wanted changed and I did, then no reply anymore. I think it is still not implemented, but I lost intered. After I opened a PR about adding the same code to mbin I got some replies, answered them, changed the stuff that was complained about and voilá it got approved... It is just not encouraging to contribute to a project where your changes get accepted after a year if you're lucky. Mbin is just more open to people contributing.

But yeah the start was rocky as can be seen here: https://kbin.social/m/fediverse/t/610675

[-] BentiGorlich@gehirneimer.de 30 points 1 year ago

been using kagi for some weeks and so far I am satisfied. It has a subscription cost after 300 searches though. But I guess getting rid of advertisements and tracking has a price

[-] BentiGorlich@gehirneimer.de 38 points 1 year ago

All Paradox Interactive games ever created 😂
The worst I had was Hearts Of Iron IV. I played a 2h tutorial only to not understand a single thing the real game threw at me afterwards...

view more: next ›

BentiGorlich

joined 1 year ago