Giter Site home page Giter Site logo

media_downloader's Issues

FEAT - Does nothing when trying to overwrite file

If you try to download, for example, the same video twice, the program fails to communicate so; it simply does nothing (wich is good, too).
I suggest the program warns you when trying to overwrite a file.

FEAT - Some kind of completion alert or notification

When using the program without any kind of verbose/debugging, the only way of knowing when the downloading & conversion has ended is looking for the finished file in the download directory.

This is not intuitive, so I suggest some kind of alert or notification that the download/conversion has ended, and also the "download" button to be "locked" (grayed out) until the end of the process.
The icing of the cake would be adding some kind of progress bar, but that's for another ticket.
Anotación 2019-10-21 215532

Does not load preset settings correctly

When creating a preset with a the "audio" setting, if I "load" the preset, it doesn't apply the audio setting.
giff 1

The preset should save and apply the type of media

Feature - Support for multilanguage

Right now, all the texts are "hardcoded".
It would be nice to have the texts in files (xml, for example), so that different languages can be created without changing the code.
Once the feature is added, I could add an English translation.

Add support for multiple Media Downloader instances/sessions

Right now, Media Downloader can only process one download at a time, freezing while doing so.
I understand that adding support for concurrent downloads is a complex matter, but I think there could be a compromise.

You could, instead, open Media Downloader as many times as videos you want to download at the same time.

However, this does not work; if I open two sessions of MD, and start downloading with both, one of them will freeze/crash when starting the reencode process.

WHAT I THINK IS HAPPENING:

For what I know about the way MD works, this seems to be due to the usage of the "Filenames.tmp" file, that stores the names of the files to be converted. In the use case described above, the tmp file is first written by the first download, and then overwritten by the second.
At this point, the first download to end will be recoded with the name stored in the tmp file, and the second download to end will have no tmp file to read, and probably throw an internal error that freezes the program.

If we want to add multi-session support, this behaviour must be changed, either by creating an unique "Filenames.tmp" file for each MD session, or doing without this file altogether.

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.