Skip to content

Commit

Permalink
Merge pull request #326 from jeanslack/tbfixes
Browse files Browse the repository at this point in the history
update user guide
  • Loading branch information
jeanslack authored May 30, 2024
2 parents 5f0d1fa + fdf69be commit 2cad688
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 10 deletions.
1 change: 0 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Mon, 27 May 2024 V.5.0.14
Python module was not found. This fixes the incorrect display of the restart
message by setting other preferences.


+------------------------------------+
Mon, 13 May 2024 V.5.0.13

Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE DEPENDENCIES
-----------------

Required:
- Python >=3.7.0 <=3.12.0
- Python >=3.8.0 <=3.12.0
- wxPython-Phoenix >=4.0.7
- PyPubSub >=4.0.3
- requests >=2.26.0
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ web page, which provides the information required to install Videomass on
each operating system.

### Requirements
- **[Python >=3.7.0 <=3.12.0](https://www.python.org/)**
- **[Python >=3.8.0 <=3.12.0](https://www.python.org/)**
- **[wxPython-Phoenix >=4.0.7](https://wxpython.org/)**
- **[PyPubSub >=4.0.3](https://pypi.org/project/PyPubSub/)**
- **[requests >=2.26.0](https://pypi.org/project/requests/)**
Expand All @@ -35,10 +35,6 @@ each operating system.
- **[yt-dlp](https://github.com/yt-dlp/yt-dlp)**
- **[atomicparsley](http://atomicparsley.sourceforge.net/)**

> ### Using yt-dlp
> If you plan to use Videomass to download videos, Python =>3.8 is
recommended to meet the minimum [yt-dlp requirements](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#differences-in-default-behavior).

### Install basic dependencies for your OS

| **OS** | **Basic Dependencies** |
Expand Down
Binary file modified docs/User Guide/Presets_Manager_en.pdf
Binary file not shown.
Binary file modified docs/User Guide/Startup_and_Setup_en.pdf
Binary file not shown.
Binary file modified docs/User Guide/Timeline_en.pdf
Binary file not shown.
Binary file added docs/User Guide/Toolbars_en.pdf
Binary file not shown.
Binary file modified docs/User Guide/User_Interface_Overview_en.pdf
Binary file not shown.
Binary file modified docs/User Guide/Video_filters_en.pdf
Binary file not shown.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def source_build():
},
include_package_data=True,
zip_safe=False,
python_requires=">=3.7.0, <=3.12.0",
python_requires=">=3.8.0, <=3.12.0",
install_requires=inst_req,
setup_requires=setup_req,
entry_points={'gui_scripts':
Expand All @@ -138,7 +138,6 @@ def source_build():
'Natural Language :: Russian',
'Natural Language :: Spanish',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion videomass/vdms_main/main_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ def startPanel(self, event):

def switch_file_import(self, event):
"""
Shared event by manubar and toolbar
Shared event by menubar and toolbar
to switch on Drag&Drop panel.
"""
if self.ProcessPanel.IsShown():
Expand Down

0 comments on commit 2cad688

Please sign in to comment.