• 3 Posts
  • 114 Comments
Joined 2 years ago
cake
Cake day: December 28th, 2023

help-circle


  • They got hit by a lot of negative reviews and bad publicity those last years. Myself gave it a try last years and while it isn’t a bad distro from first impression… The fact that they add bookmarks into my firefox and Manjaro bootscreen at start gave me a strange feeling… Specially because this happend after the bios bootscreen hack. And I know this is not related but it still gave me strange gut feeling and always follow your guts !

    Happy EndeavourOS user !






  • Not sure if every audio file is upscaled, however I had a few files who clearly were 128kbs mp3 upscaled to ~192kbs opus !

    personally I cannot hear any compression in the audio.

    100% agree on that xD !! However, I’m some kind of strange audio freak hoarder. If the spectogram of an audio doesn’t reflect my standards (not upsacles audio files…) I won’t keep/archive it !

    Do note that I didn’t used a paid YouTube account… Maybe they don’t serve HQ audio files to free users? Dunno, but after some digging into the spectograms I was not happy seeing how bad they looked !


  • Cool stuff, thank you for sharing your project with the community ! It’s very cool and useful for people who just want a set and forget situation !

    I stoped using yt-dlp frontends the moment I saw youtube actually serving upscaled opus media files (very visible line on a spectrogram). Also their metadata is totally fucked-up and not very well organized and full of shit (comments with huge spaces and non useful metadata…).

    Sure, the metadata part is easily fixable with Picard MusicBrainz, but the quality downgrade was a huge no for me. Nowadays, I use nicotine, rutracker and private trackers to download FLAC quality files and transcode them to opus 192k to serve them in my Navidrome library with a well curated metadata structure !

    Yes it takes way more time and some dedication but it’s worth it :) specially If you are some kind of perfectionist and like everything neatly organized ! 😁

    More power to you for keeping the opensource community thriving !! Thank you !



  • Just to add a note for OP: If your not into tinkering and taking care a of your OS don’t even think to try any Arch based distro. There’s a minimum time you have to spend to keep your system healthy.

    Just recentlty I had a boot issue after an update (black screen on boot without login or tty) and after a lot of debugging and websearch couldn’t fix my issue. At first I though of a fuckedup bootloader or to long wait time between updates but It was a recent issue with MESA and nvidia driver.

    Had I looked up the EndeavourOS forum rather then my own search results that would have avoided a fuckedup fresh install wich didn’t solved the issue either.

    So yeah, there was a solution out there (downgrade MESA, install new nvidia driver rather than nouveau) but I wasn’t looking in the right place 🫤 So here I’m with a fresh install…









  • Hehe, I’m doing this all the time now ! 3 years ago when I started my linux/self-hosted server journey with debian: CLI only !

    Was difficult at times and had a few breakdowns (most got fixed the next day… Sleep/taking some time off really helps !!!)

    One thing I’m still bad at… Is taking notes. Haven’t found a good way take IT notes. And I tried sooo many different approaches…


  • Huuh ! That’s somehow similar to how calamares treats LVMs. And also a hack/wacky workaround similar how to fix LVM installation

    • mount every partition similar as chrooting
    • cd to each directory in a separated shell for each directory (keeps the mount points busy)
    • swapon the swap partition

    Only then you are able to install your OS with calamares on a LVM filesystem hierarchy…Except this is a 5 years long issue/bug and they are discussing to drop LVM support :/.

    Sorry for hijacking your comment with something unrelated to the actual post, I’m just amazed on how Linux fixes/workarounds can be odd at times.