You are not logged in.
Pages: 1
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
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
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
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
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
is it this one?
https://github.com/MrS0m30n3/youtube-dl-gui
Offline
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
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
At the end a graphic window appear asking for an URL i don't want to make a mistake ...
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
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
@ alphalpha: Very cool YT-dl, quick and easy too!
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!
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!
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 / III%ers / oath keepers
Offline
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
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
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:
Nothing happen ...
But thanks for answer my question..
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
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
I'm going to learn someday?
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
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
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
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
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
At least with this thread I discovered it also works with vlc:
$ vlc https://youtu.be/xxxxx
Offline
For anyone interested I use an app called clipgrab which is a single appimage - easy to use works with youtube and dailymotion.
Offline
Pages: 1