@DaveCode: youtube-dl is now an optional dependency.
Search Criteria
Package Details: yt-dlg-git 1.2.0.r242.g3ec93dc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yt-dlg-git.git (read-only, click to copy) |
---|---|
Package Base: | yt-dlg-git |
Description: | A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui) |
Upstream URL: | https://github.com/oleksis/youtube-dl-gui |
Licenses: | custom:UNLICENSE |
Conflicts: | youtube-dl-gui, yt-dlg |
Provides: | yt-dlg |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 93 |
Popularity: | 0.016858 |
First Submitted: | 2021-07-02 20:12 (UTC) |
Last Updated: | 2022-03-06 18:27 (UTC) |
Dependencies (11)
- python-pypubsub
- python-wxpython (python-wxpython-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-polib (make)
- python-setuptools (make)
- python-wheel (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional) – convert video files to audio-only files
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – alternative to the youtube-dl program downloaded by yt-dlg
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
willemw commented on 2014-05-07 07:22 (UTC)
DaveCode commented on 2014-05-07 04:11 (UTC)
Posted issues #10 and #11 at upstream github.
DaveCode commented on 2014-05-07 03:59 (UTC)
OK. Double-check me but is youtube-dl really a dep? This app keeps its own copy in ~/.youtube-dl-gui (which folder should live in $XDG_CONFIG_HOME not $HOME btw).
willemw commented on 2014-05-01 06:51 (UTC)
@DaveCode: Updated. Fixed.
DaveCode commented on 2014-05-01 03:43 (UTC)
Tried, now get
# pacaur -Sa --asroot youtube-dl-gui-git
...
install: cannot stat ‘icons/ytube.png’: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
willemw commented on 2014-04-06 08:01 (UTC)
@DaveCode: Thanks. Try again. It should be fixed now.
DaveCode commented on 2014-04-06 06:13 (UTC)
Get same icon error as PhotonX on two PCs with latest git. Code says it wants icon in a Python subfolder, but package puts it in an Arch sys folder. Symlink? But no Py2.7 icons subfolder even exists. Pkg must create it?
Program launch error dialog report: can't open file '/usr/lib/python2.7/site-packages/icons/ytube.png' (error 2: No such file or directory)
$ ls /usr/lib/python2.7/site-packages/icons
ls: cannot access /usr/lib/python2.7/site-packages/icons: No such file or directory
$ ls /usr/share/pixmaps/y*
/usr/share/pixmaps/youtube-dl-gui.png
/usr/share/pixmaps/youtube.png
/usr/share/pixmaps/youtube-zenity.svg
PhotonX commented on 2014-04-03 11:06 (UTC)
Thanks for the quick fix, the error is gone now.
willemw commented on 2014-04-03 09:11 (UTC)
@PhotonX: Thanks. Updated the package.
PhotonX commented on 2014-04-03 07:38 (UTC)
I don't know if it is a problem with the package or with youtube-dl-gui itself, but an icon is missing, youtube-dl-gui reports:
09:33:58: can't open file '/usr/lib/python2.7/site-packages/icons/ytube.png' (error 2: No such file or directory)
09:33:58: Failed to load image from file "/usr/lib/python2.7/site-packages/icons/ytube.png".
Pinned Comments
willemw commented on 2021-07-03 09:24 (UTC)
Switched to oleksis' fork (Python 3).
@Gr3q: Thanks. The app seems to work fine now.
The app is now called yt-dlg. (Could change that back to the old name youtube-dl-gui). Updated the .desktop file to run yt-dlg.
The app also now includes translations (thanks for @jose1711 for pointed that out in his PKGBUILD file).
(In the PKGBUILD file there is second version of the PKGBUILD in comments. That version follows the upstream build and run steps (pip install).)