Tartube is a GUI front-end for youtube-dl, yt-dlp and other compatible video downloaders.
It is written in Python 3 / Gtk 3 and runs on MS Windows, Linux, BSD and MacOS.
Problems can be reported at our GitHub page.
For a full list of new features and fixes, see recent changes.
Stable release: v2.4.412 (31 Jul 2023)
Development release: v2.4.412 (31 Jul 2023)
Official packages (also available from the Github release page):
Official 'Strict' packages:
Alternative DEB/RPM packages are marked STRICT. In these packages, updates to youtube-dl from within Tartube have been disabled. If Tartube is to be uploaded to a repository with lots of rules, such as the official Debian repository, then you should probably use the STRICT packages.
Semi-official packages (MS Windows):
Semi-official packages (Linux):
Source code:
Tartube can store its videos in a database. If that's what you want, then do this:
If you just want to download videos with a minimum of fuss, do this:
MS Windows users should use the installer available at the Tartube website. The installer contains everything you need to run Tartube. You must be using Windows Vista or above; the installer will not work on Windows XP.
There is also a portable edition; use this if you want to install Tartube onto removable media, such as a USB drive. Download the ZIP file, extract it, and run the file tartube_portable_64bit.bat.
Both the installer and the portable edition include a copy of AtomicParsley, so there is no need to install it yourself.
Tartube is no longer supported on MS Windows (32-bit) - see 7.24 Doesn't work on 32-bit Windows.
If you want to perform a manual installation, you can follow this procedure, which will take about 10-30 minutes, depending on your network speed.
Download and install MSYS2 from msys2.org. You need the file that looks something like msys2-x86_64-yyyymmdd.exe
MSYS2 wants to install in C:\msys64, so do that
Open the MINGW64 terminal, which is C:\msys64\mingw64.exe
In the MINGW64 terminal, type:
pacman -Syu
If the terminal wants to shut down, close it, and then restart it
Now type the following commands, one by one:
pacman -Su
pacman -S mingw-w64-x86_64-python3
pacman -S mingw-w64-x86_64-python3-pip
pacman -S mingw-w64-x86_64-python3-gobject
pacman -S mingw-w64-x86_64-python3-requests
pacman -S mingw-w64-x86_64-gtk3
pacman -S mingw-w64-x86_64-gsettings-desktop-schemas
pip3 install feedparser
pip3 install playsound
pacman -S mingw-w64-x86_64-aria2
Download the Tartube source code from Sourceforge, using the links above
Extract it into the folder C:\msys64\home\YOURNAME, creating a folder called C:\msys64\home\YOURNAME\tartube
Now, to run Tartube, type these commands in the MINGW64 terminal (don't forget to use forward slashes):
cd /home/YOURNAME/tartube
python3 tartube/tartube
Tartube can be installed on MacOS, but it's not a one-click operation.
Here are installation guides for new computers with Apple silicon, all other MacOS computers, and a troubleshooting section.
With thanks to m3lab-zzl:
Install Python 3 with homebrew
brew install cairo pkg-config python
Install Gtk 3
pip3 install pycairo
brew install gobject-introspection gtk+3
Install Python Requests module, and either youtube-dl or yt-dlp
pip3 install requests youtube-dl
pip3 install requests yt-dlp
Install the Adwaita theme for icons used by Tartube (optional)
brew install adwaita-icon-theme
It is strongly recommended that you install FFmpeg, too
brew install ffmpeg
Install Tartube
pip3 install tartube
Now run Tartube
tartube
With thanks to JeremyShih:
Install Python 3 by downloading an installer, or with homebrew
brew install pkg-config
brew install python
Install Gtk 3
pip3 install pycairo
brew install gobject-introspection
python3 -m pip install PyGObject
brew install gtk+3
Install Python Requests module
pip3 install requests
Install either youtube-dl or yt-dlp
pip3 install youtube-dl
pip3 install yt-dlp
Install the Adwaita theme for icons used by Tartube (optional)
brew install adwaita-icon-theme
It is strongly recommended that you install FFmpeg, too
brew install ffmpeg
Install Tartube
pip3 install tartube
Now run Tartube
tartube
If you can't start Tartube from a terminal window (the final step in the procedures above), try these commands (with thanks to inkhalistan):
echo "export PATH="python3 -m site --user-base/bin:$PATH"" >> ~/.zprofile
source ~/.zprofile
tartube
If you see a gi module not found error, there are two possible solutions.
First, try typing this
pip3 install PyGObject
If that does not work, try the following procedure.
Get homebrew's location
which brew
For example if the command above returned ** /opt/homebrew/bin/brew**, then change directory by typing this
cd /opt/homebrew
Now find the gi package location
find . -name "gi"
Add that location to the PYTHONPATH variable, for example by adding this line to your ~/.zshrc file
export PYTHONPATH=/opt/homebrew/lib/python3.9/site-packages:$PYTHONPATH
Linux/BSD users can use any of the following installation methods.
Linux distributions based on Debian, such as Ubuntu and Linux Mint, can install Tartube using the DEB package (see the links above).
Tartube requires either youtube-dl or yt-dlp. If it's already installed on your system, then you can start Tartube immediately. Otherwise, do this:
It is strongly recommended that you install FFmpeg, too. On most Debian-based systems, you can open a terminal window and run this command:
sudo apt-get install ffmpeg
Linux distributions based on RHEL, such as Fedora, can install Tartube using the RPM package (see the links above).
Tartube requires either youtube-dl or yt-dlp. If it's already installed on your system, then you can start Tartube immediately.
Otherwise, if pip is already installed on your system, do this:
If neither youtube-dl nor pip are installed on your system, then the recommended way to install youtube-dl is from the command line, using pip. (Software managers usually don't offer the most recent version of youtube-dl.)
On Fedora, the procedure is:
It is strongly recommended that you install FFmpeg, too. On most RHEL-based systems (for example, Fedora 29-32), you can open a terminal window and run these commands:
sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo apt-get install ffmpeg
On Arch-based systems. such as Manjaro, Tartube can be installed using the semi-official AUR package. The procedure is:
It is strongly recommended that you install FFmpeg, too. On most Arch-based systems, you can open a terminal window and run this command:
sudo pacman -S ffmpeg
On Gentoo-based systems, Tartube can be installed using the semi-official ebuild package, using the link above.
Tartube requires youtube-dl. It is strongly recommended that you install FFmpeg, too.
If you're not sure how to install using ebuild, then it might be easier to install from PyPI.
Tartube can be installed from PyPI with or without root privileges.
Here is the procedure for Debian-based distributions, like Ubuntu and Linux Mint. The procedure on other distributions is probably very similar.
For any other method of installation on Linux/BSD, the following dependencies are required:
These dependencies are optional, but recommended:
After installing dependencies (see above):
After installing dependencies (see above):
Tartube packages are usually created using one of the available environment variables:
Some packaging systems might forbid installing other packages. If that's the case, you can use TARTUBE_PKG_STRICT or TARTUBE_PKG_NO_DOWNLOAD.
Anyone with concerns over the legality of downloading videos can disable that feature altogether. Tartube will still be able to check videos, channels and playlists, as well as monitor livestreams. Users can watch a video on its original website with a single click. The authors understand that the US courts have ruled that 'scraping' a website is legal. Popular sites like YouTube provide RSS feeds for this very purpose.
Packages can be created in the standard way. For example, an RPM package would be created with the command:
TARTUBE_PKG=1 python3 setup.py bdist_rpm
The procedure used to create the MS Windows installer is described in full in the installer script itself.
When you first start Tartube, you will be asked to choose a few settings.
Most users can use this window to download and install some packages. If not, those packages must be installed separately.
All of these settings can be changed later, if you want. For example, to change where Tartube stores its files, see 6.21 Managing databases.
If you installed Tartube via a repository such as the official Debian repository, then Tartube may not be allowed to update youtube-dl. In that case, this section does not apply; update youtube-dl using your system's package manager.
Tartube uses a downloader to interact with websites like YouTube. Tartube officially supports two downloaders, youtube-dl and yt-dlp. (Other forks of youtube-dl will probably work as well.)
Websites changes their code frequently, and therefore the downloaders must be updated frequently.
If the update operation fails on MS Windows, you should ask the authors for help.
On other systems, users can customise the downloader's location. There are several locations on your filesystem where youtube-dl might have been installed.
FFmpeg and AVConv are commonly use for various video-processing tasks.
It is strongly recommended that all users install FFmpeg. Without it, Tartube won't be able to do any of these things:
youtube-dl uses FFmpeg by default, but it can use AVConv for certain tasks.
For more information about Tartube's use of FFmpeg and AVConv, see 6.26 More information about FFmpeg and AVConv.
On MS Windows, the usual methods of FFmpeg installation will not work. You must download an MSYS2-compatible version of FFmpeg. This can be done in the setup window, or from Tartube's main menu: click Operations > Install FFmpeg....
There is no known method of installing a compatible version of AVConv.
On all other operating systems, Tartube and youtube-dl should be able to find FFmpeg (and AVConv, if it is also installed) without any help from you.
If the FFmpeg / AVConv executables have been installed to an unusual location, you can tell Tartube where to find them.
On the left side of the Tartube window is a list of folders. You can store videos, channels and playlists inside these folders. You can even store folders inside of other folders.
Tartube saves videos on your filesystem using exactly the same structure.
When you start Tartube for the first time, there are several folders already visible. You can't remove any of these folders (but you can hide them, if you want).
If you want a simpler way to download videos, see 6.23 Classic Mode.
You can add individual videos by clicking the Add new videos button near the top of the window. (On MS Windows, the text is not visible unless your mouse is hovering over the button, which is in the top-left corner.)
A dialogue window will appear.
Copy and paste the video's URL into the dialogue window. You can copy and paste as many URLs as you like.
When you're ready, click the OK button.
Finally, click on the Unsorted Videos folder to see the videos you've added.
You can also add a whole channel by clicking the Add a new channel button or a whole playlist by clicking the Add a new playlist button.
Tartube will download all of the videos in the channel or playlist.
Copy and paste the channel's URL into the dialogue window. You should also give the channel a name. The channel's name is usually the name used on the website (but you can choose almost any name you like).
When adding a long list of URLs, containing a mixture of channels, playlists and individual videos, it's quicker to add them all at the same time. Click the Add new videos button near the top of the window, and paste all the links into the dialogue window.
Tartube doesn't know anything about these links until you actually download them (or check them). If it's expecting an individual video, but receives a channel or a playlist, Tartube will the handle the conversion for you.
By default, Tartube converts a link into a channel, when necessary. You can change this behaviour, if you want to.
Unfortunately, there is no way for Tartube to distinguish a channel from a playlist. Most video websites don't supply that information.
If your list of URLs contains a mixture of channels and playlists, you can convert one to the other after the download has finished.
If you're confident that your long list of URLs contains only channels and playlists, there are a couple of other ways to add them.
Firstly, you can click Media > Add many channels/playlists....
Secondly, you could import a text file contaiing a list of channels/playlists. You can write the text file yourself. Each channel/playlist is defined by three consecutive lines, in the following format:
@channel
Alice's Channel
<url>
@playlist
Bob's Playlist
<url>
... where <url> is the web address of the channel/playlist. (Leave out the diamond brackets.)
When you're ready, click Media > Export/import > Import into database...
There are several situations in which Tartube might create a channel with a generic name like channel_1, or a playlist with a generic name like playlist_2.
In this situation, you can either rename all the new channels and playlists yourself, one at a time, or you can let Tartube try to do it automatically. (This works fine on YouTube and many other sites, but not necessarily on all of them.)
If you need to update the URLs of many channels and playlists, you can do so by clicking Edit > System preferences... > Files > URLs.
The left-hand side of the window will quickly still filling up. It's a good idea to create some folders, and to organise your channels/playlists inside those folders.
Click the Add a new folder button near the top of the window, and create a folder called Comedy.
Then repeat that process to create a folder called History. You can then drag-and-drop your channels and playlists into those folders.
Once you've finished adding videos, channels, playlists and folders, you can make Tartube do something. Tartube offers the following operations:
Checking/download videos:
Refreshing the database:
Updating packages:
Fetching information:
Tidying up the filesytem:
Dealing with livestreams:
Processing videos with FFmpeg:
Next to each channel, playlist and folder is a checkbox. Click one or more of the checkboxes, and the buttoms in the bottom-left corner of the Videos tab will change:
This is one way of checking or downloading just some of the channels, playlists and folders. Other methods include:
If you frequently mark a group of channels, playlists and folders for download, then you can create a profile. A profile is just a list of items that have been marked for download.
If you select Media > Profiles > Remember last profile, then Tartube will automatically switch to that profile, whenever the database is loaded.
Note that the red system folders can't be marked for download.
youtube-dl offers a large number of download options. This is how to set them.
A new window opens. Any changes you make in this window aren't actually applied until you click the 'Apply' or 'OK' buttons.
Some of the options are intended for advanced users, so they're hidden by default. To reveal them, click the button Show advanced download options.
After clicking the button, some new tabs will appear. The existing tabs will also have some new features.
When you click Edit > General download options..., you are seeing the default download options. If you want to apply a different set of download options to a particular channel or particular playlist, you can do so.
At the moment, the general download options apply to all the videos, channels, playlists and folders you've added.
Now, suppose you want to apply some download options to the History folder:
In the new window, select Create new download options, and then click the OK button. A second window will appear, so you can click the OK button there, too.
The new options are applied to everything in the History folder. A pen icon appears above the folder to remind you of this.
Now, suppose you want to add a different set of download options, but only for the channel TimeGhost History.
The previous set of download options still applies to everything in the History folder, except the channel TimeGhost History.
In fact, you can create as many sets of download options as you like.
The first item in the list, general, is the default set of download options. The second item, classic, is the set of download options that apply in the Classic Mode tab (see 6.23 Classic Mode).
Download options are saved in the Tartube database, so if you switch databases (see 6.21.2 Multiple databases), a different selection of download options will apply. If you want to move a set of download options from one database to another, you can Export them, then switch databases, then Import them.
Here is a quick summary of the download options that are most useful, assuming that advanced download options are hidden (see 6.12.1 Advanced download options).
You can change the format of the filename for the downloaded video, so it includes useful information such as the playlist number or the video resolution.
When you download a video, a thumbnail and a metadata file are usually downloaded too. This can be customised.
If you want to specify which video and audio formats should be downloaded, at which resolution and at which bitrate, do this:
youtube-dl downloads very high-resolution videos as two separate files, video and audio. If Ffmpeg is installed, the two separate files are automatically merged into one output file.
If you want to specify the format of the output file, for example to create an .mp4 file, do this:
Most videos cannot be downloaded in every media format. For example, YouTube does not offer mp3 downloads. If you want files in a particular video/audio format, often it's necessary to use Ffmpeg to convert the downloaded video.
youtube-dl can download subtitles for a video, if they exist. The chat replay of YouTube livestreams can also be downloaded, and is handled as if it were another set of subtitles.
If you want to download subtiles only in particular languages:
See also 6.14.7 Ignoring videos without subtitles.
Tartube can check and download videos, channels and playlists on a regular schedule. This is very useful if you want to leave Tartube running unattended.
A new window appears. You can use this window to congifure the scheduled download.
When you specify a start time like 'Mondays at 15:00', there is a five-minute window in which the scheduled download can begin. This means that, if you open Tartube at 15:02, the scheduled download will still start (but not if you open Tartube at 15:10).
Now click the Media tab. By default, a scheduled download checks or downloads everything in Tartube's database, but if you don't want that, you can select individual channels, playlists and folders.
There are several ways to add channels, playlists and folders to this list:
You can create as many scheduled downloads as you like. Scheduled downloads are performed in order, from the top of the list to the bottom.
By default, Tartube downloads videos as quickly as possible, one URL (link) at a time. A URL might point to an individual video, or it might point to a whole channel or playlist. Tartube will try to download every video associated with the URL.
A Custom download enables you to modify this behaviour, if desired. You can use it to fetch videos from a mirror, add random delays, download video clips, download (or ignore) only livestreams, ignore videos without subtitles, or to download videos with the adverts removed.
It's important to note that a custom download behaves exactly like a regular download until you specify the new behaviour.
By default, Tartube provides two custom downloads.
The custom download called general applies in the Videos tab. It is used, for example, when you right-click a channel and select Custom download channel.
If you use the general custom download a lot, you can add an extra button to the Videos tab.
The custom download called classic applies in the Classic Mode tab. To enable it, right-click the menu button in the top-right corner of the tab, and select Enable custom downloads.
In addition to the those, you can create as many new custom downloads as you want.
Now, when you select a custom download in the Videos tab (for example, by right-clicking a channel and selecting Custom download channel, you'll be prompted to choose the custom download you want.
By default, Tartube instructs youtube-dl to download a channel or a playlist. youtube-dl only needs a link to the channel or playlist, so Tartube doesn't send it a link to every single video.
If you need to download each individual video, one URL at a time, you can do this:
Many custom download settings only work when Tartube is downloading videos one at a time. If you enable this setting, you will be able to enable several other settings in the other tabs.
If Tartube can't download a video from YouTube, it's sometimes possible to obtain it from an alternative website instead.
There are a number of alternative YouTube front-ends available, besides HookTube. The original Invidious closed in September 2020, but there are a number of mirrors, such as this one. To get a list of mirrors, see this page, or use your favourite search engine.
When specifying an alternative website, it's very important that you type the exact text that replaces youtube.com in a video's URL. For example, you must type hooktube.com, not www.hooktube.com or http://www.hooktube.com/.
If the video website is complaining that you're making too many requests (in other words, downloading too many videos too quickly), it's possible to add a delay betwen downloads. The delay can have a fixed or random duration.
The delay is applied after downloading a channel or a playlist. If you want to apply the delay after each video, you should enable individual video downloads as well (as described above).
During a custom download, you can automatically split a video into video clips while it is being downloaded. A list of clips can be grabbed from the video's description, or from its chapter list, or you can specify your own list of clips. For more information, see see 6.27 Video clips
You can also remove slices from a video while it is being downloaded. This is useful for removing adverts, intros and outros. A list of video slices is obtained from a SponsorBlock server. Alternatively, you can specify your own list of video slices. For more information, see see 6.28 Video slices
Both of these features require FFmpeg.
You can ask Tartube not to download videos without subtitles.
Note that this setting reduces the number of videos downloaded. It isn't responsible for downloading the subtitles themselves. Here is how to do that:
youtube-dl handles YouTube live chat in the same way as subtitles, so you can select that instead of (or as well as) the languages.
Besides the optional button described above, there are several ways to start a custom download.
If you've downloaded a video, you can watch it by clicking the word Player.
If you haven't downloaded the video yet, you can watch it online by clicking the word YouTube, Twitch, Website, Odysee, BitChute or Website. (One or the other will be visible).
Restricted YouTube videos (not available in your region, or not visible without a Google account) can sometimes be watched without restrictions on an alternative website, such as HookTube or an Invidious mirror such as this one.
As mentioned above, the original Invidious server has now closed. You can change the Invidious mirror that Tartube is using, if you like.
Beneath the videos you'll find a toolbar. The buttons are self-explanatory, except for the one on the right.
Click that button, and a larger toolbar is revealed. You can use this to filter out videos, change the order in which videos are displayed, or find a video uploaded at a certain date.
You can search for videos by applying a filter. For example, you could search for videos whose name contains the word History:
You can also search using a regular expression (regex), too. These searches are also case-insensitive. For example, to find all videos whose name begins with the word "Minecraft":
By default, the search applies to video names. You can toggle to buttons so it applies to descriptions and/or comments, as well.
Alternatively, you can find videos uploaded around a certain date.
You can mark videos, channels, playlists and folders that you find interesting, or which are important.
Bookmarked and favourite videos shouldn't be confused with archived videos, which are protected from automatic deletion - see 6.19 Archiving videos.
There are several ways to bookmark a video.
A bookmarked video appears in Tartube's own Bookmarks folder, as well as in its usual location.
When you mark a channel, playlist or folder as a favourite, all of its videos will also be visible in Tartube's own Favourite Videos folder.
If new videos are later added to the channel, playlist or folder, they will automatically appear in the Favourite Videos folder.
(It's possible to mark or unmark an individual video as a favourite, but it's better to use bookmarking for that.)
Tartube can download videos from several channels and/or playlists into a single directory (folder) on your computer's filesystem. There are four situations in which this might be useful:
A creator might have a single channel, and several playlists. The playlists contain videos from that channel (but not necessarily every video).
You can add the channel and its playlists in the normal way but, if you do, Tartube will download many videos twice.
The solution is to tell Tartube to store all the videos from the channel and its playlists in a single location. In that way, you can still see a list of videos in each playlist, but duplicate videos are not actually downloaded.
A quicker way to add multiple playlists is from Tartube's main menu. Click Media > Add many channels/playlists....
As described above, a creator might have a single channel, and several playlists. If there are a lot of playlists, it might take a long time to add them all to Tartube's database. However, there is a shortcut for YouTube channels.
YouTube does not always send us the list of playlists; that's why it's necessary to click the Playlists tab, rather than the Videos tab, as we normally would.
Now you have two choices. If you want to keep the original channel in your database, without downloading duplicate videos, do this:
Alternatively, if you don't want to keep the original channel, do this:
A creator might release their videos on YouTube, but also on a site like Odysee. Sometimes they will only release a particular video on Odysee.
You can add both channels in the normal way but, if you do, Tartube will download many videos twice.
The solution is to tell Tartube to store videos from both channels in a single location. In that way, you can still see a list of videos in each channel, but duplicate videos are not actually downloaded.
It doesn't matter which of the two channels you use as the download destination. There is also no limit to the number of parallel channels, so if a creator uploads videos to a dozen different websites, you can add them all.
If you don't care about keeping videos in separate directories/folders on your filesystem, you can download all videos into the Unsorted videos folder. Regardless of whether you have added one channel or a thousand, all the videos will be stored in that one location.
Alternatively, you could select Temporary Videos. If you do, videos will be deleted when you restart Tartube.
By default, all files are downloaded into Tartube's data folder. Users often request that Tartube should be able to download videos to other locations in the filesystem, while retaining those videos in Tartube's database.
A whole bunch of things can go wrong when we start writing files to arbitrary locations on hard drives that may or may not be accessible in the future. Tartube is simply not designed to handle file input/output of that complexity.
In addition, writing files outside Tartube's data folder breaks portability because it's no longer possible for the folder to be copied or moved anywhere else.
Nevertheless, since v2.4.0 it has been possible to download videos to any location in the filesystem for which you have read/write permissions. (It has always been possible to do so from the Classic Mode tab). Don't do it without a good reason. Good reasons include:
If one of these reasons applies, then you can do this:
Users of yt-dlp should be aware of the download option --paths, which may be more convenient in some situations. See the yt-dlp documentation for more information about how it works. In Tartube, it can be configured like this:
You can tell Tartube to automatically delete videos after some period of time. This is useful if hard drive is smaller than the size of the observable universe.
Alternatively, you can select Remove downloaded videos from the database (but don't delete files).
If you want to protect your favourite videos from being deleted or removed automatically, you can archive them. Only videos that have actually been downloaded can be archived.
You can also archive all the videos in a channel, playlist or folder.
By default, Tartube downloads two video, channels or playlists at a time, as quickly as possible (in other words, without bandwidth limits).
You can change this behaviour in the Progress tab, if you want.
These are the default settings. Many users might want lower download speeds during the day, but higher download speeds at night (and so on).
There is a third way to change Tartube's behaviour. The maximum downloads and bandwidth limits can also be set for a scheduled download (see 6.13 Scheduled downloads).
Tartube honours most requests to change the maximum downloads and the bandwidth limit, so it's not a good idea to set lots of different values.
Tartube downloads all of its videos into a single directory (folder) - the Tartube data directory. The contents of this directory comprise the Tartube database.
Tartube stores important files here, some of which are invisible (by default). Don't let other applications store their files here, too.
You can modify the contents of the directory yourself, if you want, but don't do that while Tartube is running.
It's fine to add new videos to the database, or to remove them. Just be careful that you don't delete any sub-directories (folders), including those which are hidden, and don't modify the Tartube database file, tartube.db.
Tartube is a GUI front-end for youtube-dl, but it is not the only one. If you've downloaded videos using another application, this is how to add them to Tartube's database.
Tartube can only use one database at a time, but you can create as many databases as you want.
For example, you could create a new database on an external hard drive.
Tartube remembers the location of the databases it has loaded. To switch back to your original database:
Tartube can't load more than one database, but you can run as many instances of Tartube as you want.
If you have added three databases to the list, and if you have three Tartube windows open at the same time, then by default each window will be using a different database.
By default, the databases are loaded in the order they appear in the list.
You can export the contents of Tartube's database and, at any time in the future, import that information into a different Tartube database, perhaps on a different computer.
It is important to note that only a list of videos, channels, playlists and folders are exported. The videos themselves are not exported, and neither are any thumbnail, description or metadata files.
It is safe to share this export file with other people. It doesn't contain any personal information.
This is how to import the data into a different Tartube database.
You can also import your YouTube subscriptions directly.
If you have a lot of channels to import, you might want to import them into a folder.
The format of exported plain text/CSV files changed in v2.3.208, and again in v2.3.307. If you try to import files from earlier versions, you may not get everything you were expecting.
Here are some notes for anyone who wants to edit the CSV export by hand (for example, in a spreadsheet):
Here are some notes for anyone who wants to edit the plain text export by hand:
Tartube can automatically extract the audio from its downloaded videos, if that's what you want.
The first step is to make sure that either FFmpeg or AVconv is installed on your system - see 6.4 Installing FFmpeg / AVConv.
The remaining steps are simple:
Alternatively, if you have enabled advanced options (see 6.12.1 Advanced download options) then the Post-processing tab will be visible, and you can do this:
Some websites, such as YouTube, allow you to download the audio (in .m4a format) directly, without downloading the whole video, and without using FFmpeg or AVconv.
Tartube compiles a database of the videos, channels and playlists it has downloaded.
If you want something simpler, then click the Classic Mode tab, which has an interface that looks just like older GUIs.
Tartube doesn't add any of these videos to its database. When you restart Tartube, all of the URLs will be gone. However, the videos themselves will still be on your hard drive.
Because the videos aren't in a database, you can move them anywhere you want (once you've finished downloading them).
Video clips and sliced videos can be created in this tab; see 6.27.3 Video clips in Classic Mode. and - see 6.28.3 Video slices in Classic Mode.
If you only use this tab, you can tell Tartube to open it automatically.
If you don't want Tartube to forget URLs when it restarts, you can do this:
A separate set of download options (see 6.12 Download options) usually applies to the Classic Mode tab. You can change this behaviour, if you like.
In the same menu, custom downloads can be enabled (see 6.14 Custom downloads). Depending on the behaviour you've selected, Tartube may fetch a list of videos from each URL, before downloading them (so don't be alarmed if each URL is 'downloaded' twice).
In the bottom half of the window, you can select one or more URLs by clicking them. The buttons in the bottom-left apply to the selected URLs. Let your mouse hover over a button to see what it does.
Tartube can detect livestreams, and to notify you when they start. This feature works on YouTube, Odysee and Twitch. It might work on other websites, after a little configuration - see 6.24.5 Compatible websites.
Tartube can download livestreams while they are broadcasting. If streamlink is installed on your system, Tartube can use it; otherwise it will download the livestream using its .m3u manifest.
Youtube Stream Capture is deprecated, and Tartube no longer supports it.
Tartube searches for livestreams whenever you check or download channels and playlists.
Livestreams are easy to spot. A livestream that hasn't started yet has a red background. A video that's streaming now has a green background. (Livestreams that have finished have a normal background.)
YouTube sometimes 'streams' a pre-recorded video at an pre-determined time, as if it were a livestream. These 'debut' or 'premiere' videos are shown in slightly different colours - orange before the stream starts, and cyan while it is in progress.
Every few minutes, Tartube checks whether a livestream (or debut) has started or stopped. This happens automatically in the background; there is no need for you to do anything.
You can modify how often livestreams are detected. If you are using yt-dlp, you can also prevent livestreams from being downloaded at all. Click Livestreams > Livestream preferences....
For technical reasons, there are practical limits to what Tartube can detect. On busy channels, Tartube may not be able to detect livestreams that were announced some time ago. Even if you change the number of days from 7 to a very large number, there is no guarantee that Tartube will detect everything. (If you change the value to 0, Tartube will only detect livestreams that are listed before any ordinary videos.)
By default, Tartube checks a livestream every three minutes, waiting for it to start (or stop). When a livestream is due to start, a check happens every minute. Making more frequent checks is probably not a good idea - the video website might block you.
If you want to force a check, in the main window click Livestreams > Update existing livestreams. (Checks are silent, so don't worry if nothing seems to be happening).
It's really useful to be notified when a livestream is starting. In the same window, click the Operations > Actions tab.
Desktop notifications do not work on MS Windows.
Tartube provides a number of sound effects. You can choose the one you want to use as an alarm. If you want to add your own sound effects, find the directory (folder) where Tartube is installed, copy the new .mp3 or .wav files into ../sounds, and then restart Tartube.
Most users will prefer to leave all of these checkboxes unselected, and instead set up notifications only for the livestreams they want to see.
To disable any of these actions, simply click the same label again.
Tartube can download a livestream while it is still broadcasting. (A livestream that has already finished is treated like any other video.)
There are three different ways to download a livestream. The default method is to use youtube-dl, fetching the video's .m3u manifest before downloading it.
If streamlink is installed on your system, you can use that, instead. MS Windows users can install streamlink from Tartube's main menu (click Operations > Install streamlink).
Direct downloads using youtube-dl alone are sometimes possible, but are not recommended.
You can choose your preferred method by clicking Edit > System preferences... > Operations > Livestreams, and selecting one of the three options.
Note that none of these methods can download a livestream from the very beginning.
Livestream downloads should work on most websites. streamlink works on most popular websites, but not necessarily on all of them.
Tartube's livestream detection works on YouTube, Odysee and Twitch. It might work on other websites, after a little configuration. Here is how to set that up.
Firstly, find the RSS feed for the channel or playlist. You may have to use a search engine to find out how to do that, but first try this site and this one.
Secondly, right-click the channel and select Show > Channel properties... (alternatively, right-click a playlist and select Show > Playlist properties...)
Now click the RSS feed tab. Enter the link (URL) to the RSS feed in the box. Click the OK button to close the window.
Tartube can detect videos you have downloaded, but which have been since deleted by the original uploader.
Having enabled detection, removed videos will appear in the Missing Videos folder. To empty that folder, right-click it and select Folder contents > All contents > Mark as not missing.
Tartube only detects missing videos when checking/downloading whole channels or playlists. If you interrupt a download, no detection occurs.
If you explicitly set the location of the FFmpeg and/or AVConv executables, then those locations are passed on to youtube-dl when you check or download videos.
If both locations are set, only one of them is passed on. Usually, that's the location of FFmpeg. However, if you specify the --prefer-avconv download option, then AVConv is passed on, instead.
For more information about download options, see 6.12 Download options.
You can process videos and thumbnails with FFmpeg directly, if you need to. This is useful for converting a file from one format to another, and for many other tasks.
FFmpeg options behave much like download options.
The box at the top allows you to add FFmpeg options directly. For example, to convert the framerate of some videos to 24 fps, add the following text:
-r 24
In the options windows, click the File tab.
Converting a video from one format to another is as simple as adding the text avi or mkv (or any other valid video format) to the box Change file extension,
The Videos tab contains an optional list of videos. These are the videos that are processed, when you click the Process files button in the bottom-right corner. (If the list is empty, you will see an OK button instead).
You can add videos to this list by dragging and dropping them. Dragging from an external application is allowed, if the videos are also visible somewhere in Tartube's main window (for example, in its database, or in the Classic Mode tab).
Now click the Name tab again. One box shows the FFmpeg system command that will be used to process the videos.
If you click the Show more FFmpeg options button, you'll notice that the system command changes radically, and that two new tabs have appeared. Go ahead and click the new Settings tab.
This tab defines a source file and an output file.
The source file can be a video, or a thumbnail. If you select Thumbnail, then FFmpeg will process the thumbnails associated with videos listed in the Videos tab; otherwise, it will process the video files themselves.
The Output setting defines whatever you're trying to achieve. If you want FFmpeg to produce a video, then H.264 is the most useful setting (but you could also choose GIF).
When youtube-dl downloads a video, it often downloads the video and audio components seperately. The two pieces are then merged by FFmpeg. Usually, all of this happens automatically, but if the merge didn't succeed (or wasn't attempted), you can try again by selecting Merge video/audio. This settings expects to find a video file and an audio file with the same name (but with different file extensions).
If the source file is a thumbnail, then the output file must also be a thumbnail.
Tartube can create video clips by downloading parts of a video. It can also split up a video it has already downloaded. This functionality requires FFmpeg.
Tartube can extract a list of timestamps from a video's description. It can also extract the chapter list from a video's metadata (.info.json) file. If you prefer, you can specify your own timestamps. Using this data, you can create video clips of any length.
Both video clips and the original video are normally added to Tartube's database. Of course, if you create clips in the Classic Mode tab, then they won't be added to the database - see 6.27.3 Video clips in Classic Mode.
It's important to be aware of the limitations of this feature.
Before you start, take a look at Tartube's video clip preferences (click Edit > System preferences... > Operations > Clips).
If your database already contains a lot of videos, you can ask Tartube to extract timestamps from their descriptions or metadata.
If you prefer to update videos one at a time, right-click the video and select Show video > Properties... > Timestamps. Then click the button Reset list using video description.
After checking or downloading a video, you can right-click it and select Special > Create video clips...
The new dialogue window contains a lot of buttons, but it's actually quite simple.
If you have already downloaded a video, you can select Create clips from the downloaded video. However, it is often quicker just to download the clips you want.
There are two options for downloading clips. For some users, downloading with yt-dlp might produce better results than downloading with FFmpeg, but you can use whichever method you prefer.
A timestamp is in the form 15:29, meaning 15 minutes and 29 seconds, or 1:15:29, meaning 1 hour, 15 minutes and 29 seconds.
Each video clip is represented by two timestamps: a start and a stop timestamp. The start timestamp is compulsory. The stop timestamp is optional; if it isn't specified, then the video clip will end at the beginning of the next video clip (or at the end of the video, if there are no more.)
If you already know the start and stop timestamps for your clip, you can use this Download one clip / Create one clip section. Enter the timestamps, enter a clip title, and then click the Download clip / Create clip button. The procedure will begin immediately.
When you use the Download one clip / Create one clip section, the timestamps are forgotten as soon as the procedure is finished. In the section below, any timestamps you add are stored in Tartube's database permanently. (You can see them by right-clicking a video and selecting Show video > Properties... > Timestamps).
If you don't already see a list of timestamps in the window, you can click the Reset list using video description button. If this doesn't work, you will have to add the timestamps yourself.
When you're ready, you can click one of the buttons at the bottom of the window.
Download all clips / Create all clips will use all of the clips in the list. Download marked clips / Create marked clips will use only the clips you have marked. To mark a clip, select the small button on the left edge of the row.
Download all chapters is only available when you have selected Download new clips using yt-dlp. It uses yt-dlp's built-in ability to download separate video chapters; the timestamps in the list above are ignored.
As mentioned above, video clips created in the Classic Mode tab are not added to Tartube's database.
To download video clips, click the Add video clips button. The dialogue window is similar to the one described above, but you will have to add the original video's URL. (Make sure you use the URL for a single video, not one for a channel or a playlist.)
It's a good idea to add a name for the original video, too; this will help to prevent duplicate file names.
When you click one of the Download buttons, the dialogue window disappears, and a line is added to the list at the bottom of the tab. Set up more downloads, if you like; when you've finished, click the Download all button.
If you want to create video clips from a video you've already downloaded, or if you want to download new clips without re-entering the URL, you can right-click the same line and select Create video clips...
If you frequently create video clips, then you should set up custom downloads (see 6.14 Custom downloads).
The next step is to check any videos, channels and playlists (for example by clicking the big Check all button in the Videos tab).
This will fetch information about the videos. In many cases, a video's description will include a list of timestamps, and in other cases the video's metadata will include a list of chapters. Assuming that you enabled the auto-extract settings (as described above), that information will have been extracted. If not, you can enter some timestamps manually: right-click a video, and select Show video > Properties > Timestamps.
When you're ready, perform a custom download in the normal way (for example, by clicking Operations > Custom download all). Videos will be downloaded as a series of video clips. (If no timestamps have been specified, then the video is downloaded whole.)
Don't forget that custom downloads can be enabled in the Classic Mode tab, if you need them. Before downloading, click the menu button in the top-right corner of the tab, and select Enable custom downloads.
There is an alternative way of splitting into clips a video you've already downloaded. This method allows advanced users to customise FFmpeg's behaviour during the splitting process.
You can split a video using the timestamps already extracted. In the Clips tab (if visible), you can select Split videos using these timestamps to specify your own timestamps. The second method is useful if FFmpeg is acting on multiple videos at the same time.
When you're ready to go, click the Process files button.
Unwanted parts of a video, such as adverts and intro/outro music, are called video slices.
Tartube can download a video with the slices removed. It can also remove slices from a video you have already downloaded. This functionality requires FFmpeg.
Tartube contacts a SponsorBlock server to get a list of video slices. Not all videos have been added to the SponsorBlock database, so you can also specify your own slices when necessary.
It's important to be aware of the limitations of this feature.
Before you start, take a look at Tartube's video slice preferences (click Edit > System preferences... > Operations > Slices).
If you want to update a video, you can right-click it and select Check video, which will update the video and contact SponsorBlock for a second time.
After checking or downloading a video, you can right-click it and then select Special > Remove video slices...
The new dialogue window contains a lot of buttons, but it's actually quite simple.
If you have already downloaded a video, you can select Remove slices from the downloaded video. However, it is sometimes quicker just to download the a new copy of the video with the slices removed, in which case, you should select Download new sliced video.
A timestamp is in the form 15:29, meaning 15 minutes and 29 seconds, or 1:15:29, meaning 1 hour, 15 minutes and 29 seconds.
Each video slice is represented by two values: a start and a stop value. You can use a timestamp, or a value in seconds. The start value is compulsory. The stop value is optional; if it isn't specified, then the video slice will end at the beginning of the next video slice (or at the end of the video, if there are no more.)
If you already know the start and stop values for your slice, you can use this Download sliced video / Create sliced video section. Enter the values and then click the Download sliced video / Create sliced video button. The procedure will begin immediately.
When you use the Download video with one slice / Create video with one slice section, the time values are forgotten as soon as the procedure is finished. In the section below, any time values you add are stored in Tartube's database permanently. (You can see them by right-clicking a video and selecting Show video > Properties... > Slices).
If you don't already see a list of time values in the window, you can click the Contact SponsorBlock to reset list button. If this doesn't work, you will have to add the time values yourself.
SponsorBlock categorises video slices, distinguishing between (for example) adverts and intro music. In this window, it is not necessary to choose a category before clicking the Add slice button, since you'll be choosing for yourself which slices to remove.
When you're ready, you can click one of the buttons at the bottom of the window.
Download video, removing all slices / Create video, removing all slices will use all of the slices in the list. Download video, removing marked slices / Create video, removing marked slices will use only the slices you have marked. To mark a slice, select the small button on the left edge of the row.
As mentioned above, sliced videos created in the Classic Mode tab are not added to Tartube's database.
Removing video slices in the Classic Mode tab is very simple; it is essentially an on/off setting. To enable it, select the Use SponsorBlock button.
This setting will not work at all unless you are using yt-dlp, and at least FFmpeg v5.1+. (Note that, at the time of writing, many users will have an older version of FFmpeg installed on their system.)
If you frequently remove slices from videos, then you should set up custom downloads (see 6.14 Custom downloads).
The next step is to check any videos, channels and playlists (for example by clicking the Check all button in the Videos tab).
This will fetch information about the videos. Assuming that you allowed Tartube to contact SponsorBlock automatically (as described above), some of those videos will now have a red icon next to them, indicating that a list of slices has been obtained. If not, you can enter some slices manually: right-click a video, and select Show video > Properties > Slices.
Each video slice is represented by four properties:
When you're ready, perform a custom download in the normal way (for example, by clicking Operations > Custom download all). Tartube will download the video as a sequence of video clips, before concatenating (joining) them together into a single video. (If no slices have been specified, then the video is downloaded whole.)
Don't forget that custom downloads can be enabled in the Classic Mode tab, if you need them. Before downloading, click the menu button in the top-right corner of the tab, and select Enable custom downloads.
There is an alternative way of removing slices from a video you've already downloaded. This method allows advanced users to customise FFmpeg's behaviour during the slicing process.
You can slice a video using SponsorBlock data already obtained. In the Slices tab (if visible), you can select Use this slice data to specify your own video slices. The second option is useful if FFmpeg is acting on multiple videos at the same time.
When you're ready to go, click the Process files button.
youtube-dl is open-source software, and there are a number of forks available. Tartube officially supports both the original version and yt-dlp.
If a youtube-dl fork is still compatible with the original, then Tartube can use it instead of the original.
yt-dlp can retrieve a video's comments (youtube-dl cannot, currently).
The comments are written to the video's metadata (.info.json) file. Tartube can also store a copy of the comments in its database.
Fetching comments will increase the length of a download, perhaps by a lot. Adding comments to Tartube's database may increase its size dramatically, meaning that on startup, the database takes much longer to load.
This is how to enable comment fetching.
By default, the metadata file isn't kept permanently. If you want a permanent archive of video comments, you should do this:
Comments can be loaded from the metadata file into the Tartube database at any time.
Alternatively, you can update the entire database at once. (This may take a long time.)
On Linux and MacOS, Tartube will automatically assume the desktop theme (whatever it is). That isn't technically possible on MS Windows, but if you want a darker window to match your darker desktop theme, do this:
If you really want to, it's possible to add more themes to the small selection included in the MS Windows installer.
First, select a suitable theme pack. Tartube's installer includes this one. Let's imagine a future installer that doesn't include that particular theme pack; this is how you would add it.
Locate Tartube's script folder. In Tartube's menu, click System > Show Tartube script folder
Navigate to the \pack\mswin_themes folder
Each of these folders specifies the name of a theme. Create a new folder called dark
Inside that folder, create a file called settings.ini
Open the file in a text editor, and add these lines:
[Settings]
gtk-theme-name=Windows10
Note that Windows10 is the name of the theme pack, not the name of your operating system.
Now you must install the theme pack itself at the correct location.
You can now set the theme from Tartube's menu.
Q: I can't install Tartube / I can't run Tartube / Tartube doesn't work properly!
A: Tartube is known to fail on Windows 7 systems that have not been updated for some time. A possible solution is to install this patch from Microsoft. The simplest way to install the patch is to let Windows update itself, as normal.
A: See also 7.2 Update Tartube on MS Windows
A: On Linux, if the DEB or RPM package doesn't work, try installing via PyPI.
A: Please report any problems to the authors at our Github page.
As of v2.4.108, most system errors should be visible in Tartube's main window (in the Errors/Warnings tab). If not, it may be necessary to run Tartube from inside a terminal window in order to see the errors
On MS Windows, this is how to run Tartube from inside a terminal window:
In Tartube's main menu, select System > Show Tartube install folder
After the folder window opens, shut down Tartube
In the folder window, click the msys64 folder to open it
Open the terminal by double-clicking mingw64.exe
In this window, type these commands to start Tartube (paying attention to the forward slashes):
cd /home/user/tartube
python3 tartube/tartube
Q: You told me I need to update my Windows installation, how do I do that?
A: New installers for MS Windows are not released frequently, but small updates and fixes are uploaded frequently to Github. You can update your Tartube installation quite easily.
Q: When I try to download videos, nothing happens! In the Errors/Warnings tab, I can see "Download did not start"!
Q: I can't download the video!
A: Make sure youtube-dl is updated; see 6.2 Updating the downloader
Before submitting a bug report, find out whether Tartube is responsible for the problem, or not. You can do this by opening a terminal window, and typing something like this:
youtube-dl <url>
...where <url> is the address of the video. If the video downloads successfully, then it's a Tartube problem that you can report. If it doesn't download, you should submit a bug report to the authors of the downloader instead. (You could also try a different downloader.)
Because most people don't like typing, Tartube offers a shortcut.
Q: I clicked the 'Download all' button and it starts, but never finishes!
A: This generally indicates an error in the Python, Gtk and/or Tartube code. The error should be visible in the Errors/Warnings tab. See 7.1 Tartube won't install/won't run/doesn't work).
Q: After I downloaded some videos, Tartube crashed, and now all my videos are missing!
A: Tartube creates a backup copy of its database, before trying to save a new copy. In the unlikely event of a failure, you can replace the broken database file with the backup file.
Tartube can make more frequent backups of your database file, if you want. See the options in Edit > System preferences... > Files > Backups.
Note that Tartube does not create backup copies of the videos you've downloaded. That is your responsibility!
Q: The Tartube database is totally broken! How do I rebuild it? I don't want to download everything again!
A: If Tartube is able to load the database at all, then there is a built-in database repair tool. Click File > Check database integrity
A: Try loading one of the database backups - see 7.6 Videos are missing after a crash
A: If the database file (tartube.db) is not actually corrupted, you can extract a list of channels and playlists from it. The list is exported as a JSON file.
To create the export, click File > Database preferences > Dump database to JSON.
The export can then be re-imported into your current database in the normal way (see 6.21.4 Exporting/importing the database).
A: Earlier versions of Tartube did in fact introduce occasional blips into the database. It's possible (though unlikely) that some blips still exist, despite the best efforts of the authors. If you really want to rebuild the database from scratch, this is how to do it.
Firstly, click Media > Export/import > Export from database....
In the dialogue window, it's not necessary to select the button Include lists of videos. Click the OK button. Let Tartube create the backup file. You now have a backup of the names and URLs for every channel/playlist you've added.
Next, shut down Tartube.
Tartube's data folder contains the database file, tartube.db. Rename it (don't delete it).
Now you can restart Tartube. Tartube will create a brand new database file.
Click Media > Export/import > Import into database... and select the file you created moments ago.
All the channels/playlists should now be visible in the main window. Click the Check All button in the bottom-left corner and wait for it to finish.
Your new database now contains information about all the videos, but it doesn't know that most of those videos have been downloaded already. Click Operations > Refresh database... to take care of that.
A: Database files created by Tartube v1.1.0 and earlier cannot be loaded due to serialisation issues. There is possibly no way to fix this.
Q: I clicked the 'Check all' button, but the operation takes so long! It only found two new videos!
A: By default, the underlying youtube-dl software checks an entire channel, even if it contains thousands of videos.
You can drastically reduce the time this takes by telling Tartube to stop checking/downloading videos, if it receives (for example) details about three videos it has already checked/downloaded.
This works well on sites like YouTube, which send information about videos in the order they were uploaded, newest first. We can't guarantee it will work on every site.
Q: I clicked the 'Download all' button. The whole operation took so long, even though Tartube only downloaded two new videos!
A: youtube-dl can create an archive file. The archive file remembers which videos have been downloaded, so that youtube-dl can skip them (which saves a lot of time).
To enable this functionality, click Edit > System preferences... > Operations > Archive and select Allow downloader to create its own archive file.
By default, the archive file is stored in the same folder as the video, but you can change this behaviour, if you like.
Q: In the Progress tab, 'Max downloads' is set to 2. But when I download my favourite channel, it downloads only one video at a time!
When you add a channel (or a playlist), Tartube knows the URL of the channel, but it doesn't know anything about the videos inside it. Therefore it passes the URL of the channel to youtube-dl. Therefore the channel is downloaded, one video at a time.
You can download multiple videos from the same channel simultaneously, if you want (but it probably won't speed up your overall download).
Alternatively, you can use custom downloads (see 6.14 Custom downloads).
Q: Tartube stores its database file in the same place as its videos. Why can't I store them in different places?
A: This question has been asked by several people who were storing their videos on some remote filesystem (perhaps in the so-called 'cloud'). They found that the videos could be downloaded to that remote location, but that Tartube couldn't save its database file there.
At the moment, the answer is 'Tartube is working fine, fix your own computer'. Perhaps in the future, someone will think of an urgent need for the database file and the data folder to be split up. Until then, there are a number of good reasons for keeping them together:
Q: I downloaded a channel, but some of the videos in the channel have the same name. Tartube only downloads one of them!
A: Tartube can create files with names in different formats. The name of two videos might be identical, but each video will have a unique ID, so you can add the ID to the filename.
Q: I want to convert the video files to audio files!
A: See 6.22 Converting to audio
Q: I downloaded a video and expected a single video file, instead Tartube downloaded several files, none of which are playable!
Q: I set the download option 'If a merge is required after post-processing, output to this format', but it doesn't work!
A: The solution to both problems is to install FFmpeg, and to set the output format correctly.
Firstly, make sure FFmpeg is installed on your system - see 6.4 Installing FFmpeg / AVConv.
Secondly, set your desired output format. Open the Download options window (for example, click Edit > General download options... > Formats). Add a format like mp4 to the List of preferred formats, then add the same format to If a merge is required after post-processing, output to this format.
For some reason, youtube-dl ignores the download option unless the format is specified in both places. (You will see a warning if you forget.)
Tartube can merge a video and audio file together, long after they have been downloaded - see 6.26 More information about FFmpeg and AVConv.
Q: The main window is full of folders I never use! I can't see my own channels, playlists and folders!
A: In the main window's toolbar, click the Hide (most) system folders button (a red folder)
A: In the main menu, click Media > Show/hide > Hide (most) system folders
A: Right-click the folders you don't want to see, and select Folder actions > Hide folder. To reverse this step, in the main menu click Media > Show/hide > Show hidden folders
A: In the main menu, click Edit > System preferences... > Windows > Videos, and click Show smaller icons to select it
A: If you have many channels and playlists, create a folder, and then drag-and-drop some channels/playlists into it
Q: I want to see all the videos on a single page, not spread over several pages!
A: In the toolbar at the bottom of the Videos tab, set the page size to zero, and press ENTER.
Q: The toolbar is too small! There isn't enough room for all the buttons!
A: Click Edit > System preferences... > Windows > Main window and then click Don't show labels in the main window toolbar to select it.
MS Windows users can already see a toolbar without labels.
Q: The toolbar is too big! Make it go away!
A: Click Edit > System preferences... > Windows > Main window, and then click Don't show the main window toolbar. The new setting is applied when you restart Tartube.
Q: I added my YouTube username and password, but I am still seeing authentification errors!
A: The questioner is talking about the settings in Edit > General download options... > Advanced > Authentication.
This is a youtube-dl issue. A general solution is described in this post.
The solution describes how to create a cookies.txt file, which can be specified as a download option.
Having created the file, in the same edit window, click the Name tab. In the box labelled Additional download options, you can add:
--cookies=YT-cookies.txt
See also the Tartube thread here.
Q: I want to download a video, but it's blocked in my region. I set the geostriction workarounds, but I still can't download the video!
A: youtube-dl provides some options for bypassing region-blocking. To show them, click Edit > General download options...
Click the Show advanced download options button if it's visible, then click the tabs Advanced > Geo-restriction.
Unfortunately, although these options exist, websites are not compelled to respect them. YouTube, in particular, may completely ignore them.
In many cases, the only remedy is to buy a subscription to a VPN (or to the video website itself).
Q: I downloaded some videos from a channel, but then YouTube blocked me, and I can't download the rest of them!
A: Change your IP address and try again.
A: Subscribe to a VPN.
A: You can specify a list of proxies (Edit > System preferences... > Operations > Proxies). During a download operation, Tartube will cycle between these proxies.
Unfortunately, it is not possible to switch between proxies while downloading a channel (youtube-dl does not offer that functionality). But the proxy list will work well if you're trying to download ten different channels.
Q: The Videos tab is full of 'blocked' videos!
A: If Tartube detects a video that has been age-restricted, censored or otherwise blocked, it is still added to the database. Unfortunately, Tartube doesn't know anything about the video, not even when it was uploaded, so videos like this appear at the top of the list.
If you don't want to see blocked videos in the Videos tab, deselect the button in the toolbar. (If you're not sure how to use the toolbar, see see 6.16 Filtering and finding videos.)
If you don't want the blocked videos added to your database at all, you can click Edit > System preferences > Operations > Downloads, and then de-select Add censored, age-restricted and other blocked videos to the database
Q: Why is the Windows installer so big?
A: Tartube is a Linux application. The installer for MS Windows contains not just Tartube itself, but a copy of Python and a whole bunch of essential graphics libraries, all of them ported to MS Windows.
Installing FFmpeg will dramatically increase the size of the installed folder.
If you're at all suspicious that such a small application uses such a large installer, you are invited to examine the installed files for yourself:
Everything is copied into this single folder. The installer doesn't modify the Windows registry, nor does it install files anywhere else (other than to the desktop and the Start Menu).
The NSIS scripts used to create the installers can be found here:
The scripts contain full instructions, so you should be able to create your own installer and then compare it to the official one.
Q: Tartube does not install/work on 32-bit Windows
A: Cygwin and MSYS2 have dropped support for 32-bit Windows.
Therefore there will be no further releases of Tartube for 32-bit Windows. Old installers will still work, and for a time it will still be possible to use them to install Tartube and youtube-dl. However, as of March 2022 it is already not possible to install FFmpeg.
The final 32-bit releases (v2.3.367) can be downloaded from here:
Q: Tartube can't detect upcoming livestreams at all!
A: Click Edit > System preferences... General > Modules.
If the Python feedparser module is not available, you can install it via PyPI. On Linux/BSD, the command to use is something like:
pip3 install feedparser
The Tartube installer for 64-bit MS Windows already contains a copy of feedparser, so there is no need to install it again.
Q: Tartube is showing a livestream that finished hours/days/centuries ago!
A: Right-click the video and select Livestream > Not a livestream.
Q: I set an alarm for an upcoming livestream, but I didn't hear anything!
A: Obviously you have already checked that your speakers are turned on, so now click Edit > System preferences... > General > Modules.
If the Python playsound module is not available, you can install it via PyPI. On Linux/BSD, the command to use is something like:
pip3 install playsound
The Tartube installer for 64-bit MS Windows already contains a copy of playsound, so there is no need to install it again.
Q: Icons in the Videos tab are broken! They all look the same!
Q: Icons in the Classic Mode tab are broken! They all look the same!
A: Since v2.4, Tartube uses a set of custom icons, replacing system (stock) icons. This was because some users were complaining that their (broken) systems didn't provide the stock icons.
If you want to restore stock icons, click Edit > System preferences... > Windows > Main window and then click Replace stock icons with custom icons (in case stock icons are not visible) to deselect it. Click the OK button to close the window, then restart Tartube.
Q: Tartube doesn't download video thumbnails any more! It used to work fine!
A: In June 2020, YouTube changed its image format from .jpg to .webp. Unfortunately, most software (including the graphics libraries used by Tartube) don't support .webp images yet. Worse still, YouTube begain sending .webp thumbnails mislabelled as .jpg files.
In September 2020, Tartube and youtube-dl added separate fixes for this problem. These fixes both depend on FFmpeg, so they won't work if FFmpeg is not installed on your system - see 6.4 Installing FFmpeg / AVConv.
If you have already downloaded a lot of .webp images, you can ask Tartube to convert them back to .jpg. Once converted, they will be visible in the main window.
Q: I can't see the text below each video!
A: If the background colours in the Videos and Drag and Drop tabs are getting in the way, you can change them: click Edit > Sysem preferences... > Windows > Colours.
Q: My buddy installed Tartube, and he showed me some download history graphs. But when I looked for that on my computer, I couldn't find them!
A: Tartube shows download statistics in a number of places, for example Edit > System preferences... > Files > History.
The graphs are created by matplotlib, but none of the Tartube installers include it (because it's quite a large download). If you want graphs, you have to install matplotlib yourself.
On Linux/BSD, use your system's software manager.
On MS Windows, click Operations > Install matplotlib...
Q: Tartube is not visible in the system tray! There is just an empty space where the Tartube icon should be!
A: This problem exists on certain Linux desktop environments (e.g. Cinnamon) which have still not fixed an ancient bug. The bug is related to a message you might be able to see in a terminal window:
gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed.
Other desktop environments (e.g. MATE) display the Tartube icon correctly.
Q: I want to install Tartube on a USB stick. How do I make Tartube portable?
A: On MS Windows, download the portable edition rather than the usual installer - see 5.1 Installation - MS Windows.
A: On other operating systems, just download the source code and run it. Installation is not necessary (as long as you have installed the correct dependencies) - see 5.3.10 Run without installing.
Tartube looks for a configuration file in two places: firstly, the directory (folder) containing the source code (the one that contains a setup.py file), and then, the default location for the system.
If it doesn't find a configuration file in either location, it creates one in the default location for your system.
However, you can create an empty settings.json file in the source code directory. If Tartube sees that empty file, it starts writing config files to that location, rather than to the default location. The source code directory is now truly portable, since when you move it somewhere, its configuration file moves with it.
You can see both locations by clicking Edit > System preferences... > Files > Config.
Q: When I try to download videos, Tartube refuses, complaining "You have only X / Y Mb remaining on your device". But I'm using an external hard drive with over a trillion terabytes of empty space!
A: Some users have reported that, when using a virtual machine (e.g. VirtualBox), and when downloading videos to a separate filesystem (e.g. an external hard drive), Tartube checks the size of the virtual filesystem instead of the external drive.
This seems to be an issue with the virtualisation software itself (we have confirmed that everything works as expected on a non-virtual system).
The only thing that can be done is to disable the checks and warnings altogether. Click Edit > System preferences > Files > Device, and deselect both Before checking/downloading videos, warn user if disk space is less than and Halt downloads if disk space is less than.
Q: In download options, I enabled embedding thumbnails in my downloaded videos, but it doesn't work!
A: Make sure you have installed FFmpeg.
A: Make sure you have not disabled the setting to remove .webp thumbnails after converting them to another format. Open Edit > System preferences > Operations > Downloads. If Convert .webp thumbnails into .jpg thumbnails is enabled, then ...but don't delete the original thumbnails should also be enabled.
Q: I'm trying to install Tartube on MS Windows. When Tartube prompts me to install FFmpeg, the installation fails!*
A: The software library that makes FFmpeg available for download breaks frequently. The only solution is to wait for the library to be fixed (but please still report the problem to Tartube's authors in the usual way).
This issue only affects users on MS Windows.
Q: Every time Tartube downloads videos, it shows an annoying dialogue window. Make it stop!
A: The dialogues can be disabled in Edit > System preferences > Operations > Actions > Don't notify the user at the end of an operation.
Q: On MS Windows, I can't download my favourite anime/K-pop video!
A: This is an unresolved bug that affects some users on MS Windows. Videos whose names contain Japanese, Korean or other non-ASCII characters can be downloaded, but Tartube cannot find the resulting videos (and their thumbnails and metadata) and does not add them to the database.
As a workaround, click Edit > General download options... > Files > Filesystem, and then select Restrict filenames to ASCII characters. The videos should be downloaded and added to Tartube's database, but with garbled names (which is better than nothing.)
Q: ¡No puedo usar Tartube porque no hablo inglés!
A: Necesitamos más traductores.
If you would like to contribute a translation of this project, please read this document.
Contributions can be made using Tartube's Weblate page, if that is convenient.
Report a bug: Use the Github issues page
See the AUTHORS file.