MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.27k stars 1.58k forks source link

Setting a custom title format sets all preset title formats forever #410

Open foxmajik opened 4 years ago

foxmajik commented 4 years ago

What is the purpose of your issue?

Bug report

What operating system do you use ?

Windows 10

List of actions to perform to reproduce the problem:

  1. Open Options
  2. Click the "Filename format" drop-down
  3. Select Custom
  4. Specify a custom file format
  5. Click Close button

What is the expected behavior ?

There should only be a custom file format set.

What happens instead ?

Setting a custom file format wipes out all the preset provided file formats and makes them the same as my custom file format.

So for example, if I click the dropdown for file format and pick "Title + ID" it is now the same string as my custom format.

I am using the Portable version of youtube-dl-gui. Even if I completely delete the folder the application is in and unzip a fresh copy of it, the formats are still wiped when I start the application.

This takes away the ability to look at the pre-provided formats and use them as a base for building custom formats.


foxmajik commented 4 years ago

Any update on this? It's been six months.

axcore commented 4 years ago

This project is not being maintained. Maybe you would like to use Tartube instead.