Starting on removing LDS Church affiliations
[watersofshiloah] / src / imagestore.py
index 5e9d333..263d9c5 100644 (file)
@@ -17,27 +17,24 @@ _moduleLogger = logging.getLogger(__name__)
 class ImageStore(object):
 
        STORE_LOOKUP = {
-               "next": "next.png",
-               "prev": "prev.png",
+               "next": "button_next.png",
+               "prev": "button_prev.png",
                "home": "home.png",
-               "pause": "pause.png",
-               "play": "play.png",
-               "stop": "stop.png",
-               "pause_pressed": "pausepressed.png",
-               "play_pressed": "playpressed.png",
-               "stop_pressed": "stoppressed.png",
-
-               "small_next": "small_next.png",
-               "small_prev": "small_prev.png",
-               "small_home": "small_home.png",
-               "small_pause": "small_pause.png",
-               "small_play": "small_play.png",
-               "small_stop": "small_stop.png",
-               "small_pause_pressed": "small_pausepressed.png",
-               "small_play_pressed": "small_playpressed.png",
-               "small_stop_pressed": "small_stoppressed.png",
-
-               "loading": "loading.gif",
+               "pause": "button_pause.png",
+               "play": "button_play.png",
+               "stop": "button_stop.png",
+               "add": "button_add.png",
+               "remove": "button_remove.png",
+               "favorite": "button_favorite.png",
+               "next_pressed": "button_next_pressed.png",
+               "prev_pressed": "button_prev_pressed.png",
+               "home_pressed": "home_pressed.png",
+               "pause_pressed": "button_pause_pressed.png",
+               "play_pressed": "button_play_pressed.png",
+               "stop_pressed": "button_stop_pressed.png",
+               "add_pressed": "button_add_pressed.png",
+               "remove_pressed": "button_remove_pressed.png",
+               "favorite_pressed": "button_favorite_pressed.png",
 
                "radio_header": "radio_header.png",
                "conference_background": "background_conference_p.png",
@@ -47,13 +44,12 @@ class ImageStore(object):
                "scripture_background": "background_scriptures_p.png",
                "scripture_background_landscape": "background_scriptures_l.png",
 
-               "conferences": "conference.png",
-               "magazines": "magazines.png",
-               "mormonmessages": "mormonmessages.png",
-               "radio": "radio.png",
-               "scriptures": "scriptures.png",
+               "conferences": "label_conference.png",
+               "magazines": "label_magazines.png",
+               "radio": "label_radio.png",
+               "scriptures": "label_scriptures.png",
 
-               "more": "more.png",
+               "loading": "loading.gif",
                "icon": "icon.png",
                "nomagazineimage": "nomagazineimage.png",
        }