Skip to content

Commit

Permalink
Yet another fix for #356
Browse files Browse the repository at this point in the history
  • Loading branch information
A S Lewis committed Dec 1, 2021
1 parent 22a1426 commit 36dd493
Show file tree
Hide file tree
Showing 13 changed files with 336 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ Checking/download videos:
- To **Check** or **Download** videos, channels and playlists, use the main menu, or the buttons near the top of the window, or the buttons in the bottom-left corner, or right-click an individual video, channel or playlist
- A **Custom Download** can be started from the main menu (**Operations > Custom download all** or by right-clicking a video, channel, playlist or folder

Refreshing the filesystem:
Refreshing the database:

- **Refresh** - Examines your filesystem. If you have manually copied any videos to the location in which **Tartube** stores its files, those videos are added to **Tartube**'s database
- To **Refresh** **Tartube**'s database, use the main menu (**Operations > Refresh database...**) or right-click a channel/playlist/folder
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.351
2.3.358
6 changes: 3 additions & 3 deletions nsis/tartube_install_32bit.nsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tartube v2.3.351 installer script for MS Windows
# Tartube v2.3.358 installer script for MS Windows
#
# Copyright (C) 2019-2021 A S Lewis
#
Expand Down Expand Up @@ -249,7 +249,7 @@

;Name and file
Name "Tartube"
OutFile "install-tartube-2.3.351-32bit.exe"
OutFile "install-tartube-2.3.358-32bit.exe"

;Default installation folder
InstallDir "$LOCALAPPDATA\Tartube"
Expand Down Expand Up @@ -352,7 +352,7 @@ Section "Tartube" SecClient
# "Publisher" "A S Lewis"
# WriteRegStr HKLM \
# "Software\Microsoft\Windows\CurrentVersion\Uninstall\Tartube" \
# "DisplayVersion" "2.3.351"
# "DisplayVersion" "2.3.358"

# Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"
Expand Down
6 changes: 3 additions & 3 deletions nsis/tartube_install_64bit.nsi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tartube v2.3.351 installer script for MS Windows
# Tartube v2.3.358 installer script for MS Windows
#
# Copyright (C) 2019-2021 A S Lewis
#
Expand Down Expand Up @@ -249,7 +249,7 @@

;Name and file
Name "Tartube"
OutFile "install-tartube-2.3.351-64bit.exe"
OutFile "install-tartube-2.3.358-64bit.exe"

;Default installation folder
InstallDir "$LOCALAPPDATA\Tartube"
Expand Down Expand Up @@ -352,7 +352,7 @@ Section "Tartube" SecClient
# "Publisher" "A S Lewis"
# WriteRegStr HKLM \
# "Software\Microsoft\Windows\CurrentVersion\Uninstall\Tartube" \
# "DisplayVersion" "2.3.351"
# "DisplayVersion" "2.3.358"

# Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"
Expand Down
4 changes: 2 additions & 2 deletions pack/bin/no_download/tartube
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import mainapp

# 'Global' variables
__packagename__ = 'tartube'
__version__ = '2.3.351'
__date__ = '25 Nov 2021'
__version__ = '2.3.358'
__date__ = '1 Dec 2021'
__copyright__ = 'Copyright \xa9 2019-2021 A S Lewis'
__license__ = """
Copyright \xa9 2019-2021 A S Lewis.
Expand Down
4 changes: 2 additions & 2 deletions pack/bin/pkg/tartube
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import mainapp

# 'Global' variables
__packagename__ = 'tartube'
__version__ = '2.3.351'
__date__ = '25 Nov 2021'
__version__ = '2.3.358'
__date__ = '1 Dec 2021'
__copyright__ = 'Copyright \xa9 2019-2021 A S Lewis'
__license__ = """
Copyright \xa9 2019-2021 A S Lewis.
Expand Down
4 changes: 2 additions & 2 deletions pack/bin/strict/tartube
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import mainapp

# 'Global' variables
__packagename__ = 'tartube'
__version__ = '2.3.351'
__date__ = '25 Nov 2021'
__version__ = '2.3.358'
__date__ = '1 Dec 2021'
__copyright__ = 'Copyright \xa9 2019-2021 A S Lewis'
__license__ = """
Copyright \xa9 2019-2021 A S Lewis.
Expand Down
2 changes: 1 addition & 1 deletion pack/tartube.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH man 1 "25 Nov 2021" "2.3.351" "tartube man page"
.TH man 1 "1 Dec 2021" "2.3.358" "tartube man page"
.SH NAME
tartube \- GUI front-end for youtube-dl
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion pack/tartube.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Tartube
Version=2.3.351
Version=2.3.358
Exec=tartube
Icon=tartube
Type=Application
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
# Setup
setuptools.setup(
name='tartube',
version='2.3.351',
version='2.3.358',
description='GUI front-end for youtube-dl',
long_description=long_description,
long_description_content_type='text/plain',
Expand Down
Loading

0 comments on commit 36dd493

Please sign in to comment.