• 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: May 31st, 2024

help-circle


  • Google has been been cracking down on installing .apk’s on your phone for years and they’re getting more and more aggressive about it. It’s not a question of if they’ll disallow it completely, but when.

    It’s already extremely tedious. Back in the Android 2.3 days (oh, good old Gingerbread) you could just get an APK and install it, but those times are long gone.

    Years ago they threatened the developer of Total Commander to remove his app from the PlayStore unless he patched out an APK install feature, so he was forced to do that.

    Now another example: Try to install eBay on a phone that is not passing device integrity. It is not listed on the PlayStore because your device doesn’t pass safety checks. You can grab an APK and install it, but the OS will check if the app has been installed through the PlayStore and if it hasn’t, it will complain and close itself.

    GrapheneOS has patched that bullshit out, btw.

    And this behaviour happens with all apps where the developer has enabled the “App Integrity” option, which is heavily pushed as a super-great security feature. So developers might just enable that feature, not being fully aware of the implications.

    As you can see, it’s one method at a time, slowly but surely, until Google fully controls the ecosystem. The intention behind that is pretty clear: They don’t want people to have AdAway and Revanced, they want money and user data. And they also want you to login to the PlayStore, get hooked on their stupid daily points challenges and spend your hard-earned money on virtual crap.

    This is textbook enshittification, it will only get worse from here on.


  • I find music on YouTube and autoconvert it to MP3 with yt-dlp and ffmpeg. It fetches new music from my personal “Favorite Music” playlist, downloads the highest quality audio source, converts it to MP3, embeds the metadata and cover art and tries to parse the artist and title as best as possible.

    yt-dlp -x -f bestaudio --audio-quality 0 --audio-format mp3 --embed-thumbnail --add-metadata --metadata-from-title "%(artist)s - %(title)s" --playlist-start 1 --playlist-end 999 https://www.youtube.com/playlist?list=123abc -o "./files/%(artist)s - %(title)s.%(ext)s" --cookies-from-browser

    Needs minimal adjustment sometimes if the title format is weird, but works 95% automatic. What I like most about this is the fact that music vanishes all the time from YouTube, but it doesn’t affect me. No one deletes the files from my harddrive but me.