axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.12k stars 112 forks source link

Auto rename #527

Closed Mefisst closed 12 months ago

Mefisst commented 1 year ago

I have all links without a name, they are called master several links in a row cannot be downloaded because the file names are the same how to rename automatically downloaded files so that the download continues? link format ends with master.m3u8, so the final file name is master.mp4

axcore commented 1 year ago

Use file output templates.

Edit > General download options... > Files > File names

In the box Format for video file names, select Title + ID

A video's ID is unique, even if the title is the same.

Mefisst commented 1 year ago

does not work

Mefisst commented 1 year ago

2 files are downloaded at the same time, these files have the same name, as soon as one is downloaded, it gives an error

Mefisst commented 1 year ago

1-001 1-002

axcore commented 1 year ago

Make sure you are using the right download options for the Classic Mode tab. There is a menu button in the top-right corner, open the options window from there.

Mefisst commented 1 year ago

I didn't change anything, just updated the plugins. this app is not working well

  1. Two files are downloaded at the same time
  2. Each of the files has the same name
  3. Each file is downloaded in parts
  4. Parts of both files are named the same because the filenames are the same
  5. There is a conflict in the names of parts, so no file is loaded.

Where can I put the download of only one file so that they are downloaded in turn?

axcore commented 1 year ago

You can tell Tartube to download only one video at a time, in the Progress tab.

progress

Your other question is: "I set the output template to Title + ID, but there is still a name conflict"

I'm not sure why that happens; maybe yt-dlp does not work well with vhcdn.com. If you like, you can give me the URL of both videos, then I can test them.

axcore commented 12 months ago

Closed for inactivity.