def _create_empty_library_notice(self):
     """
     Create an information box that is displayed if there are no indexed
     movies.
     """
     message = _(
         "There are no indexed Video Clips in the Entertainer media "
         "library. Please add some folders containing video clips "
         "to the Library using the configuration tool.")
     Tab.show_empty_tab_notice(self, _("No video clips available!"), message)
Exemple #2
0
 def _create_empty_library_notice(self):
     """
     Create an information box that is displayed if there are no indexed
     movies.
     """
     message = _(
         "There are no indexed movies in Entertainer media library.  To "
         "add movies, click on 'content' button on toolbar and open "
         "'videos' tab. Now click on 'add' button and select some folders "
         "which contains movie files.")
     Tab.show_empty_tab_notice(self, _("No movies available!"), message)
 def _create_empty_library_notice(self):
     """
     Create an information box that is displayed if there are no indexed
     movies.
     """
     message = _(
         "There are no indexed Video Clips in the Entertainer media "
         "library. Please add some folders containing video clips "
         "to the Library using the configuration tool.")
     Tab.show_empty_tab_notice(self, _("No video clips available!"),
                               message)
Exemple #4
0
 def _create_empty_library_notice(self):
     """
     Create an information box that is displayed if there are no indexed
     movies.
     """
     message = _(
         "There are no indexed movies in Entertainer media library.  To "
         "add movies, click on 'content' button on toolbar and open "
         "'videos' tab. Now click on 'add' button and select some folders "
         "which contains movie files.")
     Tab.show_empty_tab_notice(self, _("No movies available!"), message)