mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
SpiffyTitles: fix default IMDb template
This commit is contained in:
parent
1b238f8a2b
commit
43a1ad8f41
@ -293,7 +293,7 @@ conf.registerChannelValue(SpiffyTitles.imdb, 'logo',
|
||||
|
||||
# IMDB template
|
||||
conf.registerChannelValue(SpiffyTitles.imdb, 'template',
|
||||
registry.String("^ {{imdb_logo}} :: {{title}} ({{year}}, {{country}}, [{{rated}}], {{genre}}, {{runtime}}) :: IMDb: {{imdb_rating}} | MC: {{metascore}} | RT: {{tomatoMeter}} :: {{plot}} :: Director: {{director}} :: Cast: {{actors}} :: Writer: {writer}}", _("""IMDB title template""")))
|
||||
registry.String("^ {{imdb_logo}} :: {{title}} ({{year}}, {{country}}, [{{rated}}], {{genre}}, {{runtime}}) :: IMDb: {{imdb_rating}} | MC: {{metascore}} | RT: {{tomatoMeter}} :: {{plot}} :: Director: {{director}} :: Cast: {{actors}} :: Writer: {{writer}}", _("""IMDB title template""")))
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user