Coder Social home page Coder Social logo

encuentro's People

Contributors

dependabot[bot] avatar dmascialino avatar facundobatista avatar ganiserb avatar gilgamezh avatar humitos avatar mgaitan avatar micabressan avatar sansen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

sansen

encuentro's Issues

que las columnas permitan acumular orden

Por ejemplo, primero por canal, luego sección, luego título, luego episodio (haciendo click en el nombre de cada columna en ese orden. Pudiendo ser ascendente al primer click y descendente al segundo click y... cancelando la acción al tercer click)

Launchpad Details: #LP1293271 Manuel Kaufmann - 2014-03-17 00:35:31 +0000

Selections should be cleaned when filtering

  • Start Encuentro
  • Select a bunch of episodes (don't do anything with them)
  • Go to filter text entry, add text that shouldn't show what you selected before
  • Other episodes are shown (according to your filter) but selected!

Even worse, multiple selection works funny after that.

Solution: unselect user selection when she change filters for those episodes that are not shown in the final list.

Launchpad Details: #LP1530654 Facundo Batista - 2016-01-03 14:15:42 +0000

Please migrate to python3 and qt5

Hi,

Debian is planning to drop qt4 in this release cycle, at the same time, some python modules are only available in python3 (such as youtube-dl), while the "soon to be deprecated" python-qt4 is only available for python2.

To solve this issues it seems that encuentro needs to be migrated to python3 and qt5.

Happy hacking,

Launchpad Details: #LP1714639 Maximiliano Curia - 2017-09-02 07:26:53 +0000

State of "downloaded" should be retrieved from disk

GUI should recalculate "downloaded" state when refreshing everything, instead of keeping the info from metadata.

If this is possible, then all local metadata could be deleted in a refresh! This way we could deprecate old info and remove the encuentro/main.py that we have only for namespace reasons.

Launchpad Details: #LP1106359 Facundo Batista - 2013-01-26 21:35:40 +0000

The columns in the "downloading status" windows doesn't not remember position

Steps:

  • Open Encuentro
  • Start downloading a couple of episodes
  • Go to the "downloading status" window (right, bottom) and move the column size slider (the one that separates both "downloading" and "status" columns).
  • Close Encuentro before downloads finish
  • Open Encuentro again

At this point, Encuentro re-starts the unfinished previous downloads. If you see the "downloading status" window, its columns have the "original size", which is wrong, it should have the sizes that you left them in the steps above.

Launchpad Details: #LP1530645 Facundo Batista - 2016-01-03 13:29:22 +0000

Mútiple selección

En la versión anterior (ahora tengo la 2.1.1) se podían seleccionar muchos episodios y hacer una sola vez click en "Descargar". Ahora aparece este mensaje:

"Seleccioná sólo un programa para ver aquí la info."

y tengo que seleccionar 1 por 1.

Launchpad Details: #LP1455790 Manuel Kaufmann - 2015-05-16 16:46:33 +0000

"no me borres mis descargas!"

Si la descarga falla por X motivo y cierro el programa... pierdo las descargas que había seleccionado para bajar y fallaron.

Estaría bueno que las registre como que fallaron y pruebe la próxima vez que se abra el programa.

Launchpad Details: #LP1293277 Manuel Kaufmann - 2014-03-17 00:46:04 +0000

Filtrar por canal y sección

Poner comboboxes a la izquierda de "Filtrar" que permita seleccionar qué canal o sección ver.

O sea, dos comboboxes, uno con default "Todos los canales" y otro con "Todos las secciones", y que el contenido sea [Encuentro, PakaPaka, etc] en uno y [Serie, Micro, etc] en otro.

Launchpad Details: #LP1022277 Facundo Batista - 2012-07-08 13:30:05 +0000

Program should alert about new versions available

Every time the program is started, it should verify if there's available a new version of self.

This can be easily done checking a file online with "latest released version". If the download fails, no alert. If it's less or equal, no alert. If it's greater, pop up like (unless *1, see below):

Hola! Hay una nueva versión disponible de Encuentro, la X.Y.Z.

Visitá la web del programa para bajar la actualización. LINK.

At the bottom of the message, a checkbox, by default not selected:

[] No volver a mostrarme este mensaje por 30 días

In the config, store None if the checkbox is not selected, or the date when the user selected it. This date affects *1 (se above).

Launchpad Details: #LP1398243 Facundo Batista - 2014-12-02 02:04:50 +0000

número de intentos

Agregar una opción para decirle que intente N cantidad de veces al worker que baja el archivo antes de darse por vencido.

Launchpad Details: #LP1293275 Manuel Kaufmann - 2014-03-17 00:42:55 +0000

Mostrar progreso de forma elegante

O sea, una barrita que va creciendo.

Quizás, adentro, la misma info que ahora, pero con la barrita queda más lindo :)

Launchpad Details: #LP1022282 Facundo Batista - 2012-07-08 13:38:25 +0000

Add a date_added field

Episodes should have a "date added" field, so you can filter/order and see "the new ones"

Launchpad Details: #LP1593459 Facundo Batista - 2016-06-16 23:00:25 +0000

Ir a la página del capítulo

Estaría bueno que cuando se presiona el botón derecho sobre la lista de capítulos haya una opción para ir a la página web de ese capítulo.

Es es útil por ejemplo para ver qué número de episodio es, conocer más sobre el programa, ver cuántas temporadas tiene y además ver "On Line" un capítulo que todavía no hemos descargado

Launchpad Details: #LP1206933 Manuel Kaufmann - 2013-07-31 14:14:20 +0000

Need to rethink "config needed" indications now that we're multibackend

Now that Encuentro is multibackend, we don't need usr/pass for all backends, so this changes some things regarding configuration and download availability:

  • We need a "have_config" for each backend (those who don't need anything will always return True, those that need something (i.e.: usr/pass) will return True only if have that.

  • The "download" button in toolbar/menu will not longer be enabled generically, but everytime an episode is selected, accordingly to the have_config() of its backend

  • The "need something indicator", for configs, will check also all(x.have_config() for x in all_backends)

  • The "Download" in right-button menu need to check on have_config() for its backend

Launchpad Details: #LP1132554 Facundo Batista - 2013-02-24 21:55:43 +0000

Remove old partial files

When a download starts, check if there's an old partial file for the same file, and remove it.

This way, it will not leave "old interrupted" part of files.

Launchpad Details: #LP1521296 Facundo Batista - 2015-11-30 19:01:02 +0000

Mensaje de error SSL

Al intentar descargar contenido de canal Encuentro, Conectar Igualdad, Educ.ar, se informa el siguiente mensaje:

"SSLError: hostname 'usuarios.educ.ar' doesn't match either of 'infinitoxdescubrir.gob.ar', 'www.infinitoxdescubrir.gob.ar' "

No hay problemas para descargar contenido de los otros canales (CDA, BACUA, Decime quién sos vos).
Encuentro versión 4.0 en Linux Mint 17.3 (MATE Edition)

Launchpad Details: #LP1620133 Lisandro Raviola - 2016-09-04 22:42:44 +0000

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.