comparison README @ 0:c6e7b3287d65

Initial commit: first public realease (0.1)
author Goffi <goffi@goffi.org>
date Wed, 21 Jul 2010 15:43:54 +0800
parents
children 6f4b5e24cf08
comparison
equal deleted inserted replaced
-1:000000000000 0:c6e7b3287d65
1 lm v0.1
2 (c) Jérôme Poisson aka Goffi 2010
3
4 lm is of software to list movies, loosely inspired from ls.
5
6
7
8 ** LICENSE **
9
10 lm is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
14
15 lm is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with lm. If not, see <http://www.gnu.org/licenses/>.
22
23
24
25 ** WTF ? **
26
27 lm list media files (only movies so far), getting information on IMDb, allowing you to display sexy titles (instead of often unreadable filename), sort by rating, display plot, etc.
28
29
30
31 ** How to use it ? **
32
33 lm --help
34
35 each time you launch lm, it gets metadata for files it doesn't know, which is really slow. So, be sure to try on a directory with a few movies to test it.
36
37 ** Filters **
38
39 you can filter your query using the --filter argument (or the short -f)
40 Currently, you can filter on genre, director or actor.
41 The syntax is --filter @keyword:filter,filter,filter@keyword2:filter,filter
42 e.g.:
43 lm --filter "@director:tim burton@genre:drama,fantasy"
44
45 filters are case insensitive
46
47
48 ** Credit **
49
50 Internet Movie Database (IMDb) is one of the oldest site on Internet, and, as its name says, give a lot of informations on movies
51
52 IMDbPY:
53 lm use IMDbPY to get information on IMDb (http://imdbpy.sourceforge.net/), many thanks to its authors
54
55
56
57 ** See also **
58
59 You can also have a look on my other projets:
60 - SàT: a XMMP client in heavy development, my main project at the moment
61 - mkvconvert: a small script to convert mkv files unreadable with vlc to mkv with xvid
62
63
64
65 ** Contact **
66
67 You can contact me on goffi@goffi.org
68 You'll find the latest version on my website: http://www.goffi.org (it's mainly in french, I will probably make a little part in english in the future).
69