The officially official Devuan Forum!

You are not logged in.

#1 2018-11-12 18:14:55

keos
Member
Registered: 2017-06-16
Posts: 173  

How to get youtube-dl-gui? [solved]

Hi, i have been trying to get the GUI from some others places -- it is not in devuan -- but every time i try to install the application i got the same problem it says: 'this is not a Debian package'.

thanks in advanced for any idea.

Last edited by keos (2018-11-16 14:24:06)


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#2 2018-11-12 18:36:45

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: How to get youtube-dl-gui? [solved]

You could try this one. I don't know if it works with the current version of youtube-dl - this is a couple years old.
http://distro.ibiblio.org/refracta/file … u1_all.deb

If you want to recompile it, the source package can be found here. This is the same version as above. There may be newer sources (and maybe that's what you were trying to install.)
http://exegnulinux.net/refracta/experim … index.html

Offline

#3 2018-11-12 19:19:58

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

o'k youtube-viewer it is installed now, version 3.2.1-1+exegnu1 but is not at the menu.

Last edited by keos (2018-11-12 19:21:08)


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#4 2018-11-13 18:07:32

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: How to get youtube-dl-gui? [solved]

Maybe the .desktop file is missing. Here's what mine looks like in jessie (for an older version)

/usr/share/applications/gtk-youtube-viewer.desktop

[Desktop Entry]
Name=GTK Youtube Viewer
Version=1.0
Comment=Search and play YouTube videos with MPlayer.
Exec=gtk-youtube-viewer
Icon=gtk-youtube-viewer
StartupNotify=false
Terminal=false
Type=Application
Categories=AudioVideo;

Offline

#5 2018-11-13 18:55:12

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

I found it but it do not works when click to execute, nothing happen. Any way thank you.

MXlinux has something different: youtube-dl-gui but it is not at debian packages.

Last edited by keos (2018-11-13 19:16:14)


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#6 2018-11-13 19:21:38

alphalpha
Member
From: Germany
Registered: 2018-01-23
Posts: 137  

Re: How to get youtube-dl-gui? [solved]

Offline

#7 2018-11-14 13:40:52

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

I have tried many times this option with gdebi but every time i got the same error message:

youtube-dl-gui-master.zip is not a debian package.

MIME file is an application/zip and can't be installed in this system.

Last edited by keos (2018-11-14 13:41:39)


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#8 2018-11-14 16:42:42

alphalpha
Member
From: Germany
Registered: 2018-01-23
Posts: 137  

Re: How to get youtube-dl-gui? [solved]

of course a .zip file is not a .deb file....
you need to build it yourself

first make sure you have the dependencies:
    Python 2.7.3+
    wxPython 3
    TwoDict
    GNU gettext (to build the package)
    FFmpeg (optional, to post process video files)

that would be:

sudo apt-get install python python-wxgtk3.0 gettext ffmpeg git

TwoDict is not available in the Repository so you need to complie that too

git clone https://github.com/MrS0m30n3/twodict.git
cd twodict
sudo python setup.py install

now you have all the dependencies and can build youtube-dl-gui like this:

git clone https://github.com/MrS0m30n3/youtube-dl-gui.git
cd youtube-dl-gui
sudo python setup.py install

now you can run it with

./build/scripts-2.7/youtube-dl-gui

it should also automatically be added to your /usr/local/bin
so you can just type youtube-dl-gui in the terminal to start it

Offline

#9 2018-11-14 17:46:50

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

At the end a graphic window appear asking for an URL i don't want to make a mistake ...

Captura-de-pantalla-2018-11-14-12-43-48.png

Last edited by keos (2018-11-14 17:47:35)


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#10 2018-11-14 18:13:50

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

Oh well i see, it is done! Thanks!!


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#11 2018-11-14 19:52:08

zephyr
Member
From: as where the crow flies native
Registered: 2016-12-01
Posts: 409  
Website

Re: How to get youtube-dl-gui? [solved]

@ alphalpha: Very cool YT-dl, quick and easy too! cool

2018-11-14--1542224579_1366x768_scrot.th.png

it should also automatically be added to your /usr/local/bin
so you can just type youtube-dl-gui in the terminal to start it

Running Openbox, added

/usr/local/bin/youtube-dl-gui

...to obmenu!

Ops checked and works as advertised!

2018-11-14--1542228991_1366x768_scrot.th.png

Created a launcher for the tint2 bottom

[Desktop Entry]
Name=Youtube-dl
Comment=Search,download and play YouTube videos with MPlayer.
Exec=/usr/local/bin/youtube-dl-gui
Icon=/usr/local/bin/images/youtube.png
StartupNotify=false
Terminal=false
Type=Application

Thanks! smile

cheers

zephyr

Last edited by zephyr (2018-11-14 21:44:02)


CROWZ
easier to light a candle, yet curse the dark instead / experience life, or simply ...merely exist / ride the serpent / molon labe

Offline

#12 2018-11-15 19:16:12

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

zephyr, how can i create a launcher/icon from my youtube-dl-gui at the panel xfce? thanks.


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#13 2018-11-15 21:02:35

golinux
Administrator
Registered: 2016-11-25
Posts: 3,137  

Re: How to get youtube-dl-gui? [solved]

I'm not zephyr but . . . right click on the panel then "Add new items".   "Launcher" is the first option on the list here.  There might also be an option to do the in the youtube-dl GUI.

Online

#14 2018-11-16 13:19:46

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

It never works. Most of the icon/applications that are coming with Devuan can be adding to xfce panel but not all of them and if you install something (not from synaptic) most the time is a big problem. They are not at the menu neither ...

i was trying this:

I created a launcher, then i was looking for the GUI:

keos@kaos:~$ whereis youtube-dl-gui
youtube-dl-gui: /usr/local/bin/youtube-dl-gui

And:

Captura-de-pantalla-2018-11-16-08-40-03.png

Nothing happen ... mad

But thanks for answer my question.. smile

Last edited by keos (2018-11-16 13:46:02)


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#15 2018-11-16 13:54:32

ralph.ronnquist
Administrator
From: Clifton Hill, Victoria, AUS
Registered: 2016-11-30
Posts: 1,106  

Re: How to get youtube-dl-gui? [solved]

Not my language, but I guess "orden" is for the command to execute, and then that is where the full pathname to the program should be. The next field, "directario de trabajo", is probably the working directory, and I would suggest you pinpoint one of your own directories there.

Offline

#16 2018-11-16 14:22:49

keos
Member
Registered: 2017-06-16
Posts: 173  

Re: How to get youtube-dl-gui? [solved]

I'm going to learn someday? mad mad mad

Thanks!!  smile smile smile


devuan_ascii_2.0.0-rc_amd64_desktop-live.iso  [Xfce]

Graphics: AMD Radeon HD 7640G integrated graphics
GPU: AMD/ATI Trinity [Radeon HD 7640G]

Offline

#17 2018-11-17 20:56:38

F_Sauce
Member
From: Noreg
Registered: 2017-07-07
Posts: 87  

Re: How to get youtube-dl-gui? [solved]

Slightly beside the point, but, I use youtube.dll as the download-manager of SMPlayer/SMTube; that couple works fine for me.

Cheers,
Olav

Offline

#18 2020-04-05 00:34:59

dzz
Member
From: Exmouth, South West England
Registered: 2016-12-01
Posts: 47  

Re: How to get youtube-dl-gui? [solved]

Recent Youtube changes broke gtk-youtube-viewer (maybe other clients). It was forked to "gtk straw viewer" and works again. Well here and for now at least.. https://github.com/trizen/straw-viewer

Using a youtube client avoids heavyweight browser loading, ads, tracking... This one is quite light on deps and system resources but has a very good descriptive gui. No qt deps. Probably needs latest youtube-dl to run properly https://github.com/ytdl-org/youtube-dl

I posted (probably the only) deb package: http://exegnulinux.net/apt/pool/main/s/straw-viewer/

Sources, dsc et al are at the same url if anyone wants to inspect, compile or modify yourself. If interested, please post back if you see anything wrong with the package.

EDIT: youtube-dl (and anything else that uses it) will puke unless you update it quite often.

Last edited by dzz (2020-04-05 01:51:51)

Offline

#19 2021-08-26 20:36:42

vlax
Member
From: hipsterland
Registered: 2020-06-14
Posts: 42  
Website

Re: How to get youtube-dl-gui? [solved]

yeah, yep, I noticed, this is solved
...
but
..
I want to add that  mpv + youtube-dl works great as an alternative , I call it from xterm just pasting the video url  smile

mpvyoutube-dl_2021-08-26-_1600x900_scrot.png

this guy explains how to in a simple way https://www.funkyspacemonkey.com/mpv-youtube-dl

Last edited by vlax (2021-08-26 20:37:36)


satellite mestizo

Offline

#20 2021-09-01 19:13:31

thierrybo
Member
Registered: 2017-11-11
Posts: 107  

Re: How to get youtube-dl-gui? [solved]

At least with this thread I discovered it also works with vlc:

$ vlc https://youtu.be/xxxxx

Offline

#21 2021-09-02 19:16:16

darry1966
Member
Registered: 2017-06-14
Posts: 82  

Re: How to get youtube-dl-gui? [solved]

For anyone interested I use an app called clipgrab which is a single appimage - easy to use works with youtube and dailymotion.

Offline

Board footer