Last modified on 8 August 2015, at 21:36

Movies

Voici une liste des films ou des reportages en rapport avec l'informatique, les hackerspaces, les Geek.

Films

Animés

Reportages

Émission de TV

Podcasts


Sort

One liner to sort the movies, if you have all the movies in a 'movies' file

   python -c "import re;print(.join(sorted(open('movies').readlines(), key=lambda s: int(re.search('\((\d{4})\)', s).group(1)))))"

yep, that's ugly.

Or you can use Filebot on any OS to sort and rename movies by scraping movie/series websites

See also