Skip to content

Commit

Permalink
smartplaylist: add "watched episode count" string for tvshows
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Nov 24, 2012
1 parent 12091af commit b8d3e4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion language/English/strings.po
Expand Up @@ -9702,7 +9702,11 @@ msgctxt "#21456"
msgid "External storage"
msgstr ""

#empty strings from id 21457 to 21459
msgctxt "#21457"
msgid "Watched episode count"
msgstr ""

#empty strings from id 21458 to 21459

msgctxt "#21460"
msgid "Subtitle location"
Expand Down
2 changes: 1 addition & 1 deletion xbmc/playlists/SmartPlayList.cpp
Expand Up @@ -91,7 +91,7 @@ static const translateField fields[] = {
{ "season", FieldSeason, SortBySeason, CSmartPlaylistRule::NUMERIC_FIELD, 20373 },
{ "episode", FieldEpisodeNumber, SortByEpisodeNumber, CSmartPlaylistRule::NUMERIC_FIELD, 20359 },
{ "numepisodes", FieldNumberOfEpisodes, SortByNumberOfEpisodes, CSmartPlaylistRule::NUMERIC_FIELD, 20360 },
{ "numwatched", FieldNumberOfWatchedEpisodes, SortByNumberOfWatchedEpisodes, CSmartPlaylistRule::NUMERIC_FIELD, 21441 },
{ "numwatched", FieldNumberOfWatchedEpisodes, SortByNumberOfWatchedEpisodes, CSmartPlaylistRule::NUMERIC_FIELD, 21457 },
{ "videoresolution", FieldVideoResolution, SortByVideoResolution, CSmartPlaylistRule::NUMERIC_FIELD, 21443 },
{ "videocodec", FieldVideoCodec, SortByVideoCodec, CSmartPlaylistRule::TEXTIN_FIELD, 21445 },
{ "videoaspect", FieldVideoAspectRatio, SortByVideoAspectRatio, CSmartPlaylistRule::NUMERIC_FIELD, 21374 },
Expand Down

0 comments on commit b8d3e4e

Please sign in to comment.