Git Product home page Git Product logo

Comments (7)

mhogomchungu avatar mhogomchungu commented on August 15, 2024

Can you post a screenshot of Media Downloader? It seems to be working fine here and my screenshot is below.

Go to "Configure->general options" and then put "utf8" in the "text encoding" text fields and try again.

Screenshot_20221124_152945

from media-downloader.

candrapersada avatar candrapersada commented on August 15, 2024

gambar
-o "%(uploader)s/%(playlist)s/%(playlist_index)s- %(title)s.%(ext)s"

from media-downloader.

mhogomchungu avatar mhogomchungu commented on August 15, 2024

So it works now after you added the "utf8" option?

I do not see the problem in your latest screenshot.

from media-downloader.

candrapersada avatar candrapersada commented on August 15, 2024

the problem is that the download folder in the playlist title is incomplete as shown in this image
%(playlist)s/%(title)s.%(ext)s
image
image

from media-downloader.

mhogomchungu avatar mhogomchungu commented on August 15, 2024

So the problem here is that "title" has "//" characters sand yt-dlp+Media Downloader treats them as a folder path while yt-dlp when used alone does not.

edit, the bug is here.

from media-downloader.

candrapersada avatar candrapersada commented on August 15, 2024

yes for %(playlist_title)s and %(playlist)s

from media-downloader.

mhogomchungu avatar mhogomchungu commented on August 15, 2024

Fixed.

The solution is to use --parse-metadata yt-dlp option and to do the replacement by using something like
--parse-metadata 【アニメ】 .hack//G.U.:%(playlist_title)s to properly set playlist_title,
Screenshot_20221130_172929

from media-downloader.

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.