[haiku] Re: some questions from a complete newbe

  • From: "Humdinger" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "humdingerb" for DMARC)
  • To: haiku@xxxxxxxxxxxxx
  • Date: Fri, 07 Dec 2018 15:00:09 +0100

On Fri, 7 Dec 2018 10:59:59 +0100 (CET) Dick wrote:

I guess things liek netflix/youtube etc. would be used by average 
users 
since the os is targeted to personal computer users. Is webpositive 
the 
best option for youtube now or is for exampel otter working better 
with 
youtube?

No idea about netflix. Personally, I use youtube-dl to download videos 
from various sites and watch them in MediaPlayer.
I have a "yt" alias in my "profile" that makes it really easy to get a 
high quality version:
alias yt="youtube-dl --continue --restrict-filenames --no-part --no-
cache-dir --format best"

I also just copy the video URL into the clipboard and then invoke this 
script via double-click to download the video onto the desktop:

#!/bin/sh

cd ~/Desktop
clip=$(clipboard -p)
youtube-dl --continue --restrict-filenames --no-part --no-cache-dir --
format best "$clip"
addattr META:url "$clip" "$(youtube-dl --restrict-filenames --no-part 
--no-cache-dir --format best --get-filename "$clip")"

The last line adds the download URL as an attribute to the file, which 
can be convenient sometimes.

Oh, and welcome to Haiku! :)

Regards,
Humdinger

--
Help translating 3rd party Haiku applications
Go to https://i18n.kacperkasper.pl

Other related posts: