Search Criteria
Package Details: tartube 2.4.370-2
Git Clone URL: | https://aur.archlinux.org/tartube.git (read-only, click to copy) |
---|---|
Package Base: | tartube |
Description: | A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3 |
Upstream URL: | https://github.com/axcore/tartube |
Keywords: | gui python YouTube youtube-dl |
Licenses: | GPL3 |
Submitter: | ragouel |
Maintainer: | telans |
Last Packager: | ragouel |
Votes: | 15 |
Popularity: | 0.000539 |
First Submitted: | 2020-05-06 04:54 (UTC) |
Last Updated: | 2023-04-30 17:55 (UTC) |
Dependencies (12)
- libblockdev (libblockdev-lean)
- libgexiv2
- libibus (libibus-git)
- python-feedparser
- python-gobject (python-gobject-git)
- python-playsound (python-playsound-git)
- python-requests
- python-setuptools (make)
- atomicparsley (optional)
- ffmpeg (ffmpeg-cuda, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-nocuda, ffmpeg-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs, ffmpeg-full-git, ffmpeg-git) (optional) – Video playback support
- python-moviepy (python-moviepy-git) (optional)
- yt-dlp (yt-dlp-git) (optional) – Video Download support
Latest Comments
1 2 Next › Last »
langfingaz commented on 2023-04-28 16:52 (UTC)
Can you please add
yt-dlp
as dependency? (Or maybe just as optional dependency.) Without it, I was not able to download videos. And the "update yt-dlp" button inside tartube failed.quiquevisuet commented on 2022-02-05 15:36 (UTC)
I use pip install tartube
mosgerila commented on 2022-01-24 12:51 (UTC)
Does not work in Manjaro KDE. tartube ✔ Traceback (most recent call last): File "/usr/bin/tartube", line 40, in <module> import mainapp ModuleNotFoundError: No module named 'mainapp'
crankyfoxinabox commented on 2021-03-27 20:19 (UTC)
This package needs to be updated, it is now two versions behind master! v2.3.110
ragouel commented on 2020-12-03 01:03 (UTC)
Thanks for the tip, I'll update the PKGBUILD.
djmattyg007 commented on 2020-12-03 00:57 (UTC)
A more reliable way to get the correct site-packages directory is with this code:
sitepkgs_dir="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
This will work even if python isn't installed in '/usr/lib/pythonXX'.
jstitch commented on 2020-12-02 22:21 (UTC)
package() breaks since the mv line needs python3.8 to be installed. Currently, Arch's python version is python3.9
DanAE111 commented on 2020-11-11 13:02 (UTC) (edited on 2020-11-11 13:02 (UTC) by DanAE111)
Had some issues getting tartube to run, getting the following error on launch. When python-ffmpeg or python-libffmpeg were installed.
Active issue in upstream repository here
1 2 Next › Last »