[haiku] Re: some questions from a complete newbe

  • From: Abdurrahim Cakar <abdurrahim.cakar@xxxxxxxxx>
  • To: haiku@xxxxxxxxxxxxx
  • Date: Fri, 7 Dec 2018 17:15:29 +0300

Hi everyone, I am newly coming into haiku development so newbie here,
I think this wine thing can give Haiku real deal. If we start porting wine
it would pay lot more sooner. If we put such thing on roadmap I could get
interested porting such thing,

On Fri, Dec 7, 2018 at 5:00 PM Humdinger <dmarc-noreply@xxxxxxxxxxxxx>
wrote:

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: