GithubHelp home page GithubHelp logo

FR: Optional download folder about metube HOT 7 CLOSED

gerroon avatar gerroon commented on June 8, 2024
FR: Optional download folder

from metube.

Comments (7)

alexta69 avatar alexta69 commented on June 8, 2024 1

But this feature exists -- if you click the arrow to the right of the Add button, you can add a custom subfolder. Is there anything wrong with it?

from metube.

gerroon avatar gerroon commented on June 8, 2024

Hah, epic. I did not see it. I will give it a try

from metube.

esturniolo avatar esturniolo commented on June 8, 2024

Hi!
Am I doing something wrong?

If I try to download something and I clikc the arrow and where it says "Custom name prefix" add some thing like this:
name/

A new directory name is created, but the files created will be created inside the new directory called name but it will created with a .

So the files will be hidden in the new directory.

from metube.

PikuZheng avatar PikuZheng commented on June 8, 2024

Hi! Am I doing something wrong?

If I try to download something and I clikc the arrow and where it says "Custom name prefix" add some thing like this: name/

A new directory name is created, but the files created will be created inside the new directory called name but it will created with a .

So the files will be hidden in the new directory.

looks like #413 and he said his OUTPUT_TEMPLATE was missing .%(ext)s

from metube.

esturniolo avatar esturniolo commented on June 8, 2024

Thanks for your fast response @PikuZheng
The dot in the beggining appears and the extension too. I mean, I don't have any problem with the extension.

I tried with this in my docker compose file

    environment:
      - OUTPUT_TEMPLATE=%(title)s.%(ext)s 

And I still have the . in the begining of the file.
๐Ÿค”
imagen

from metube.

PikuZheng avatar PikuZheng commented on June 8, 2024

oh I see. if you want to download to subdir, why not create it and use Download Folder?

yes there is a ยท between custom_name_prefix and OUTPUT_TEMPLATE but why? @hellodword

output = self.config.OUTPUT_TEMPLATE if len(custom_name_prefix) == 0 else f'{custom_name_prefix}.{self.config.OUTPUT_TEMPLATE}'

from metube.

esturniolo avatar esturniolo commented on June 8, 2024

oh I see. if you want to download to subdir, why not create it and use Download Folder?

Because I'll create the folders depending the download items. I've some "main" folders and then I want to create "dynamically" (manually) the folder name for that thinkg downlaoded.
If you have any other way to do this, I'm all ears.

And I'm happy to see that I'm not crazy and the dot is really there.
๐Ÿ˜†

from metube.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.