Skip to content

Commit

Permalink
add in progress shows item under tvshows in the library
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Marshall committed Sep 7, 2012
1 parent 5c57c76 commit d18393d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion language/English/strings.po
Expand Up @@ -2273,7 +2273,11 @@ msgctxt "#625"
msgid "All songs of"
msgstr ""

#empty strings from id 626 to 628
msgctxt "#626"
msgid "In progress TV shows"
msgstr ""

#empty strings from id 627 to 628

msgctxt "#629"
msgid "View mode"
Expand Down
7 changes: 7 additions & 0 deletions system/library/video/inprogressshows.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="filter" visible="Library.HasContent(TVShows)">
<label>626</label>
<icon>DefaultInProgressShows.png</icon>
<content>tvshows</content>
<rule field="inprogress" operator="true" />
</node>
7 changes: 7 additions & 0 deletions system/library/video_flat/inprogressshows.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="filter" visible="Library.HasContent(TVShows)">
<label>626</label>
<icon>DefaultInProgressShows.png</icon>
<content>tvshows</content>
<rule field="inprogress" operator="true" />
</node>

0 comments on commit d18393d

Please sign in to comment.