Moved from @Crul@lemmy.world

  • 3 Posts
  • 24 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.





  • 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!









  • The only program that I’m aware I need Windows for is Photoshop (I don’t know if Wine is an option or if that counts as "Windows).

    So you’re probably right. The main reason I prefer to start with VMs is to try a few distributions before committing to one of them… and the laziness I get thinking about how to migrate my current Windows installation to a VM… or (even worse) reinstalling Windows from scratch :P.