mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
update default imdb template
This commit is contained in:
parent
1f129b60ac
commit
ad29ac6d1a
@ -28,7 +28,7 @@ def configure(advanced):
|
|||||||
IMDB = conf.registerPlugin('IMDB')
|
IMDB = conf.registerPlugin('IMDB')
|
||||||
|
|
||||||
conf.registerGlobalValue(IMDB, 'template',
|
conf.registerGlobalValue(IMDB, 'template',
|
||||||
registry.String("$title ($year, $country, [$rated], $genre, $runtime) | IMDB: $imdbRating MC: $metascore% | $plot | Director: $director | Writer: $writer | Actors: $actors | http://imdb.com/title/$imdbID", _("""Template for the output of a search query.""")))
|
registry.String("\x02\x031,8 IMDb \x03 | $title ($year, $country, [$rated], $genre, $runtime) | IMDB: $imdbRating MC: $metascore% | $plot | Director: $director | Writer: $writer | Actors: $actors | http://imdb.com/title/$imdbID", _("""Template for the output of a search query.""")))
|
||||||
|
|
||||||
# alternative template:
|
# alternative template:
|
||||||
# $title ($year - $director) :: [i:$imdbRating r:$tomatoMeter m:$metascore] $plot :: http://imdb.com/title/$imdbID
|
# $title ($year - $director) :: [i:$imdbRating r:$tomatoMeter m:$metascore] $plot :: http://imdb.com/title/$imdbID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user