Moved from @Crul@lemmy.world

  • 3 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle







  • I was going to suggest yt-dlp, but this seems to be for android… right? In that case, I don’t know if yt-dlp works there.

    Anyway, for those on PCs, you can use yt-dlp "PLAYLIST_URL".

    Some useful options:

    • --download-archive videos.txt: this will keep track of downloaded files in case you want to interrupt an continue later. You can change the filename videos.txt to whatever you want.
    • -R infinite --file-access-retries infinite --fragment-retries infinite --retry-sleep http:exp=1:20 --retry-sleep fragment:exp=1:20 --retry-sleep file_access:exp=1:20 --retry-sleep extractor:exp=1:20: infinite retries for different error types, for those with unreliable connections.
    • -o "%%(playlist_index)s - %%(title)s.%%(id)s.%%(ext)s": output file format
    • --cookies cookies.txt: if it’s a private list, you will need to provide your (yt-logged-in-)browser cookies. See cookies.txt add-on.




  • This is how I understand it: the 3 main alternatives for the author were:

    • Do nothing and comply with DC shenanigans.
    • Try to fight (legally) DC.
    • Make it public domain.

    None of them are ideal and, although (from what I understand… IANAL) you are right that with the 3rd one DC can do whathever they want, companies don’t like when anyone can make any kind (gore, porn, furry porn…) of fanart with their products. If Fables ends up being identified with not-safe-for-monetization stuff, it could be dangerous for them. Imagine the possible “won’t somebody please think of the children?” juicy headlines about it.

    But I think the main reason is that this makes it a problem only for DC instead of it being a problem for the author.

    EDIT: As pointed in other comments, they would also loose the exclusivity over the product and merchandising. They would need to compete with very cheap legal-knockoffs.



  • I’m an ultra-noob, so those who know more please correct me.

    I’m playing with Linux VMs and recently I installed Debian to check it out. When it asked what DE I wanted, I chose all of them :).

    The only hard conflict (AFAIK) is the [compontent / feature responsible for loging in] (I don’t know the technical term). Because each DE comes with a different one, you need to choose one.

    What I found very confusing in practice is that I could see some DE apps and configuration settings from other DEs. So, unless you know what belongs to what, it’s a bit of a mess (in my VERY limited experience).


  • Oooh… I see. I didn’t understand how broad the Desktop Env really are. Is not that they manage “a lot of things regarding the desktop and windows”… is just like a bundle of apps.

    Now it’s starting to sound like a sub-distro inside the distros, but I think this is a good point to stop bothering you. Thanks again!


  • So, just to check I understood:

    • “[Tiling] Window Managers” are a very specific tool.
    • “Desktop Environments” are broader tools that (may?) contain Window Managers.

    Now… the next questions (if you have the patience :P) are:

    • is is possible to use a Window Manager without a Desktop Environment?
    • how does this influence your choose for the terminal emulator? Ó_ò

    Thanks for the answers!