Music lover and English teacher with an interest in slightly geeky things

mastodon / blog / listenbrainz

  • 52 Posts
  • 611 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle


  • That might help? This is a piracy place but things that use Widevine and constantly changing. That file on your phone will only play on your phone because that app has the decryption keys. The easy apps that do this are not free apps. Screencasting and recording is something you could just start doing now.

    You could also tell us the name of the video and someone here might be able to find it.


  • I like the idea of just recording it, because it is simple.

    But, if you are beholden to doing it another way, can you tell us how you ripped the content? Did you use yt-dlp?

    Whatever the case, you need separate audio and video streams. They’ll probably both be encrypted.

    You’ll need something like mp4decryptor (https://github.com/axiomatic-systems/Bento4) and and widevine keyguesser thing. I haven’t done this in about 5 years, so forgive me.

    There is a specific order of operations that I don’t exactly remember but you’ll need to find up-to-date instructions.



  • I’ve been using Linux for a long time. When I install my fist step is to uninstall. I get not wanting things taking up space.

    You should be able to remove things like LibreOffice and so on without any issues.

    In the past, dependency chains screwed things up depending on the distro. (Remove Chrome? Oh, well, we’ll remove your DE too! I remember once uninstalling VLC, which I never use, wanted to uninstall the browser and other media apps…)

    I did go and look around, and you are right. Lots of posts, older and more recent, telling people not to uninstall and change to a minimal distro.


  • cmus is great for music

    mpv for videos, there are different extensions to automatically open YT videos with it.

    beets for sorting music

    nicotine plus for looking for music

    syncthing

    zathura

    improving performance isn’t easy if you feel like things are running smoothly, but there are a few laptop specific things like tlp that you could look into although I suspect that distro uses them out of the box














  • If I’m correct, that would mean that technically, I could authenticate to an SSH server without supplying my name if I use a private key?

    Yes.

    The public key contains a user name/email address string, I’m aware, is the same information also encoded into the private key as well? If yes, I don’t see the need to hand that info to an SSH call. If no, how does the SSH server know which public key it’s supposed to use to challenge my private key ownership?

    Most of this can be found reading through different Git docs, whether from GitHub, GitLab, Codeberg, Gitea, etc. When using Git you can use different keys for different repos/forges and each has a defined pair, similar to accessing different SSH servers that require specific key pairs. I do understand your questions, but I lack the finesse to explain it since I really only use SSH and Git for my blog and not for anything too complicated.