1 Title: Subtítulos para todos (y todas)
2 Tags: es, software, floss, subtitle, subtítulos, subdivx, subdivxget, release
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í
12 __ http://www.subdivx.com/
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.
17 __ https://git.llucax.com/w/software/subdivxget.git
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.
22 __ https://git.llucax.com/w/software/subdivxget.git/blob_plain/refs/heads/master:/subdivxget
24 Acá un *screenshot* del *usage*, que es la única documentación que existe sobre
27 Usage: subdivxget [OPTIONS] QUERY [FILTER ...]
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.
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
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.
46 Espero que a alguien le sea útil.
48 .. vim: set et sw=3 sts=3 :