• 0 Posts
  • 5 Comments
Joined 6 months ago
cake
Cake day: March 28th, 2024

help-circle
  • The quality of the tool. Newpipe is mainly here to watch content. Sure, it has the ability to download said content but not in a granular manner.

    Its like climbing mountains in cheap sandals or doing digital paintings in paint. Yt-dlp has a lot of options to get exactly what you want. Seal gives a simple interface which in itself has a bit more than what Newpipe has. The real power of Seal comes from the custom commands. Said commands being the ones you would use in your terminal or scripts using yt-dlp directly without a frontend.

    To top it off, Seal can download everything yt-dlp allows you to download. It is not limited to the few sites that Newpipe support.



  • If the pdf files are properly formatted (no compression/all text selectable), you should be able to open a terminal and do (I know it works the other way around, not sure if libreoffice can actually do the reverse but it doesn’t hurt to try)

    libreoffice --headless --convert-to docx *.pdf
    

    Just know that since docx is a proprietary format by microsoft, the results may be flawed. As a last resort I guess you could run a windows VM and try to convert your files with any big software known to be able to handle such files.


  • You did mention a “main drive”. I don’t know what’s taking all that space on your SSD but if you have a media library that takes some space you could move that to a connected HDD. While HDDs aren’t good as a boot drive it does the job well enough with most “standard” quality media. So can be said for documents and more obviously. You can then auto-mount your other drive to be inside your home directory for seemless access.

    One thing that isn’t mentionned but I’ll just say this just in case. Always have external backups. I’ve scared myself way too many times thinking I had lost my main drive’s data just to find it the next day on one of my backup. Really a life saver if your setup has a problem where you find that one forum post from 12y ago with a “Nvm I fixed it” marked as [FIXED].

    Other than that, thanks for sharing and with the solution at that.