sabreW4K3

joined 1 year ago
MODERATOR OF
wtf
[–] sabreW4K3@lemmy.tf 4 points 8 months ago (1 children)

Nice UI, good options, zero ads and Sponsor Block.

[–] sabreW4K3@lemmy.tf 3 points 8 months ago

None, I just missed the announcement and wondered if there were any issues or benefits to switching.

[–] sabreW4K3@lemmy.tf 1 points 8 months ago (1 children)

Me neither. All I could find was a desktop theme.

[–] sabreW4K3@lemmy.tf 36 points 8 months ago (1 children)

The fact that you're sharing is already enough

[–] sabreW4K3@lemmy.tf 4 points 8 months ago

I like it here too.

[–] sabreW4K3@lemmy.tf 21 points 8 months ago

Don't think I'll ever stop wishing that Lineage matched Google's version numbers

[–] sabreW4K3@lemmy.tf 4 points 8 months ago
[–] sabreW4K3@lemmy.tf 10 points 8 months ago

Transparency is a beautiful thing, always!

[–] sabreW4K3@lemmy.tf 18 points 8 months ago (2 children)

Your frustration is palpable and that's disappointing. Lemmy has improved a lot since we all arrived while the software experience is a lot smoother, admins have been clamouring for moderation tools the whole time. Ultimately there needs to be more contribution to do everything that everyone wants, but moderation needs to be a higher priority for sure.

I will say this though. I know you dislike developers discussing, disagreeing or even arguing, but I actually think it's nice to see things in the open.

Whether you find happiness here or elsewhere in the fediverse, I wish you the best of success and not just because you host one of my communities 😂

[–] sabreW4K3@lemmy.tf 11 points 8 months ago

Undermine of course. Capitalism does what capitalism does.

[–] sabreW4K3@lemmy.tf 10 points 8 months ago

My post covers all of your points.

[–] sabreW4K3@lemmy.tf 78 points 8 months ago (11 children)

This is a weird one. On the one hand, we have Mozilla, the last remaining browser company not sucking at the teat of either Google or Apple and we all expect for Mozilla to somehow generate enough money to pay enough employees to stay competitive on the other hand we have the users who expect them not to do anything to try and leverage their userbase to create financial independence.

The problem with Mozilla remains the same problem that they've had for a while. Mozilla doesn't acknowledge the symbiotic relationship it has with its community and the community always over reacts, which means there's a chasm where simple things should be easy but they're not.

Take this for example, Mozilla only had to have a public facing discussion about this and then go and do it anyway.

Sometimes paying lip service works. But since they didn't, you have people like OP who feel like something nefarious is happening and in the end Firefox users lose out as things like donations being pulled hurt.

Mozilla already shows ads, as do all the other browsers, however unlike the other browsers, you have a fully functioning uBlock that can and will remove anything that the preferences don't cover.

9
Rust in thunderbird (thunderbird.topicbox.com)
 

Cross posted from: https://lemmy.ml/post/11099863

 

Cross posted from: https://lemmyf.uk/post/5106939

 

I just installed Immich and while all my other containers have just required me to add to them to existing yaml, Immich requires its own yaml. That's fine I guess, but for the library, I wanna host it on my NAS and so I made the volume in my main Docker-Compose.yaml, the Immich yaml was all like, "what you talking about Willis?" because in my Immich environment I tried to point to something created in my main yaml. I thought I could work around this by adding an empty volume declaration, but now I can't find my uploads 😂 any idea on the correct methodology/workaround?

 

I'm having a problem with one of the apps that interacts with something I'm hosting. Alternative apps aren't having the same problem and neither is the webpage UI. Having purchased the app, I emailed the developer for some help and they said they didn't know what the issue was and that it could probably fix it if they could access my server. I'm not really comfortable with that though. Should I be?

 
 

Cross-post!

 

Not sure if it's any good since I haven't tried it, but it's now a thing and an option.

 

I have this XML

<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="navidrome" serverVersion="0.50.2 (823bef54)" openSubsonic="true"><searchResult3><song id="3b9d81b5def61a60705b9b89611a217f" parent="03693dd7b835740421cc1d6a4da201f3" isDir="false" title="Good Day featuring ScHoolboy Q" album="I Am &gt; I Was" artist="21 Savage" track="11" year="2018" genre="Rap" coverArt="mf-3b9d81b5def61a60705b9b89611a217f_5c1d3668" size="9716623" contentType="audio/mpeg" suffix="mp3" duration="242" bitRate="320" path="21 Savage/I Am &gt; I Was/11 - Good Day featuring ScHoolboy Q.mp3" created="2024-01-08T16:40:53.026754212Z" albumId="03693dd7b835740421cc1d6a4da201f3" artistId="1ae1d36568c651d53f78f427f05e9766" type="music" isVideo="false" bpm="0" comment=""><genres name="Rap"></genres></song></searchResult3></subsonic-response>

Which I got from an API call

I would like to be able to interact with it so I can check the artist and then pull the id

I thought this would be as simple as calling a key on an array (wrong terminology I know. Dict?), how wrong was I?

Having done some searching, I'm in the process of figuring out how xml.etree.ElementTree works. But it feels so overly complicated for what I'm trying to do? Am I going down the wrong path?

6
submitted 10 months ago* (last edited 10 months ago) by sabreW4K3@lemmy.tf to c/python@programming.dev
 

****FIXED IT! ****

    if "TXXX:FMPS_Rating_Amarok_Score" in tags:
      rating = tags["TXXX:FMPS_Rating_Amarok_Score"]
      print([key for key in rating])
    else:
      print(" ".join(["No rating exists for",mp3_file,"this song"]))

This code snippet prints the key as ['0.66'] That 0.66 is the exact value that I need?

A searching the internet showed me that people often want this the other way round, but no one seems to try to do what I'm doing? Does anyone have any idea on how to do it?

 

I assumed everyone was using Calibre, but recent searches suggest that isn't always the case

 

How did your journey begin? I feel like Docker has been getting mentioned for aeons and I've only just started using it now.

view more: ‹ prev next ›