]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2012/07/14-subtítulos-para-todos-(y-todas).rst
Move from llucax.com.ar to llucax.com
[personal/website.git] / source / blog / posts / 2012 / 07 / 14-subtítulos-para-todos-(y-todas).rst
1 Title: Subtítulos para todos (y todas)
2 Tags: es, software, floss, subtitle, subtítulos, subdivx, subdivxget, release
3
4 ¡Viva Perón, carajo!
5
6 Podrido de buscar subtítulos a mano en subdivx.com__, que es una paja enorme
7 por la interfaz bastaaante pedorra, decidí, hace mucho tiempo, hacer un pequeño
8 script para hacer el trabajo sucio por mí. Como muchas veces pasa, esa mugre
9 fue creciendo hasta convertirse en algo relativamente decente, así que decidí
10 publicarlo.
11
12 __ http://www.subdivx.com/
13
14 Si bien no estoy tan orgulloso de él como para hacer un release serio, subí el
15 código a un `repo git`__ que pueden bajar, mejorar y mandar parches.
16
17 __ https://git.llucax.com/w/software/subdivxget.git
18
19 También pueden `bajar el script`__ directamente y usarlo (``chmod +x`` de por
20 medio). Está probado con Python 2.7 y 3.2.
21
22 __ https://git.llucax.com/w/software/subdivxget.git/blob_plain/refs/heads/master:/subdivxget
23
24 Acá un *screenshot* del *usage*, que es la única documentación que existe sobre
25 el script::
26
27    Usage: subdivxget [OPTIONS] QUERY [FILTER ...]
28
29    Download subtitles from subdivx.com searching the string QUERY. If FILTERs
30    are specified, only subtitles that matches all those filters are downloaded.
31    Filters have the format "X:fitler", where X is a field specification:
32    t=titulo, d=desc, a=autor, f=formato, c=comentarios, C=cds, F=fecha and
33    D=downloads. filter is a string that should be found on that field (case
34    insensitive). If the format specifier is not known (or there isn't one) the
35    filter string is looked in all the fields.
36
37    Options:
38      -h, --help       show this help message and exit
39      -l, --list-only  Don't download the subtitles, just list them
40      -q, --quiet      Don't print progress messages
41
42 Ah, sí, me quedó mezcla de inglés y castellano, es que estoy acostumbrado
43 a codear en inglés, pero dado que subdivx AFAIK sólo tiene subtítulos en
44 castellano se complica.
45
46 Espero que a alguien le sea útil.
47
48 .. vim: set et sw=3 sts=3 :