Difference between revisions of "Movies"

From Fixme.ch
Jump to: navigation, search
(Removing dead link)
Line 50: Line 50:
  
 
yep, that's ugly.
 
yep, that's ugly.
 +
 +
Or you can use [http://filebot.net Filebot] on any OS to sort and rename movies by scraping movie/series websites
 +
 
== See also ==
 
== See also ==
 
* [[podcasts]]
 
* [[podcasts]]

Revision as of 20:10, 26 June 2013

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