framework_gem 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/EXECUTION_ENGINE.md +282 -0
- data/lib/Gemfile +12 -0
- data/lib/README.md +138 -0
- data/lib/User_Lib/helpers/helpers.rb +13 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_black_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_color_rois.rb +9 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_image_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_text_rois.rb +48 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_video_rois.rb +11 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_color_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_image_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_rois.rb +23 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_text_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_720/apple_tv_720_video_rois.rb +11 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_black_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_color_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_image_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_rois.rb +23 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_text_rois.rb +7 -0
- data/lib/User_Lib/rois/apple_tv/apple_tv_video_rois.rb +7 -0
- data/lib/User_Lib/rois/black_rois.rb +33 -0
- data/lib/User_Lib/rois/color_rois.rb +38 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_image_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_rois.rb +26 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_1080/dta_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_black_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_color_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_image_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_rois.rb +26 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_text_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_720/dta_720_video_rois.rb +8 -0
- data/lib/User_Lib/rois/dta/dta_black_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_color_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_image_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_rois.rb +26 -0
- data/lib/User_Lib/rois/dta/dta_text_rois.rb +9 -0
- data/lib/User_Lib/rois/dta/dta_video_rois.rb +9 -0
- data/lib/User_Lib/rois/image_rois.rb +38 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_rois.rb +26 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_1080/mdn_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_rois.rb +26 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_720/mdn_720_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mdn/mdn_black_rois.rb +9 -0
- data/lib/User_Lib/rois/mdn/mdn_color_rois.rb +9 -0
- data/lib/User_Lib/rois/mdn/mdn_image_rois.rb +9 -0
- data/lib/User_Lib/rois/mdn/mdn_rois.rb +26 -0
- data/lib/User_Lib/rois/mdn/mdn_text_rois.rb +13 -0
- data/lib/User_Lib/rois/mdn/mdn_video_rois.rb +9 -0
- data/lib/User_Lib/rois/mobile/android/android_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_image_rois.rb +43 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_phone/android_phone_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_image_rois.rb +54 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_tablet/android_tablet_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/android/android_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_phone/ios_phone_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_color_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_image_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_tablet/ios_tablet_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/ios/ios_video_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/mobile_black_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/mobile_color_rois.rb +12 -0
- data/lib/User_Lib/rois/mobile/mobile_image_rois.rb +38 -0
- data/lib/User_Lib/rois/mobile/mobile_rois.rb +22 -0
- data/lib/User_Lib/rois/mobile/mobile_text_rois.rb +8 -0
- data/lib/User_Lib/rois/mobile/mobile_video_rois.rb +8 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_black_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_color_rois.rb +9 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_image_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/passport/passport_1080/passport_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_color_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_image_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_rois.rb +23 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_text_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_720/passport_720_video_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_black_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_color_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_image_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_rois.rb +23 -0
- data/lib/User_Lib/rois/passport/passport_text_rois.rb +7 -0
- data/lib/User_Lib/rois/passport/passport_video_rois.rb +7 -0
- data/lib/User_Lib/rois/rois.rb +22 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_black_rois.rb +37 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_color_rois.rb +336 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_image_rois.rb +235 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_rois.rb +23 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_text_rois.rb +1523 -0
- data/lib/User_Lib/rois/roku/roku_720/roku_720_video_rois.rb +32 -0
- data/lib/User_Lib/rois/roku/roku_black_rois.rb +14 -0
- data/lib/User_Lib/rois/roku/roku_color_rois.rb +9 -0
- data/lib/User_Lib/rois/roku/roku_image_rois.rb +13 -0
- data/lib/User_Lib/rois/roku/roku_rois.rb +23 -0
- data/lib/User_Lib/rois/roku/roku_text_rois.rb +9 -0
- data/lib/User_Lib/rois/roku/roku_video_rois.rb +9 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_black_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_color_rois.rb +11 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_image_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_text_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_1080/roku_tv_1080_video_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_black_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_color_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_image_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_rois.rb +23 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_text_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_720/roku_tv_720_video_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_black_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_color_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_image_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_rois.rb +23 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_text_rois.rb +12 -0
- data/lib/User_Lib/rois/roku_tv/roku_tv_video_rois.rb +12 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_black_rois.rb +13 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb +29 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_image_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_text_rois.rb +92 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_video_rois.rb +11 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_black_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_color_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_image_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_rois.rb +23 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_text_rois.rb +12 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_720/samsung_tv_720_video_rois.rb +11 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_black_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_color_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_image_rois.rb +9 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_rois.rb +23 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_text_rois.rb +12 -0
- data/lib/User_Lib/rois/samsung_tv/samsung_tv_video_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_image_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_rois.rb +26 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_text_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_1080/sara_1080_video_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_black_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_color_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_image_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_rois.rb +26 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_text_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_720/sara_720_video_rois.rb +8 -0
- data/lib/User_Lib/rois/sara/sara_black_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_color_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_image_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_rois.rb +26 -0
- data/lib/User_Lib/rois/sara/sara_text_rois.rb +9 -0
- data/lib/User_Lib/rois/sara/sara_video_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_color_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_image_rois.rb +19 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb +47 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_1080/iguide_1080_video_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_color_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_image_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_text_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_720/iguide_720_video_rois.rb +11 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_color_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_image_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_text_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/iguide/iguide_video_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_image_rois.rb +12 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_1080/odn_1080_video_rois.rb +11 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_black_rois.rb +46 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_color_rois.rb +142 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_image_rois.rb +103 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_black_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_color_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_image_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_moto/odn_720_moto_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_black_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_color_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_image_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_sa/odn_720_sa_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_black_rois.rb +6 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_color_rois.rb +77 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_image_rois.rb +67 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_text_rois.rb +159 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_samsung/odn_720_samsung_video_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_text_rois.rb +221 -0
- data/lib/User_Lib/rois/stb/odn/odn_720/odn_720_video_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/odn/odn_black_rois.rb +10 -0
- data/lib/User_Lib/rois/stb/odn/odn_color_rois.rb +10 -0
- data/lib/User_Lib/rois/stb/odn/odn_image_rois.rb +58 -0
- data/lib/User_Lib/rois/stb/odn/odn_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/odn/odn_text_rois.rb +70 -0
- data/lib/User_Lib/rois/stb/odn/odn_video_rois.rb +19 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_black_rois.rb +16 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_color_rois.rb +373 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_black_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_color_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_image_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_image_rois.rb +1592 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_black_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_color_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_image_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_text_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_video_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_text_rois.rb +2489 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_video_rois.rb +64 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb +63 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_black_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_color_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_image_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_rois.rb +26 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_text_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch_video_rois.rb +8 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_image_rois.rb +117 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_text_rois.rb +84 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_720/spectrum_720_video_rois.rb +35 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_color_rois.rb +17 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_image_rois.rb +49 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_text_rois.rb +51 -0
- data/lib/User_Lib/rois/stb/spectrum/spectrum_video_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_black_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_color_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_image_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_rois.rb +23 -0
- data/lib/User_Lib/rois/stb/stb_text_rois.rb +9 -0
- data/lib/User_Lib/rois/stb/stb_video_rois.rb +9 -0
- data/lib/User_Lib/rois/template.txt +23 -0
- data/lib/User_Lib/rois/text_rois.rb +36 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_black_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_color_rois.rb +9 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_image_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_rois.rb +23 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_text_rois.rb +9 -0
- data/lib/User_Lib/rois/tivo/tivo_1080/tivo_1080_video_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_black_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_color_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_image_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_rois.rb +23 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_text_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_720/tivo_720_video_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_black_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_color_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_image_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_rois.rb +23 -0
- data/lib/User_Lib/rois/tivo/tivo_text_rois.rb +7 -0
- data/lib/User_Lib/rois/tivo/tivo_video_rois.rb +7 -0
- data/lib/User_Lib/rois/video_rois.rb +33 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_dvr.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_guide.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_library.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_live_tv.rb +17 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_login.rb +24 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_main_menu.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_mini_guide.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_movies.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_on_demand.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_parental_controls.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_product_page.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_screen.rb +23 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_search.rb +31 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_settings.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_tv_shows.rb +25 -0
- data/lib/User_Lib/screen/apple_tv/apple_tv_video_store.rb +25 -0
- data/lib/User_Lib/screen/dta/dta_dvr.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_guide.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_library.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_live_tv.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_log_in.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_main_menu.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_mini_guide.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_movies.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_on_demand.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_parental_controls.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_product_page.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_screen.rb +24 -0
- data/lib/User_Lib/screen/dta/dta_search.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_settings.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_tv_shows.rb +26 -0
- data/lib/User_Lib/screen/dta/dta_video_store.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_dvr.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_guide.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_library.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_live_tv.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_log_in.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_main_menu.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_mini_guide.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_movies.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_on_demand.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_parental_controls.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_product_page.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_screen.rb +24 -0
- data/lib/User_Lib/screen/mdn/mdn_search.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_settings.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_tv_shows.rb +26 -0
- data/lib/User_Lib/screen/mdn/mdn_video_store.rb +26 -0
- data/lib/User_Lib/screen/mobile/android/android_devices.rb +35 -0
- data/lib/User_Lib/screen/mobile/android/android_dvr.rb +337 -0
- data/lib/User_Lib/screen/mobile/android/android_favorites.rb +164 -0
- data/lib/User_Lib/screen/mobile/android/android_guide.rb +256 -0
- data/lib/User_Lib/screen/mobile/android/android_live_tv.rb +372 -0
- data/lib/User_Lib/screen/mobile/android/android_login.rb +111 -0
- data/lib/User_Lib/screen/mobile/android/android_main_menu.rb +53 -0
- data/lib/User_Lib/screen/mobile/android/android_on_demand.rb +402 -0
- data/lib/User_Lib/screen/mobile/android/android_parental_controls.rb +73 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_dvr.rb +31 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_guide.rb +39 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_live_tv.rb +104 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_main_menu.rb +27 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_on_demand.rb +35 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_product_page.rb +7 -0
- data/lib/User_Lib/screen/mobile/android/android_phone/android_phone_search.rb +26 -0
- data/lib/User_Lib/screen/mobile/android/android_privacy_legal.rb +54 -0
- data/lib/User_Lib/screen/mobile/android/android_product_page.rb +484 -0
- data/lib/User_Lib/screen/mobile/android/android_screen.rb +56 -0
- data/lib/User_Lib/screen/mobile/android/android_search.rb +39 -0
- data/lib/User_Lib/screen/mobile/android/android_settings.rb +90 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_dvr.rb +58 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_guide.rb +24 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_live_tv.rb +24 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_main_menu.rb +19 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_on_demand.rb +16 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_product_page.rb +45 -0
- data/lib/User_Lib/screen/mobile/android/android_tablet/android_tablet_search.rb +14 -0
- data/lib/User_Lib/screen/mobile/devices_mobile.rb +53 -0
- data/lib/User_Lib/screen/mobile/dvr_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/favorites_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/guide_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/ios/ios_devices.rb +43 -0
- data/lib/User_Lib/screen/mobile/ios/ios_dvr.rb +231 -0
- data/lib/User_Lib/screen/mobile/ios/ios_favorites.rb +79 -0
- data/lib/User_Lib/screen/mobile/ios/ios_guide.rb +53 -0
- data/lib/User_Lib/screen/mobile/ios/ios_live_tv.rb +413 -0
- data/lib/User_Lib/screen/mobile/ios/ios_login.rb +76 -0
- data/lib/User_Lib/screen/mobile/ios/ios_main_menu.rb +38 -0
- data/lib/User_Lib/screen/mobile/ios/ios_on_demand.rb +371 -0
- data/lib/User_Lib/screen/mobile/ios/ios_parental_controls.rb +104 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_dvr.rb +14 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_live_tv.rb +36 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_main_menu.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_on_demand.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_phone/ios_phone_search.rb +13 -0
- data/lib/User_Lib/screen/mobile/ios/ios_privacy_legal.rb +56 -0
- data/lib/User_Lib/screen/mobile/ios/ios_product_page.rb +441 -0
- data/lib/User_Lib/screen/mobile/ios/ios_screen.rb +60 -0
- data/lib/User_Lib/screen/mobile/ios/ios_search.rb +145 -0
- data/lib/User_Lib/screen/mobile/ios/ios_settings.rb +34 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_live_tv.rb +34 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_main_menu.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_on_demand.rb +7 -0
- data/lib/User_Lib/screen/mobile/ios/ios_tablet/ios_tablet_search.rb +13 -0
- data/lib/User_Lib/screen/mobile/live_tv_mobile.rb +73 -0
- data/lib/User_Lib/screen/mobile/login_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/main_menu_mobile.rb +83 -0
- data/lib/User_Lib/screen/mobile/mobile_screen.rb +232 -0
- data/lib/User_Lib/screen/mobile/on_demand_mobile.rb +70 -0
- data/lib/User_Lib/screen/mobile/parental_controls_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/privacy_legal_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/product_page_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/search_mobile.rb +5 -0
- data/lib/User_Lib/screen/mobile/settings_mobile.rb +33 -0
- data/lib/User_Lib/screen/passport/passport_dvr.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_guide.rb +37 -0
- data/lib/User_Lib/screen/passport/passport_library.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_live_tv.rb +17 -0
- data/lib/User_Lib/screen/passport/passport_main_menu.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_mini_guide.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_movies.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_on_demand.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_parental_controls.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_product_page.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_screen.rb +23 -0
- data/lib/User_Lib/screen/passport/passport_search.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_settings.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_tv_shows.rb +25 -0
- data/lib/User_Lib/screen/passport/passport_video_store.rb +25 -0
- data/lib/User_Lib/screen/roku/brs/roku_guide_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_home_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_live_tv_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_login_brs.rb +103 -0
- data/lib/User_Lib/screen/roku/brs/roku_main_menu_brs.rb +46 -0
- data/lib/User_Lib/screen/roku/brs/roku_on_demand_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_product_page_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_screen_brs.rb +9 -0
- data/lib/User_Lib/screen/roku/brs/roku_search_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_settings_brs.rb +42 -0
- data/lib/User_Lib/screen/roku/brs/roku_watch_later_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/brs/roku_welcome_brs.rb +12 -0
- data/lib/User_Lib/screen/roku/roku_dvr.rb +7 -0
- data/lib/User_Lib/screen/roku/roku_guide.rb +590 -0
- data/lib/User_Lib/screen/roku/roku_home.rb +346 -0
- data/lib/User_Lib/screen/roku/roku_library.rb +26 -0
- data/lib/User_Lib/screen/roku/roku_live_tv.rb +210 -0
- data/lib/User_Lib/screen/roku/roku_login.rb +795 -0
- data/lib/User_Lib/screen/roku/roku_main_menu.rb +425 -0
- data/lib/User_Lib/screen/roku/roku_mini_guide.rb +7 -0
- data/lib/User_Lib/screen/roku/roku_on_demand.rb +479 -0
- data/lib/User_Lib/screen/roku/roku_product_page.rb +483 -0
- data/lib/User_Lib/screen/roku/roku_screen.rb +85 -0
- data/lib/User_Lib/screen/roku/roku_search.rb +229 -0
- data/lib/User_Lib/screen/roku/roku_settings.rb +304 -0
- data/lib/User_Lib/screen/roku/roku_watch_later.rb +51 -0
- data/lib/User_Lib/screen/roku/roku_welcome.rb +10 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_dvr.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_guide.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_home.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_library.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_live_tv.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_login.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_main_menu.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_mini_guide.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_on_demand.rb +26 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_product_page.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_screen.rb +7 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_search.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_settings.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_watch_later.rb +14 -0
- data/lib/User_Lib/screen/roku_tv/roku_tv_welcome.rb +14 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_dvr.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_guide.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_library.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_live_tv.rb +21 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_login.rb +13 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_main_menu.rb +64 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_mini_guide.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_movies.rb +140 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_on_demand.rb +76 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_parental_controls.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_product_page.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_screen.rb +74 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_search.rb +29 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_settings.rb +189 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_tv_shows.rb +24 -0
- data/lib/User_Lib/screen/samsung_tv/samsung_tv_video_store.rb +24 -0
- data/lib/User_Lib/screen/sara/sara_dvr.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_guide.rb +43 -0
- data/lib/User_Lib/screen/sara/sara_library.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_live_tv.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_log_in.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_main_menu.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_mini_guide.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_movies.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_on_demand.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_parental_controls.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_product_page.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_screen.rb +24 -0
- data/lib/User_Lib/screen/sara/sara_search.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_settings.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_tv_shows.rb +26 -0
- data/lib/User_Lib/screen/sara/sara_video_store.rb +26 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_devices.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_dvr.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_favorites.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_guide.rb +39 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_home.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_library.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_live_tv.rb +59 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_login.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_main_menu.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_mini_guide.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_movies.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_on_demand.rb +531 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_parental_controls.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_privacy_legal.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_product_page.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_quick_menu.rb +7 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_screen.rb +21 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_search.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_settings.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_tv_shows.rb +10 -0
- data/lib/User_Lib/screen/stb/iguide/iguide_video_store.rb +10 -0
- data/lib/User_Lib/screen/stb/login_stb.rb +5 -0
- data/lib/User_Lib/screen/stb/odn/odn_dvr.rb +59 -0
- data/lib/User_Lib/screen/stb/odn/odn_favorites.rb +8 -0
- data/lib/User_Lib/screen/stb/odn/odn_guide.rb +177 -0
- data/lib/User_Lib/screen/stb/odn/odn_live_tv.rb +115 -0
- data/lib/User_Lib/screen/stb/odn/odn_login.rb +8 -0
- data/lib/User_Lib/screen/stb/odn/odn_main_menu.rb +175 -0
- data/lib/User_Lib/screen/stb/odn/odn_on_demand.rb +1170 -0
- data/lib/User_Lib/screen/stb/odn/odn_on_demand_kids.rb +23 -0
- data/lib/User_Lib/screen/stb/odn/odn_on_demand_left_menu.rb +180 -0
- data/lib/User_Lib/screen/stb/odn/odn_parental_controls.rb +9 -0
- data/lib/User_Lib/screen/stb/odn/odn_product_page.rb +8 -0
- data/lib/User_Lib/screen/stb/odn/odn_screen.rb +111 -0
- data/lib/User_Lib/screen/stb/odn/odn_search.rb +167 -0
- data/lib/User_Lib/screen/stb/odn/odn_settings.rb +142 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_diagnostics.rb +27 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/screen_spectrum_docsis.rb +12 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_guide.rb +10 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_main_menu.rb +10 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_settings.rb +10 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_dvr.rb +1781 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_guide.rb +841 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_library.rb +384 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_live_tv.rb +259 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_main_menu.rb +223 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_mini_guide.rb +404 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_movies.rb +420 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_netflix.rb +37 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_on_demand.rb +2137 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_parental_controls.rb +528 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_pay_per_view.rb +26 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_product_page.rb +58 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_screen.rb +48 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_search.rb +92 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_settings.rb +1657 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_tv_shows.rb +1532 -0
- data/lib/User_Lib/screen/stb/spectrum/spectrum_video_store.rb +1598 -0
- data/lib/User_Lib/screen/stb/stb_screen.rb +7 -0
- data/lib/User_Lib/screen/tivo/tivo_dvr.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_guide.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_library.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_live_tv.rb +17 -0
- data/lib/User_Lib/screen/tivo/tivo_login.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_main_menu.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_mini_guide.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_movies.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_on_demand.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_parental_controls.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_product_page.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_screen.rb +20 -0
- data/lib/User_Lib/screen/tivo/tivo_search.rb +31 -0
- data/lib/User_Lib/screen/tivo/tivo_settings.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_tv_shows.rb +25 -0
- data/lib/User_Lib/screen/tivo/tivo_video_store.rb +25 -0
- data/lib/config/ConfigParams.xml +96 -0
- data/lib/config/ImageROI.xml +45 -0
- data/lib/config/ROI.xml +150 -0
- data/lib/config/Userlog4j.xml +62 -0
- data/lib/config/schema-docs/mode.xsd +12 -0
- data/lib/config/schema-docs/processTestJobs.xsd +63 -0
- data/lib/config/schema-docs/rackip.xsd +24 -0
- data/lib/copy_ref_images.rb +199 -0
- data/lib/copy_repo.rb +136 -0
- data/lib/diagnostics/conductor/conductor_checkup.tmc +24 -0
- data/lib/diagnostics/db/mad_db_check.tmc +56 -0
- data/lib/diagnostics/db/mas_db_checkup.tmc +24 -0
- data/lib/diagnostics/db/mas_db_checkup_gem.tmc +20 -0
- data/lib/diagnostics/db/mas_db_checkup_jar.tmc +50 -0
- data/lib/diagnostics/iguide/iguide_nvram_reset.tmc +23 -0
- data/lib/diagnostics/iguide/iguide_prepare_stb.tmc +33 -0
- data/lib/diagnostics/iguide/iguide_prepare_stb_and_health_check.tmc +63 -0
- data/lib/diagnostics/iguide/iguide_stb_health_check.tmc +54 -0
- data/lib/diagnostics/prepare_stb.tmc +30 -0
- data/lib/diagnostics/prepare_stb_and_health_check.tmc +56 -0
- data/lib/diagnostics/script_options/options_checkup.tmc +145 -0
- data/lib/diagnostics/server_components_check.tmc +62 -0
- data/lib/diagnostics/ssh/dncs_checkup.tmc +24 -0
- data/lib/diagnostics/ssh/mas_checkup.tmc +24 -0
- data/lib/diagnostics/stb_health_check.tmc +46 -0
- data/lib/diagnostics/stb_ip_check.tmc +120 -0
- data/lib/diagnostics/webservices/mas_rest_services_checkup.tmc +24 -0
- data/lib/diagnostics/webservices/mas_soap_services_checkup.tmc +24 -0
- data/lib/dsllib/common/dncs/dncs_utils.rb +449 -0
- data/lib/dsllib/common/mas_db/mas_conductor.rb +1328 -0
- data/lib/dsllib/common/mas_db/mas_db.rb +154 -0
- data/lib/dsllib/common/mas_db/mas_publish.rb +2349 -0
- data/lib/dsllib/common/mas_db/mas_rest_services.rb +75 -0
- data/lib/dsllib/common/mas_db/mas_soap_services.rb +540 -0
- data/lib/dsllib/common/mas_db/mas_utils.rb +422 -0
- data/lib/dsllib/common/remote_diagnostics/mdn_remote_diagnostics.rb +1335 -0
- data/lib/dsllib/common/remote_diagnostics/odn_web_server.rb +269 -0
- data/lib/dsllib/common/utils/excel_export.rb +273 -0
- data/lib/dsllib/common/utils/excel_module.rb +890 -0
- data/lib/dsllib/common/utils/server_components_utils.rb +130 -0
- data/lib/dsllib/common/utils/stb_health_check_utils.rb +92 -0
- data/lib/dsllib/common/utils/sword_utils.rb +393 -0
- data/lib/dsllib/common/utils/tmc_utils.rb +2944 -0
- data/lib/dsllib/common/utils/virtual_keyboard_navigator.rb +208 -0
- data/lib/dsllib/common/utils/virtual_keyboard_vp_navigator.rb +195 -0
- data/lib/dsllib/performance/DTA/roi.rb +214 -0
- data/lib/dsllib/performance/DTA/utils.rb +96 -0
- data/lib/dsllib/performance/iguide_concurrent_test/ROI.rb +236 -0
- data/lib/dsllib/performance/iguide_concurrent_test/utils.rb +533 -0
- data/lib/dsllib/performance/measure_tune.rb +438 -0
- data/lib/dsllib/performance/perf_lib.rb +660 -0
- data/lib/end_iteration.rb +4 -0
- data/lib/lib/data_services/channel.rb +39 -0
- data/lib/lib/data_services/data_services.rb +14 -0
- data/lib/lib/data_services/guide.rb +104 -0
- data/lib/lib/data_services/lineup.rb +114 -0
- data/lib/lib/data_services/program.rb +48 -0
- data/lib/lib/data_services/schedule.rb +18 -0
- data/lib/lib/data_services/splunk_connector.rb +135 -0
- data/lib/lib/data_services/splunk_data_reader.rb +77 -0
- data/lib/lib/element/element.rb +79 -0
- data/lib/lib/extensions/array_extensions.rb +32 -0
- data/lib/lib/extensions/datetime_extensions.rb +8 -0
- data/lib/lib/extensions/extensions.rb +51 -0
- data/lib/lib/extensions/file_extensions.rb +32 -0
- data/lib/lib/extensions/float_extensions.rb +32 -0
- data/lib/lib/extensions/integer_extensions.rb +39 -0
- data/lib/lib/extensions/nethttp_extensions.rb +11 -0
- data/lib/lib/extensions/object_extensions.rb +7 -0
- data/lib/lib/extensions/string_extensions.rb +35 -0
- data/lib/lib/helpers/tmc_helpers/csv_helper/csv_helper.rb +85 -0
- data/lib/lib/helpers/tmc_helpers/email_helper/email_helper.rb +71 -0
- data/lib/lib/helpers/tmc_helpers/http_helper/http_helper.rb +133 -0
- data/lib/lib/helpers/tmc_helpers/roi_helper/roi_helper.rb +17 -0
- data/lib/lib/helpers/tmc_helpers/snmp_helper/snmp_helper.rb +71 -0
- data/lib/lib/helpers/tmc_helpers/ssh_helper/ssh_helper.rb +337 -0
- data/lib/lib/helpers/tmc_helpers/tmc_helpers.rb +1260 -0
- data/lib/lib/keyboard/apple_tv/apple_tv_password_keyboard.rb +102 -0
- data/lib/lib/keyboard/apple_tv/apple_tv_search_keyboard.rb +103 -0
- data/lib/lib/keyboard/apple_tv/apple_tv_username_keyboard.rb +105 -0
- data/lib/lib/keyboard/keyboard.rb +504 -0
- data/lib/lib/keyboard/keyboard_layout.rb +51 -0
- data/lib/lib/keyboard/roku/roku_reset_pin_keyboard.rb +12 -0
- data/lib/lib/keyboard/roku/roku_rsg_search_keyboard.rb +67 -0
- data/lib/lib/keyboard/roku/roku_rsg_signin_keyboard.rb +106 -0
- data/lib/lib/keyboard/roku/roku_search_keyboard.rb +10 -0
- data/lib/lib/keyboard/roku/roku_signin_keyboard.rb +42 -0
- data/lib/lib/keyboard/samsung_tv/samsung_tv_search_keyboard.rb +50 -0
- data/lib/lib/keyboard/samsung_tv/samsung_tv_signin_keyboard.rb +52 -0
- data/lib/lib/keyboard/stb/odn/odn_on_demand_search_keyboard.rb +10 -0
- data/lib/lib/keyboard/stb/odn/odn_search_keyboard.rb +10 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_email_keyboard.rb +50 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_keyboard.rb +43 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_netflix_name_keyboard.rb +16 -0
- data/lib/lib/keyboard/stb/spectrum/spectrum_search_keyboard.rb +32 -0
- data/lib/lib/keyboard/tivo/tivo_password_keyboard.rb +0 -0
- data/lib/lib/keyboard/tivo/tivo_search_keyboard.rb +0 -0
- data/lib/lib/keyboard/tivo/tivo_username_keyboard.rb +0 -0
- data/lib/lib/keys/apple_tv/apple_tv_keys.rb +26 -0
- data/lib/lib/keys/base_keys.rb +14 -0
- data/lib/lib/keys/dta/dta_keys.rb +60 -0
- data/lib/lib/keys/mdn/mdn_keys.rb +60 -0
- data/lib/lib/keys/passport/passport_keys.rb +59 -0
- data/lib/lib/keys/roku/roku_keys.rb +31 -0
- data/lib/lib/keys/roku_tv/roku_tv_keys.rb +32 -0
- data/lib/lib/keys/samsung_tv/samsung_tv_keys.rb +58 -0
- data/lib/lib/keys/sara/sara_keys.rb +60 -0
- data/lib/lib/keys/stb/iguide/iguide_keys.rb +56 -0
- data/lib/lib/keys/stb/odn/odn_keys.rb +63 -0
- data/lib/lib/keys/stb/spectrum/spectrum_keys.rb +59 -0
- data/lib/lib/keys/stb/stb_keys.rb +13 -0
- data/lib/lib/keys/tivo/tivo_keys.rb +26 -0
- data/lib/lib/logger/multi_io.rb +14 -0
- data/lib/lib/logger/tmc_dut_logger.rb +251 -0
- data/lib/lib/logger/tmc_logger.rb +30 -0
- data/lib/lib/mixins/assignable.rb +19 -0
- data/lib/lib/mixins/can_have_special_methods.rb +50 -0
- data/lib/lib/mixins/enumish.rb +16 -0
- data/lib/lib/new_platform.rb +302 -0
- data/lib/lib/new_sub_platform.rb +90 -0
- data/lib/lib/platform/apple_tv/apple_tv.rb +33 -0
- data/lib/lib/platform/apple_tv/apple_tv_1080/apple_tv_1080.rb +54 -0
- data/lib/lib/platform/apple_tv/apple_tv_720/apple_tv_720.rb +14 -0
- data/lib/lib/platform/dta/dta.rb +35 -0
- data/lib/lib/platform/dta/dta_1080/dta_1080.rb +15 -0
- data/lib/lib/platform/dta/dta_720/dta_720.rb +15 -0
- data/lib/lib/platform/mdn/mdn.rb +35 -0
- data/lib/lib/platform/mdn/mdn_1080/mdn_1080.rb +15 -0
- data/lib/lib/platform/mdn/mdn_720/mdn_720.rb +15 -0
- data/lib/lib/platform/mobile/android/android.rb +23 -0
- data/lib/lib/platform/mobile/android/android_phone/android_phone.rb +23 -0
- data/lib/lib/platform/mobile/android/android_tablet/android_tablet.rb +23 -0
- data/lib/lib/platform/mobile/ios/ios.rb +23 -0
- data/lib/lib/platform/mobile/ios/ios_phone/ios_phone.rb +23 -0
- data/lib/lib/platform/mobile/ios/ios_tablet/ios_tablet.rb +23 -0
- data/lib/lib/platform/mobile/mobile.rb +102 -0
- data/lib/lib/platform/passport/passport.rb +41 -0
- data/lib/lib/platform/passport/passport1080/passport_1080.rb +15 -0
- data/lib/lib/platform/passport/passport_720/passport_720.rb +14 -0
- data/lib/lib/platform/platform.rb +884 -0
- data/lib/lib/platform/roku/roku.rb +96 -0
- data/lib/lib/platform/roku/roku_720/roku_720.rb +16 -0
- data/lib/lib/platform/roku_tv/roku_tv.rb +33 -0
- data/lib/lib/platform/roku_tv/roku_tv_1080/roku_tv_1080.rb +14 -0
- data/lib/lib/platform/roku_tv/roku_tv_720/roku_tv_720.rb +14 -0
- data/lib/lib/platform/samsung_tv/samsung_tv.rb +31 -0
- data/lib/lib/platform/samsung_tv/samsung_tv_1080/samsung_tv_1080.rb +14 -0
- data/lib/lib/platform/samsung_tv/samsung_tv_720/samsung_tv_720.rb +14 -0
- data/lib/lib/platform/sara/sara.rb +42 -0
- data/lib/lib/platform/sara/sara_1080/sara_1080.rb +15 -0
- data/lib/lib/platform/sara/sara_720/sara_720.rb +15 -0
- data/lib/lib/platform/stb/iguide/iguide.rb +18 -0
- data/lib/lib/platform/stb/iguide/iguide_1080/iguide_1080.rb +14 -0
- data/lib/lib/platform/stb/iguide/iguide_720/iguide_720.rb +14 -0
- data/lib/lib/platform/stb/odn/odn.rb +480 -0
- data/lib/lib/platform/stb/odn/odn_1080/odn_1080.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720_moto/odn_720_moto.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720_sa/odn_720_sa.rb +14 -0
- data/lib/lib/platform/stb/odn/odn_720/odn_720_samsung/odn_720_samsung.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum.rb +48 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis/spectrum_1080_docsis.rb +16 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_arris/spectrum_1080_docsis_arris.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_humax/spectrum_1080_docsis_humax.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_docsis_tch/spectrum_1080_docsis_tch.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720.rb +14 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_arris/spectrum_720_docsis_arris.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_humax/spectrum_720_docsis_humax.rb +15 -0
- data/lib/lib/platform/stb/spectrum/spectrum_720/spectrum_720_docsis_tch/spectrum_720_docsis_tch.rb +15 -0
- data/lib/lib/platform/stb/stb.rb +93 -0
- data/lib/lib/platform/template.txt +16 -0
- data/lib/lib/platform/tivo/tivo.rb +28 -0
- data/lib/lib/platform/tivo/tivo_1080/tivo_1080.rb +15 -0
- data/lib/lib/platform/tivo/tivo_720/tivo_720.rb +14 -0
- data/lib/lib/platform/web/web.rb +51 -0
- data/lib/lib/platform_libs/roku/roku_controller.rb +254 -0
- data/lib/lib/prereqs/prereqs.rb +17 -0
- data/lib/lib/prereqs/prereqs_for_dut.rb +14 -0
- data/lib/lib/prereqs/prereqs_for_test.rb +14 -0
- data/lib/lib/remotes/remotes.rb +8 -0
- data/lib/lib/remotes/stb/spectrum/spectrum_remotes.rb +22 -0
- data/lib/lib/roi/black/black_roi.rb +125 -0
- data/lib/lib/roi/color/color_roi.rb +138 -0
- data/lib/lib/roi/image/image_roi.rb +187 -0
- data/lib/lib/roi/roi.rb +1064 -0
- data/lib/lib/roi/template_roi.txt +9 -0
- data/lib/lib/roi/text/text_roi.rb +187 -0
- data/lib/lib/roi/video/video_roi.rb +98 -0
- data/lib/lib/screen/screen.rb +183 -0
- data/lib/lib/screen/template.txt +7 -0
- data/lib/lib/screen/template_screen.txt +10 -0
- data/lib/lib/screens/apple_tv/apple_tv_screens.rb +44 -0
- data/lib/lib/screens/dta/dta_screens.rb +49 -0
- data/lib/lib/screens/mdn/mdn_screens.rb +49 -0
- data/lib/lib/screens/mobile/android/android_phone/android_phone_screens.rb +28 -0
- data/lib/lib/screens/mobile/android/android_screens.rb +40 -0
- data/lib/lib/screens/mobile/android/android_tablet/android_tablet_screens.rb +29 -0
- data/lib/lib/screens/mobile/ios/ios_phone/ios_phone_screens.rb +22 -0
- data/lib/lib/screens/mobile/ios/ios_screens.rb +39 -0
- data/lib/lib/screens/mobile/ios/ios_tablet/ios_tablet_screens.rb +20 -0
- data/lib/lib/screens/mobile/mobile_screens.rb +18 -0
- data/lib/lib/screens/passport/passport_screens.rb +42 -0
- data/lib/lib/screens/roku/roku_screens.rb +72 -0
- data/lib/lib/screens/roku_tv/roku_tv_screens.rb +43 -0
- data/lib/lib/screens/samsung_tv/samsung_tv_screens.rb +44 -0
- data/lib/lib/screens/sara/sara_screens.rb +49 -0
- data/lib/lib/screens/screens.rb +23 -0
- data/lib/lib/screens/stb/iguide/iguide_1080/iguide_1080_screens.rb +56 -0
- data/lib/lib/screens/stb/iguide/iguide_720/iguide_720_screens.rb +56 -0
- data/lib/lib/screens/stb/iguide/iguide_screens.rb +54 -0
- data/lib/lib/screens/stb/odn/odn_screens.rb +40 -0
- data/lib/lib/screens/stb/spectrum/spectrum_docsis/spectrum_1080_docsis_screens.rb +18 -0
- data/lib/lib/screens/stb/spectrum/spectrum_screens.rb +48 -0
- data/lib/lib/screens/stb/stb_screens.rb +13 -0
- data/lib/lib/screens/template.txt +52 -0
- data/lib/lib/screens/tivo/tivo_screens.rb +44 -0
- data/lib/lib/selenium/appium/appium.rb +388 -0
- data/lib/lib/selenium/selenium.rb +466 -0
- data/lib/lib/selenium/webdriver/webdriver.rb +254 -0
- data/lib/lib/test_case/boilerplate/functional.rb +7 -0
- data/lib/lib/test_case/boilerplate/performance.rb +7 -0
- data/lib/lib/test_case/ci_test.rb +47 -0
- data/lib/lib/test_case/functional_test_case.rb +27 -0
- data/lib/lib/test_case/make_boilerplate.rb +32 -0
- data/lib/lib/test_case/monitoring/apple_monitor.rb +104 -0
- data/lib/lib/test_case/monitoring/base_monitor.rb +140 -0
- data/lib/lib/test_case/monitoring/dta_monitor.rb +53 -0
- data/lib/lib/test_case/monitoring/iguide_monitor.rb +72 -0
- data/lib/lib/test_case/monitoring/mdn_monitor.rb +28 -0
- data/lib/lib/test_case/monitoring/monitoring_test.rb +111 -0
- data/lib/lib/test_case/monitoring/odn_monitor.rb +137 -0
- data/lib/lib/test_case/monitoring/passport_monitor.rb +50 -0
- data/lib/lib/test_case/monitoring/report_monitor.rb +178 -0
- data/lib/lib/test_case/monitoring/roku_monitor.rb +102 -0
- data/lib/lib/test_case/monitoring/sara_monitor.rb +33 -0
- data/lib/lib/test_case/monitoring/spec_monitor.rb +154 -0
- data/lib/lib/test_case/performance_test_case.rb +29 -0
- data/lib/lib/test_case/test_case.rb +1055 -0
- data/lib/lib/test_case/test_error.rb +29 -0
- data/lib/lib/test_case/test_exception.rb +9 -0
- data/lib/lib/test_case/test_status.rb +39 -0
- data/lib/lib/test_case/test_step.rb +156 -0
- data/lib/lib/test_case/test_trace.rb +80 -0
- data/lib/lib/test_data.rb +222 -0
- data/lib/lib/test_wrapper.rb +146 -0
- data/lib/misc/get_latest_android.sh +14 -0
- data/lib/misc/get_latest_ios.sh +14 -0
- data/lib/package-lock.json +3 -0
- data/lib/run_test.rb +4 -0
- data/lib/script_validator.rb +48 -0
- data/lib/syntax_eval.rb +151 -0
- data/lib/tools/convert_old_scripts.rb +100 -0
- data/lib/tools/find_duplicate_rois.rb +27 -0
- data/lib/tools/roku/inspector.rb +130 -0
- data/lib/tools/syntax_checker.rb +83 -0
- data/lib/upload_ref_images.rb +255 -0
- metadata +912 -0
data/lib/User_Lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_rois.rb
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_rois'
|
2
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_black_rois'
|
3
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_text_rois'
|
4
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_image_rois'
|
5
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_color_rois'
|
6
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_pace/spectrum_1080_pace_video_rois'
|
7
|
+
|
8
|
+
# Adds to or modifies the Spectrum 1080p ROIs with Pace-specific ROIs.
|
9
|
+
|
10
|
+
class Spectrum1080PaceRois < Spectrum1080Rois
|
11
|
+
|
12
|
+
# Public: Initializes Spectrum1080PaceRois. NOT FOR USE IN TESTS.
|
13
|
+
def initialize(*args)
|
14
|
+
super(*args)
|
15
|
+
# Add Rois common to all Spectrum1080 Pace here
|
16
|
+
@black = Spectrum1080PaceBlackRois.new(@dut)
|
17
|
+
@text = Spectrum1080PaceTextRois.new(@dut)
|
18
|
+
@image = Spectrum1080PaceImageRois.new(@dut)
|
19
|
+
@color = Spectrum1080PaceColorRois.new(@dut)
|
20
|
+
@video = Spectrum1080PaceVideoRois.new(@dut)
|
21
|
+
end
|
22
|
+
|
23
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
require './lib/rois/stb/spectrum/spectrum_rois'
|
2
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_black_rois'
|
3
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_text_rois'
|
4
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_image_rois'
|
5
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_color_rois'
|
6
|
+
require './lib/rois/stb/spectrum/spectrum_1080/spectrum_1080_video_rois'
|
7
|
+
|
8
|
+
# Adds to or modifies the Spectrum ROIs with Spectrum1080-specific ROIs.
|
9
|
+
|
10
|
+
class Spectrum1080Rois < SpectrumRois
|
11
|
+
|
12
|
+
# Public: Initializes Spectrum1080Rois. NOT FOR USE IN TESTS.
|
13
|
+
def initialize(*args)
|
14
|
+
super(*args)
|
15
|
+
# Add Rois common to all Spectrum1080 here
|
16
|
+
@black = Spectrum1080BlackRois.new(@dut)
|
17
|
+
@text = Spectrum1080TextRois.new(@dut)
|
18
|
+
@image = Spectrum1080ImageRois.new(@dut)
|
19
|
+
@color = Spectrum1080ColorRois.new(@dut)
|
20
|
+
@video = Spectrum1080VideoRois.new(@dut)
|
21
|
+
end
|
22
|
+
|
23
|
+
end
|
@@ -0,0 +1,2489 @@
|
|
1
|
+
require './lib/rois/stb/spectrum/spectrum_text_rois'
|
2
|
+
# Defines Spectrum1080-specific Text ROIs.
|
3
|
+
class Spectrum1080TextRois < SpectrumTextRois
|
4
|
+
def netflix_name_keyboard
|
5
|
+
new(:x => 135, :y => 263, :width => 397, :height => 66, :similarity => 80, :preprocessing => 6,
|
6
|
+
:text => ['Enter your first name', 'Enter your last name'],
|
7
|
+
:ref_img => 'tsimages/reference/spectrum_1080/netflix_new_acct_first.jpg')
|
8
|
+
end
|
9
|
+
|
10
|
+
def netflix_email_keyboard
|
11
|
+
new(:x => 135, :y => 263, :width => 397, :height => 66, :similarity => 80, :preprocessing => 6,
|
12
|
+
:text => 'Enter your email address', :ref_img => 'tsimages/reference/spectrum_1080/netflix_new_acct_email.jpg')
|
13
|
+
end
|
14
|
+
|
15
|
+
def netflix_password_keyboard
|
16
|
+
new(:x => 135, :y => 263, :width => 397, :height => 66, :similarity => 80, :preprocessing => 6,
|
17
|
+
:text => ['Create a password', 'Enter your password'],
|
18
|
+
:ref_img => 'tsimages/reference/spectrum_1080/netflix_new_acct_password.jpg')
|
19
|
+
end
|
20
|
+
|
21
|
+
def no_input_signal
|
22
|
+
new(:x => 572, :y => 469, :width => 785, :height => 99, :similarity => 80, :preprocessing => 0,
|
23
|
+
:text => ['No Input Signal', 'No Signal', 'Unsupported Signal'], :only_digits => false,
|
24
|
+
:ref_img => 'tsimages/reference/spectrum/e2e_performance/no_input_signal.jpg')
|
25
|
+
end
|
26
|
+
|
27
|
+
def menu_data_ocr
|
28
|
+
new(:x => 746, :y => 91, :width => 139, :height => 94, :similarity => 70, :preprocessing => 0, :text => 'My',
|
29
|
+
:ref_img => '')
|
30
|
+
end
|
31
|
+
def guide_pagedown
|
32
|
+
# TODO: hard-coding channel numbers (014) is a bad idea
|
33
|
+
new(:x => 186, :y => 464, :width => 80, :height => 47, :similarity => 70, :preprocessing => 0, :text => '014',
|
34
|
+
:ref_img => '')
|
35
|
+
end
|
36
|
+
def launch_vod_menu
|
37
|
+
new(:x => 780, :y => 85, :width => 122, :height => 94, :similarity => 70, :preprocessing => 0, :text => 'TV',
|
38
|
+
:ref_img => '')
|
39
|
+
end
|
40
|
+
def search_launch
|
41
|
+
new(:x => 810, :y => 79, :width => 300, :height => 122, :similarity => 70, :preprocessing => 0, :text => 'Search',
|
42
|
+
:ref_img => '')
|
43
|
+
end
|
44
|
+
def settings_launch
|
45
|
+
new(:x => 609, :y => 59, :width => 708, :height => 148, :similarity => 70, :preprocessing => 0,
|
46
|
+
:text => 'Settings & Support', :ref_img => '')
|
47
|
+
end
|
48
|
+
def guide_information
|
49
|
+
new(:x => 541, :y => 541, :width => 118, :height => 41, :similarity => 70, :preprocessing => 0, :text => 'WATCH',
|
50
|
+
:ref_img => '')
|
51
|
+
end
|
52
|
+
def live_info
|
53
|
+
new(:x => 759, :y => 356, :width => 53, :height => 50, :similarity => 70, :preprocessing => 0, :text => 'Ch',
|
54
|
+
:ref_img => '')
|
55
|
+
end
|
56
|
+
def miniguide_info
|
57
|
+
new(:x => 759, :y => 356, :width => 53, :height => 50, :similarity => 70, :preprocessing => 0, :text => 'Ch',
|
58
|
+
:ref_img => '')
|
59
|
+
end
|
60
|
+
def watchlist_launch
|
61
|
+
new(:x => 763, :y => 103, :width => 125, :height => 77, :similarity => 70, :preprocessing => 6, :text => 'My',
|
62
|
+
:ref_img => '')
|
63
|
+
end
|
64
|
+
def video_store_main_page
|
65
|
+
new(:x => 762, :y => 102, :width => 407, :height => 69, :similarity => 70, :preprocessing => 6,
|
66
|
+
:text => 'Video Store', :ref_img => 'tsimages/reference/spectrum/e2e_performance/video_store_main_page.jpg')
|
67
|
+
end
|
68
|
+
def enter_purchase_pin
|
69
|
+
new(:x => 811, :y => 278, :width => 303, :height => 66, :similarity => 70, :preprocessing => 6,
|
70
|
+
:text => 'Enter PIN', :ref_img => 'tsimages/reference/spectrum/e2e_performance/enter_purchase_pin.jpg')
|
71
|
+
end
|
72
|
+
def my_dvr
|
73
|
+
new(:x => 796, :y => 93, :width => 343, :height => 89, :similarity => 80, :preprocessing => 6, :text => 'My DVR',
|
74
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum/e2e_performance/my_dvr.jpg')
|
75
|
+
end
|
76
|
+
def on_demand_headline
|
77
|
+
new(:x => 718, :y => 87, :width => 486, :height => 97, :similarity => 80, :preprocessing => 6, :text => 'TV Shows',
|
78
|
+
:only_digits => false, :ref_img => '')
|
79
|
+
end
|
80
|
+
def on_demand_movies
|
81
|
+
new(:x => 718, :y => 87, :width => 486, :height => 97, :similarity => 80, :preprocessing => 6, :text => 'Movies',
|
82
|
+
:only_digits => false, :ref_img => '')
|
83
|
+
end
|
84
|
+
def library
|
85
|
+
new(:x => 748, :y => 94, :width => 422, :height => 92, :similarity => 80, :preprocessing => 6, :text => 'My Library',
|
86
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/library.jpg')
|
87
|
+
end
|
88
|
+
def guide_show_info
|
89
|
+
new(:x => 349, :y => 21, :width => 1054, :height => 321, :similarity => 80, :preprocessing => 0, :text => '',
|
90
|
+
:only_digits => false, :ref_img => '')
|
91
|
+
end
|
92
|
+
def network_asset_onnow
|
93
|
+
new(:x => 68, :y => 465, :width => 299, :height => 278, :similarity => 80, :preprocessing => 6, :text => '',
|
94
|
+
:only_digits => false, :ref_img => '')
|
95
|
+
end
|
96
|
+
def network_asset_topshows
|
97
|
+
new(:x => 497, :y => 573, :width => 220, :height => 57, :similarity => 80, :preprocessing => 6, :text => 'Top Shows',
|
98
|
+
:only_digits => false, :ref_img => '')
|
99
|
+
end
|
100
|
+
def network_asset_viewlistings
|
101
|
+
new(:x => 898, :y => 434, :width => 234, :height => 42, :similarity => 80, :preprocessing => 6,
|
102
|
+
:text => 'VIEW LISTINGS', :only_digits => false, :ref_img => '')
|
103
|
+
end
|
104
|
+
def network_listings_onnow
|
105
|
+
new(:x => 484, :y => 385, :width => 133, :height => 48, :similarity => 80, :preprocessing => 6, :text => 'On Now',
|
106
|
+
:only_digits => false, :ref_img => '')
|
107
|
+
end
|
108
|
+
def network_listings_programtext
|
109
|
+
|
110
|
+
new(:x => 693, :y => 330, :width => 529, :height => 44, :similarity => 80, :preprocessing => 6,
|
111
|
+
:text => 'Program listings for this channel', :only_digits => false, :ref_img => '')
|
112
|
+
end
|
113
|
+
def network_listings_onnext
|
114
|
+
new(:x => 484, :y => 573, :width => 139, :height => 44, :similarity => 80, :preprocessing => 6, :text => 'On Next',
|
115
|
+
:only_digits => false, :ref_img => '')
|
116
|
+
end
|
117
|
+
def network_asset_buttons
|
118
|
+
new(:x => 492, :y => 372, :width => 1053, :height => 459, :similarity => 80, :preprocessing => 6, :text => '',
|
119
|
+
:only_digits => false, :ref_img => '')
|
120
|
+
end
|
121
|
+
def network_asset_ondemand
|
122
|
+
new(:x => 1412, :y => 392, :width => 468, :height => 648, :similarity => 80, :preprocessing => 6, :text => '',
|
123
|
+
:only_digits => false, :ref_img => '')
|
124
|
+
end
|
125
|
+
def network_ondemand_sortby
|
126
|
+
new(:x => 109, :y => 281, :width => 126, :height => 63, :similarity => 80, :preprocessing => 6, :text => 'Sort by',
|
127
|
+
:only_digits => false, :ref_img => '')
|
128
|
+
end
|
129
|
+
def guide_showvideoguide_text
|
130
|
+
new(:x => 695, :y => 306, :width => 284, :height => 38, :similarity => 80, :preprocessing => 6,
|
131
|
+
:text => 'Show Video Guide', :only_digits => false, :ref_img => '')
|
132
|
+
end
|
133
|
+
def guide_filteron_text
|
134
|
+
new(:x => 1744, :y => 992, :width => 124, :height => 34, :similarity => 80, :preprocessing => 0, :text => 'FILTER ON',
|
135
|
+
:only_digits => false, :ref_img => '')
|
136
|
+
end
|
137
|
+
def guide_all_channel_numbers
|
138
|
+
new(:x => 185, :y => 458, :width => 96, :height => 505, :similarity => 80, :preprocessing => 6, :text => '',
|
139
|
+
:only_digits => false, :ref_img => '')
|
140
|
+
end
|
141
|
+
def guide_top_channel_number
|
142
|
+
new(:x => 176, :y => 452, :width => 91, :height => 70, :similarity => 80, :preprocessing => 6, :text => '',
|
143
|
+
:only_digits => false, :ref_img => '')
|
144
|
+
end
|
145
|
+
def guide_channel1_num
|
146
|
+
new(:x => 176, :y => 452, :width => 91, :height => 68, :similarity => 80, :preprocessing => 6, :text => '',
|
147
|
+
:only_digits => false, :ref_img => '')
|
148
|
+
end
|
149
|
+
def guide_channel2_num
|
150
|
+
new(:x => 176, :y => 562, :width => 91, :height => 68, :similarity => 80, :preprocessing => 6, :text => '',
|
151
|
+
:only_digits => false, :ref_img => '')
|
152
|
+
end
|
153
|
+
def guide_channel3_num
|
154
|
+
new(:x => 180, :y => 672, :width => 91, :height => 68, :similarity => 80, :preprocessing => 6, :text => '',
|
155
|
+
:only_digits => false, :ref_img => '')
|
156
|
+
end
|
157
|
+
def guide_channel4_num
|
158
|
+
new(:x => 182, :y => 778, :width => 91, :height => 68, :similarity => 80, :preprocessing => 6, :text => '',
|
159
|
+
:only_digits => false, :ref_img => '')
|
160
|
+
end
|
161
|
+
def guide_channel5_num
|
162
|
+
new(:x => 180, :y => 886, :width => 91, :height => 68, :similarity => 80, :preprocessing => 6, :text => '',
|
163
|
+
:only_digits => false, :ref_img => '')
|
164
|
+
end
|
165
|
+
def guide_channel6_num
|
166
|
+
new(:x => 180, :y => 994, :width => 91, :height => 68, :similarity => 80, :preprocessing => 6, :text => '',
|
167
|
+
:only_digits => false, :ref_img => '')
|
168
|
+
end
|
169
|
+
def guide_topchannel_text
|
170
|
+
new(:x => 362, :y => 452, :width => 1550, :height => 64, :similarity => 80, :preprocessing => 0, :text => '',
|
171
|
+
:only_digits => false, :ref_img => '')
|
172
|
+
end
|
173
|
+
def miniguide_moreinfo_showtitle
|
174
|
+
new(:x => 478, :y => 167, :width => 925, :height => 126, :similarity => 80, :preprocessing => 6, :text => '',
|
175
|
+
:only_digits => false, :ref_img => '')
|
176
|
+
end
|
177
|
+
def miniguide_info_showtitle
|
178
|
+
new(:x => 355, :y => 147, :width => 952, :height => 93, :similarity => 80, :preprocessing => 6, :text => '',
|
179
|
+
:only_digits => false, :ref_img => '')
|
180
|
+
end
|
181
|
+
def miniguide_filter_channels_text
|
182
|
+
new(:x => 589, :y => 147, :width => 424, :height => 83, :similarity => 80, :preprocessing => 6,
|
183
|
+
:text => 'Filter Channels', :only_digits => false, :ref_img => '')
|
184
|
+
end
|
185
|
+
def miniguide_all_channel_numbers
|
186
|
+
new(:x => 454, :y => 820, :width => 60, :height => 177, :similarity => 80, :preprocessing => 6, :text => '',
|
187
|
+
:only_digits => false, :ref_img => '')
|
188
|
+
end
|
189
|
+
def miniguide_channel1_num
|
190
|
+
new(:x => 455, :y => 826, :width => 60, :height => 37, :similarity => 80, :preprocessing => 6, :text => '',
|
191
|
+
:only_digits => false, :ref_img => '')
|
192
|
+
end
|
193
|
+
def miniguide_channel2_num
|
194
|
+
new(:x => 455, :y => 894, :width => 60, :height => 37, :similarity => 80, :preprocessing => 6, :text => '',
|
195
|
+
:only_digits => false, :ref_img => '')
|
196
|
+
end
|
197
|
+
def miniguide_channel3_num
|
198
|
+
new(:x => 455, :y => 961, :width => 60, :height => 37, :similarity => 80, :preprocessing => 6, :text => '',
|
199
|
+
:only_digits => false, :ref_img => '')
|
200
|
+
end
|
201
|
+
def miniguide_date_text
|
202
|
+
new(:x => 460, :y => 764, :width => 124, :height => 44, :similarity => 80, :preprocessing => 0, :text => '',
|
203
|
+
:only_digits => false, :ref_img => '')
|
204
|
+
end
|
205
|
+
def search_screen_title
|
206
|
+
new(:x => 826, :y => 104, :width => 271, :height => 76, :similarity => 80, :preprocessing => 6, :text => 'Search',
|
207
|
+
:only_digits => false, :ref_img => '')
|
208
|
+
end
|
209
|
+
def search_box_text
|
210
|
+
new(:x => 755, :y => 307, :width => 173, :height => 52, :similarity => 80, :preprocessing => 6, :text => 'Search for',
|
211
|
+
:only_digits => false, :ref_img => '')
|
212
|
+
end
|
213
|
+
def tv_shows_title
|
214
|
+
new(:x => 777, :y => 101, :width => 363, :height => 75, :similarity => 80, :preprocessing => 6, :text => 'TV Shows',
|
215
|
+
:only_digits => false, :ref_img => '')
|
216
|
+
end
|
217
|
+
|
218
|
+
def settings_and_support_text
|
219
|
+
new(:x => 629, :y => 90, :width => 656, :height => 102, :similarity => 80, :preprocessing => 6,
|
220
|
+
:text => 'Settings & Support', :only_digits => false, :ref_img => '')
|
221
|
+
end
|
222
|
+
def settings_sub_menus_text
|
223
|
+
new(:x => 63, :y => 267, :width => 328, :height => 581, :similarity => 80, :preprocessing => 6, :text => '',
|
224
|
+
:only_digits => false, :ref_img => '')
|
225
|
+
end
|
226
|
+
def parental_controls_settings
|
227
|
+
new(:x => 604, :y => 368, :width => 168, :height => 156, :similarity => 80, :preprocessing => 0,
|
228
|
+
:text => 'Parental Controls Settings', :only_digits => false, :ref_img => '')
|
229
|
+
end
|
230
|
+
def parental_controls_purchase_controls
|
231
|
+
new(:x => 864, :y => 386, :width => 158, :height => 98, :similarity => 80, :preprocessing => 0,
|
232
|
+
:text => 'Purchase Controls', :only_digits => false, :ref_img => '')
|
233
|
+
end
|
234
|
+
def parental_controls_on_demand_lock
|
235
|
+
new(:x => 1096, :y => 392, :width => 200, :height => 86, :similarity => 80, :preprocessing => 0,
|
236
|
+
:text => 'On Demand Lock', :only_digits => false, :ref_img => '')
|
237
|
+
end
|
238
|
+
def video_store_text
|
239
|
+
new(:x => 752, :y => 94, :width => 424, :height => 84, :similarity => 80, :preprocessing => 6, :text => 'Video Store',
|
240
|
+
:only_digits => false, :ref_img => '')
|
241
|
+
end
|
242
|
+
def video_store_top_picks
|
243
|
+
new(:x => 124, :y => 258, :width => 212, :height => 73, :similarity => 80, :preprocessing => 6, :text => 'Top Picks',
|
244
|
+
:only_digits => false, :ref_img => '')
|
245
|
+
end
|
246
|
+
def video_store_new_releases
|
247
|
+
new(:x => 132, :y => 860, :width => 262, :height => 56, :similarity => 80, :preprocessing => 6,
|
248
|
+
:text => 'New Releases', :only_digits => false, :ref_img => '')
|
249
|
+
end
|
250
|
+
def movies_text
|
251
|
+
new(:x => 828, :y => 98, :width => 274, :height => 80, :similarity => 80, :preprocessing => 6, :text => 'Movies',
|
252
|
+
:only_digits => false, :ref_img => '')
|
253
|
+
end
|
254
|
+
def movies_top_picks
|
255
|
+
new(:x => 130, :y => 396, :width => 188, :height => 50, :similarity => 80, :preprocessing => 6, :text => 'Top Picks',
|
256
|
+
:only_digits => false, :ref_img => '')
|
257
|
+
end
|
258
|
+
def movies_recently_added
|
259
|
+
new(:x => 130, :y => 936, :width => 296, :height => 50, :similarity => 80, :preprocessing => 6,
|
260
|
+
:text => 'Recently Added', :only_digits => false, :ref_img => '')
|
261
|
+
end
|
262
|
+
def main_menu_all_text
|
263
|
+
new(:x => 64, :y => 284, :width => 406, :height => 658, :similarity => 80, :preprocessing => 6, :text => '',
|
264
|
+
:only_digits => false, :ref_img => '')
|
265
|
+
end
|
266
|
+
def library_category_text
|
267
|
+
new(:x => 136, :y => 324, :width => 1759, :height => 58, :similarity => 80, :preprocessing => 6, :text => '',
|
268
|
+
:only_digits => false, :ref_img => '')
|
269
|
+
end
|
270
|
+
def library_added_to_watchlist
|
271
|
+
new(:x => 473, :y => 207, :width => 794, :height => 246, :similarity => 80, :preprocessing => 6, :text => '',
|
272
|
+
:only_digits => false, :ref_img => '')
|
273
|
+
end
|
274
|
+
def spectrum_log
|
275
|
+
new(:x => 72, :y => 108, :width => 306, :height => 130, :similarity => 80, :preprocessing => 0, :text => 'Spectrum',
|
276
|
+
:only_digits => false, :ref_img => '')
|
277
|
+
end
|
278
|
+
def s_infoTab
|
279
|
+
new(:x => 890, :y => 60, :width => 173, :height => 63, :similarity => 80, :preprocessing => 0, :text => '',
|
280
|
+
:only_digits => false, :ref_img => '')
|
281
|
+
end
|
282
|
+
def spectrum_logo_text
|
283
|
+
new(:x => 72, :y => 116, :width => 262, :height => 70, :similarity => 80, :preprocessing => 0, :text => 'Spectrum',
|
284
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/spectrum_logo_text.jpg')
|
285
|
+
end
|
286
|
+
def settings_support_page
|
287
|
+
new(:x => 640, :y => 76, :width => 644, :height => 114, :similarity => 80, :preprocessing => 0,
|
288
|
+
:text => 'Settings & Support', :only_digits => false,
|
289
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_support_page.jpg')
|
290
|
+
end
|
291
|
+
def settings_parental_controls
|
292
|
+
new(:x => 62, :y => 580, :width => 330, :height => 54, :similarity => 80, :preprocessing => 0,
|
293
|
+
:text => 'Parental Controls', :only_digits => false,
|
294
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_parental_controls.jpg')
|
295
|
+
end
|
296
|
+
def parental_control_settings
|
297
|
+
new(:x => 618, :y => 372, :width => 138, :height => 128, :similarity => 80, :preprocessing => 0,
|
298
|
+
:text => 'Parental Controls Settings', :only_digits => false,
|
299
|
+
:ref_img => 'tsimages/reference/spectrum_1080/parental_control_settings.jpg')
|
300
|
+
end
|
301
|
+
|
302
|
+
def purchase_controls
|
303
|
+
|
304
|
+
new(:x => 866, :y => 388, :width => 152, :height => 90, :similarity => 80, :preprocessing => 6,
|
305
|
+
:text => 'Purchase Controls', :only_digits => false,
|
306
|
+
:ref_img => 'tsimages/reference/spectrum_1080/purchase_controls.jpg')
|
307
|
+
end
|
308
|
+
def set_purchase_controls_pin
|
309
|
+
new(:x => 590, :y => 364, :width => 192, :height => 156, :similarity => 80, :preprocessing => 6,
|
310
|
+
:text => 'Set Purchase Controls PIN', :only_digits => false,
|
311
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_purchase_controls_pin.jpg')
|
312
|
+
end
|
313
|
+
def please_enter_purchase_pin
|
314
|
+
new(:x => 568, :y => 324, :width => 584, :height => 48, :similarity => 80, :preprocessing => 6,
|
315
|
+
:text => 'Please enter your Purchase Controls PIN', :only_digits => false,
|
316
|
+
:ref_img => 'tsimages/reference/spectrum_1080/please_enter_purchase_pin.jpg')
|
317
|
+
end
|
318
|
+
def closed_captioning
|
319
|
+
new(:x => 596, :y => 388, :width => 186, :height => 116, :similarity => 80, :preprocessing => 0,
|
320
|
+
:text => 'Closed Captioning', :only_digits => false,
|
321
|
+
:ref_img => 'tsimages/reference/spectrum_1080/closed_captioning.jpg')
|
322
|
+
end
|
323
|
+
def Accessibility
|
324
|
+
new(:x => 39, :y => 288, :width => 290, :height => 61, :similarity => 80, :preprocessing => 0,
|
325
|
+
:text => 'Accessibility', :only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/accessibility.jpg')
|
326
|
+
end
|
327
|
+
def closed_captioning_page
|
328
|
+
new(:x => 579, :y => 296, :width => 372, :height => 53, :similarity => 80, :preprocessing => 0,
|
329
|
+
:text => 'Closed Captioning', :only_digits => false,
|
330
|
+
:ref_img => 'tsimages/reference/spectrum_1080/closed_captioning_page.jpg')
|
331
|
+
end
|
332
|
+
def save
|
333
|
+
new(:x => 617, :y => 741, :width => 109, :height => 48, :similarity => 80, :preprocessing => 0, :text => 'SAVE',
|
334
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/save.jpg')
|
335
|
+
end
|
336
|
+
def liveTV_caption
|
337
|
+
new(:x => 98, :y => 805, :width => 1404, :height => 187, :similarity => 80, :preprocessing => 0, :text => '',
|
338
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/liveTV_caption.jpg')
|
339
|
+
end
|
340
|
+
def set_parental_controls_pin
|
341
|
+
new(:x => 589, :y => 377, :width => 192, :height => 126, :similarity => 80, :preprocessing => 0,
|
342
|
+
:text => 'Set Parental Controls PIN', :only_digits => false,
|
343
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_parental_controls_pin.jpg')
|
344
|
+
end
|
345
|
+
def turn_on_off_parental_controls
|
346
|
+
new(:x => 860, :y => 349, :width => 161, :height => 200, :similarity => 80, :preprocessing => 0,
|
347
|
+
:text => 'Turn On/Off Parental Controls', :only_digits => false,
|
348
|
+
:ref_img => 'tsimages/reference/spectrum_1080/turn_on_off_parental_controls.jpg')
|
349
|
+
end
|
350
|
+
def please_enter_parentalpin
|
351
|
+
new(:x => 666, :y => 337, :width => 604, :height => 72, :similarity => 80, :preprocessing => 6,
|
352
|
+
:text => 'Please enter your Parental Controls PIN', :only_digits => false,
|
353
|
+
:ref_img => 'tsimages/reference/spectrum_1080/please_enter_parentalpin.jpg')
|
354
|
+
end
|
355
|
+
def turn_on_off_parental_controlspage
|
356
|
+
new(:x => 574, :y => 291, :width => 652, :height => 55, :similarity => 80, :preprocessing => 0,
|
357
|
+
:text => 'Turn On/Off Parental Controls', :only_digits => false,
|
358
|
+
:ref_img => 'tsimages/reference/spectrum_1080/turn_on_off_parental_controlspage.jpg')
|
359
|
+
end
|
360
|
+
def hide_adult_titles
|
361
|
+
new(:x => 1102, :y => 374, :width => 190, :height => 117, :similarity => 80, :preprocessing => 0,
|
362
|
+
:text => 'Hide Adult Titles', :only_digits => false,
|
363
|
+
:ref_img => 'tsimages/reference/spectrum_1080/hide_adult_titles.jpg')
|
364
|
+
end
|
365
|
+
def set_parental_pin_page
|
366
|
+
new(:x => 574, :y => 288, :width => 528, :height => 53, :similarity => 80, :preprocessing => 6,
|
367
|
+
:text => 'Set Parental Controls PIN', :only_digits => false,
|
368
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_parental_pin_page.jpg')
|
369
|
+
end
|
370
|
+
def pin_set_success
|
371
|
+
new(:x => 513, :y => 427, :width => 549, :height => 76, :similarity => 80, :preprocessing => 6,
|
372
|
+
:text => 'PIN Set Successfully', :only_digits => false,
|
373
|
+
:ref_img => 'tsimages/reference/spectrum_1080/pin_set_success.jpg')
|
374
|
+
end
|
375
|
+
def set_purchase_controls_pinpage
|
376
|
+
new(:x => 579, :y => 288, :width => 544, :height => 66, :similarity => 80, :preprocessing => 6,
|
377
|
+
:text => 'Set Purchase Controls PIN', :only_digits => false,
|
378
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_purchase_controls_pinpage.jpg')
|
379
|
+
end
|
380
|
+
def turn_on_off_purchase_controls
|
381
|
+
new(:x => 844, :y => 367, :width => 193, :height => 189, :similarity => 80, :preprocessing => 6,
|
382
|
+
:text => 'Turn On/Off Purchase Controls', :only_digits => false,
|
383
|
+
:ref_img => 'tsimages/reference/spectrum_1080/turn_on_off_purchase_controls.jpg')
|
384
|
+
end
|
385
|
+
def turn_on_off_purchasepage
|
386
|
+
new(:x => 579, :y => 291, :width => 655, :height => 55, :similarity => 80, :preprocessing => 6,
|
387
|
+
:text => 'Turn On/Off Purchase Controls', :only_digits => false,
|
388
|
+
:ref_img => 'tsimages/reference/spectrum_1080/turn_on_off_purchasepage.jpg')
|
389
|
+
end
|
390
|
+
def please
|
391
|
+
new(:x => 389, :y => 40, :width => 112, :height => 54, :similarity => 80, :preprocessing => 0, :text => '',
|
392
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/please.jpg')
|
393
|
+
end
|
394
|
+
def recentsearchval
|
395
|
+
new(:x => 779, :y => 554, :width => 159, :height => 53, :similarity => 80, :preprocessing => 0, :text => '',
|
396
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/recent_searchval.jpg')
|
397
|
+
end
|
398
|
+
def searchpage
|
399
|
+
new(:x => 850, :y => 96, :width => 220, :height => 84, :similarity => 80, :preprocessing => 0, :text => 'Search',
|
400
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/searchpage.jpg')
|
401
|
+
end
|
402
|
+
def asset_productpage
|
403
|
+
new(:x => 485, :y => 187, :width => 231, :height => 84, :similarity => 80, :preprocessing => 0, :text => '',
|
404
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/asset_productpage.jpg')
|
405
|
+
end
|
406
|
+
def Recent_searches
|
407
|
+
new(:x => 721, :y => 488, :width => 293, :height => 48, :similarity => 80, :preprocessing => 0,
|
408
|
+
:text => 'Recent Searches', :only_digits => false,
|
409
|
+
:ref_img => 'tsimages/reference/spectrum_1080/recent_searches.jpg')
|
410
|
+
end
|
411
|
+
def channel_4
|
412
|
+
new(:x => 698, :y => 584, :width => 182, :height => 119, :similarity => 80, :preprocessing => 0, :text => 'KMOV',
|
413
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/channel_4.jpg')
|
414
|
+
end
|
415
|
+
def channel_restriction_page
|
416
|
+
new(:x => 574, :y => 293, :width => 422, :height => 51, :similarity => 80, :preprocessing => 0,
|
417
|
+
:text => 'Channel Restrictions', :only_digits => false,
|
418
|
+
:ref_img => 'tsimages/reference/spectrum_1080/channel_restriction_page.jpg')
|
419
|
+
end
|
420
|
+
def pg_restriction_13
|
421
|
+
new(:x => 829, :y => 973, :width => 594, :height => 86, :similarity => 80, :preprocessing => 0, :text => '',
|
422
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/pg_restriction_13.jpg')
|
423
|
+
end
|
424
|
+
def ondemand_lock
|
425
|
+
new(:x => 1102, :y => 379, :width => 187, :height => 109, :similarity => 80, :preprocessing => 0,
|
426
|
+
:text => 'On Demand Lock', :only_digits => false,
|
427
|
+
:ref_img => 'tsimages/reference/spectrum_1080/ondemand_lock.jpg')
|
428
|
+
end
|
429
|
+
def set_on_demand_pin
|
430
|
+
new(:x => 589, :y => 382, :width => 197, :height => 114, :similarity => 80, :preprocessing => 0,
|
431
|
+
:text => 'Set On Demand PIN', :only_digits => false,
|
432
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_on_demand_pin.jpg')
|
433
|
+
end
|
434
|
+
def turn_on_off_ondemand_lock
|
435
|
+
new(:x => 852, :y => 367, :width => 180, :height => 177, :similarity => 80, :preprocessing => 0,
|
436
|
+
:text => 'Turn On/Off On Demand Lock', :only_digits => false,
|
437
|
+
:ref_img => 'tsimages/reference/spectrum_1080/turn_onoff_ondemandlock.jpg')
|
438
|
+
end
|
439
|
+
def turn_on_off_demandlock_page
|
440
|
+
new(:x => 576, :y => 288, :width => 648, :height => 63, :similarity => 80, :preprocessing => 0,
|
441
|
+
:text => 'Turn On/Off On Demand Lock', :only_digits => false,
|
442
|
+
:ref_img => 'tsimages/reference/spectrum_1080/turn_on_off_demandlockpage.jpg')
|
443
|
+
end
|
444
|
+
def exact_search
|
445
|
+
new(:x => 776, :y => 551, :width => 197, :height => 58, :similarity => 80, :preprocessing => 0, :text => '',
|
446
|
+
|
447
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/exact_search.jpg')
|
448
|
+
end
|
449
|
+
def searchval
|
450
|
+
new(:x => 774, :y => 549, :width => 156, :height => 58, :similarity => 80, :preprocessing => 0, :text => '',
|
451
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/searchval.jpg')
|
452
|
+
end
|
453
|
+
def on_demand_lock
|
454
|
+
new(:x => 1110, :y => 384, :width => 174, :height => 99, :similarity => 80, :preprocessing => 6,
|
455
|
+
:text => 'On Demand Lock', :only_digits => false,
|
456
|
+
:ref_img => 'tsimages/reference/spectrum_1080/on_demand_lock.jpg')
|
457
|
+
end
|
458
|
+
def set_on_demand_pinpage
|
459
|
+
new(:x => 571, :y => 288, :width => 423, :height => 63, :similarity => 80, :preprocessing => 0,
|
460
|
+
:text => 'Set On Demand PIN', :only_digits => false,
|
461
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_on_demand_pinpage.jpg')
|
462
|
+
end
|
463
|
+
def enter_pin_on_demand_lock
|
464
|
+
new(:x => 556, :y => 346, :width => 498, :height => 43, :similarity => 80, :preprocessing => 0,
|
465
|
+
:text => 'Please enter your On Demand PIN', :only_digits => false,
|
466
|
+
:ref_img => 'tsimages/reference/spectrum_1080/enter_pin_on_demand_lock.jpg')
|
467
|
+
end
|
468
|
+
def video_store_page
|
469
|
+
new(:x => 766, :y => 91, :width => 395, :height => 99, :similarity => 80, :preprocessing => 0, :text => 'Video Store',
|
470
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/video_store_page.jpg')
|
471
|
+
end
|
472
|
+
def videostore_purchasepinprompt
|
473
|
+
new(:x => 660, :y => 346, :width => 592, :height => 43, :similarity => 80, :preprocessing => 6,
|
474
|
+
:text => 'Please enter your Purchase Controls PIN', :only_digits => false,
|
475
|
+
:ref_img => 'tsimages/reference/spectrum_1080/videostore_purchaseprompt')
|
476
|
+
end
|
477
|
+
def Network_details
|
478
|
+
new(:x => 503, :y => 319, :width => 1006, :height => 53, :similarity => 80, :preprocessing => 0, :text => '',
|
479
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/network_details.jpg')
|
480
|
+
end
|
481
|
+
def parentally_locked_asset_enter_pin
|
482
|
+
new(:x => 670, :y => 341, :width => 255, :height => 56, :similarity => 80, :preprocessing => 0,
|
483
|
+
:text => 'Please enter your', :only_digits => false,
|
484
|
+
:ref_img => 'tsimages/reference/spectrum_1080/parentally_locked_asset_enter_pin.jpg')
|
485
|
+
end
|
486
|
+
def content_filters
|
487
|
+
new(:x => 1368, :y => 346, :width => 169, :height => 203, :similarity => 80, :preprocessing => 0,
|
488
|
+
:text => 'Content Filters', :only_digits => false,
|
489
|
+
:ref_img => 'tsimages/reference/spectrum_1080/content_filters.jpg')
|
490
|
+
end
|
491
|
+
def content_filters_page
|
492
|
+
new(:x => 574, :y => 291, :width => 306, :height => 53, :similarity => 80, :preprocessing => 0,
|
493
|
+
:text => 'Content Filters', :only_digits => false,
|
494
|
+
:ref_img => 'tsimages/reference/spectrum_1080/content_filterspage.jpg')
|
495
|
+
end
|
496
|
+
def adult_content_filter
|
497
|
+
new(:x => 700, :y => 440, :width => 233, :height => 109, :similarity => 80, :preprocessing => 0,
|
498
|
+
:text => 'Adult Content', :only_digits => false,
|
499
|
+
:ref_img => 'tsimages/reference/spectrum_1080/adult_content_filter.jpg')
|
500
|
+
end
|
501
|
+
def guide_options_popup
|
502
|
+
new(:x => 650, :y => 182, :width => 392, :height => 81, :similarity => 80, :preprocessing => 0,
|
503
|
+
:text => 'Guide Options', :only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/guide_options.jpg')
|
504
|
+
end
|
505
|
+
def jump_to_different_date
|
506
|
+
new(:x => 695, :y => 561, :width => 420, :height => 58, :similarity => 80, :preprocessing => 0,
|
507
|
+
:text => 'Jump to a Different Date', :only_digits => false,
|
508
|
+
:ref_img => 'tsimages/reference/spectrum_1080/jump_to_different_date.jpg')
|
509
|
+
end
|
510
|
+
def select_date
|
511
|
+
new(:x => 796, :y => 202, :width => 322, :height => 71, :similarity => 80, :preprocessing => 0,
|
512
|
+
:text => 'Select Date', :only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/select_date.jpg')
|
513
|
+
end
|
514
|
+
def select_date_tomorrow
|
515
|
+
new(:x => 855, :y => 432, :width => 215, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Tomorrow',
|
516
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/select_date_tomorrow.jpg')
|
517
|
+
end
|
518
|
+
def record_asset_button
|
519
|
+
new(:x => 528, :y => 528, :width => 165, :height => 74, :similarity => 80, :preprocessing => 0, :text => 'RECORD',
|
520
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_asset_button.jpg')
|
521
|
+
end
|
522
|
+
def record_episode_button
|
523
|
+
new(:x => 645, :y => 703, :width => 288, :height => 50, :similarity => 80, :preprocessing => 0,
|
524
|
+
:text => 'RECORD EPISODE', :only_digits => false,
|
525
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_episode_button.jpg')
|
526
|
+
end
|
527
|
+
def record_save
|
528
|
+
new(:x => 556, :y => 455, :width => 189, :height => 127, :similarity => 80, :preprocessing => 0, :text => 'SAVE',
|
529
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_save.jpg')
|
530
|
+
end
|
531
|
+
|
532
|
+
def edit_recording
|
533
|
+
new(:x => 541, :y => 716, :width => 283, :height => 43, :similarity => 80, :preprocessing => 8,
|
534
|
+
:text => 'EDIT RECORDING', :only_digits => false,
|
535
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording.jpg')
|
536
|
+
end
|
537
|
+
def scheduled_recording
|
538
|
+
new(:x => 78, :y => 432, :width => 175, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Scheduled',
|
539
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/scheduled_recording.jpg')
|
540
|
+
end
|
541
|
+
def scheduled_recorded_asset
|
542
|
+
new(:x => 680, :y => 544, :width => 716, :height => 422, :similarity => 80, :preprocessing => 0, :text => '',
|
543
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/scheduled_recorded_asset.jpg')
|
544
|
+
end
|
545
|
+
def Record_asset_title
|
546
|
+
new(:x => 546, :y => 182, :width => 723, :height => 89, :similarity => 80, :preprocessing => 0, :text => '',
|
547
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_asset_title.jpg')
|
548
|
+
end
|
549
|
+
def vod_restart_button
|
550
|
+
new(:x => 471, :y => 582, :width => 286, :height => 146, :similarity => 80, :preprocessing => 0, :text => 'RESTART',
|
551
|
+
:only_digits => false, :ref_img => 'tsimages/reference/e2e_spectrum/restartbutton.jpg')
|
552
|
+
end
|
553
|
+
def ondemand_prompt
|
554
|
+
new(:x => 539, :y => 344, :width => 515, :height => 48, :similarity => 80, :preprocessing => 0,
|
555
|
+
:text => 'Please enter your On Demand PIN', :only_digits => false, :ref_img => '')
|
556
|
+
end
|
557
|
+
def edit_episode_recording_page
|
558
|
+
new(:x => 419, :y => 119, :width => 612, :height => 860, :similarity => 80, :preprocessing => 0,
|
559
|
+
:text => 'Edit Episode Recording', :only_digits => false,
|
560
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_page.jpg')
|
561
|
+
end
|
562
|
+
def cancel_recording
|
563
|
+
new(:x => 1166, :y => 415, :width => 366, :height => 116, :similarity => 80, :preprocessing => 0,
|
564
|
+
:text => 'CANCEL RECORDING', :only_digits => false,
|
565
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cancel_recording.jpg')
|
566
|
+
end
|
567
|
+
def cancel_recording_page
|
568
|
+
new(:x => 513, :y => 306, :width => 577, :height => 93, :similarity => 80, :preprocessing => 0,
|
569
|
+
:text => 'Cancel Recording?', :only_digits => false,
|
570
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cancel_recording_page.jpg')
|
571
|
+
end
|
572
|
+
def cancel_recording_option
|
573
|
+
new(:x => 913, :y => 665, :width => 374, :height => 84, :similarity => 80, :preprocessing => 0,
|
574
|
+
:text => 'CANCEL RECORDING', :only_digits => false,
|
575
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cancel_recording_option.jpg')
|
576
|
+
end
|
577
|
+
def record_asset_pos2
|
578
|
+
new(:x => 533, :y => 708, :width => 152, :height => 53, :similarity => 80, :preprocessing => 0, :text => 'RECORD',
|
579
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_asset_pos2')
|
580
|
+
end
|
581
|
+
def edit_recording_pos_2
|
582
|
+
new(:x => 539, :y => 705, :width => 280, :height => 59, :similarity => 80, :preprocessing => 0,
|
583
|
+
:text => 'EDIT RECORDING', :only_digits => false,
|
584
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_pos_2.jpg')
|
585
|
+
end
|
586
|
+
def record_pos_2
|
587
|
+
new(:x => 533, :y => 587, :width => 150, :height => 50, :similarity => 80, :preprocessing => 0, :text => 'RECORD',
|
588
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_pos_2.jpg')
|
589
|
+
end
|
590
|
+
def record_pos2
|
591
|
+
new(:x => 483, :y => 592, :width => 248, :height => 124, :similarity => 80, :preprocessing => 0, :text => 'RECORD',
|
592
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_pos2.jpg')
|
593
|
+
end
|
594
|
+
def edit_recording_pos3
|
595
|
+
new(:x => 536, :y => 665, :width => 283, :height => 48, :similarity => 80, :preprocessing => 0,
|
596
|
+
:text => 'EDIT RECORDING', :only_digits => false,
|
597
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_pos3.jpg')
|
598
|
+
end
|
599
|
+
def record_save_pos_two
|
600
|
+
new(:x => 551, :y => 455, :width => 205, :height => 142, :similarity => 80, :preprocessing => 0, :text => '',
|
601
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_pos_two.jpg')
|
602
|
+
end
|
603
|
+
def edit_recording_pos_two
|
604
|
+
new(:x => 541, :y => 703, :width => 281, :height => 58, :similarity => 80, :preprocessing => 0, :text => '',
|
605
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/edit_recording_pos_two.jpg')
|
606
|
+
end
|
607
|
+
def please_enter_on_demand_pin
|
608
|
+
new(:x => 546, :y => 344, :width => 511, :height => 45, :similarity => 80, :preprocessing => 6,
|
609
|
+
:text => 'Please enter your On Demand PIN', :only_digits => false,
|
610
|
+
:ref_img => 'tsimages/reference/spectrum_1080/please_enter_on_demand_pin.jpg')
|
611
|
+
end
|
612
|
+
def save_ondemandlock
|
613
|
+
new(:x => 607, :y => 697, :width => 148, :height => 72, :similarity => 80, :preprocessing => 0, :text => 'SAVE',
|
614
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/save_ondemandlock.jpg')
|
615
|
+
end
|
616
|
+
|
617
|
+
def parental_control_pin
|
618
|
+
new(:x => 622, :y => 265, :width => 678, :height => 94, :similarity => 80, :preprocessing => 6,
|
619
|
+
:text => 'Parental Control PIN', :only_digits => false,
|
620
|
+
:ref_img => 'tsimages/reference/spectrum_1080/parental_control_pin.jpg')
|
621
|
+
end
|
622
|
+
|
623
|
+
def watch_recording
|
624
|
+
new(:x => 658, :y => 635, :width => 172, :height => 71, :similarity => 80, :preprocessing => 0, :text => 'WATCH',
|
625
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/watch_recording.jpg')
|
626
|
+
end
|
627
|
+
def Mydvr_recordings
|
628
|
+
new(:x => 72, :y => 326, :width => 209, :height => 64, :similarity => 80, :preprocessing => 0, :text => 'Recordings',
|
629
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_recordings.jog')
|
630
|
+
end
|
631
|
+
def fromtime
|
632
|
+
new(:x => 597, :y => 357, :width => 288, :height => 68, :similarity => 80, :preprocessing => 0, :text => '',
|
633
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/fromtime.jpg')
|
634
|
+
end
|
635
|
+
def record_series_button
|
636
|
+
new(:x => 1039, :y => 700, :width => 278, :height => 59, :similarity => 80, :preprocessing => 0,
|
637
|
+
:text => 'RECORD SERIES', :only_digits => false,
|
638
|
+
:ref_img => 'tsimages/reference/spectrum_1080/record_series_button.jpg')
|
639
|
+
end
|
640
|
+
def set_series_recording
|
641
|
+
new(:x => 308, :y => 152, :width => 572, :height => 78, :similarity => 80, :preprocessing => 0,
|
642
|
+
:text => 'Set Series Recording', :only_digits => false,
|
643
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_series_recording.jpg')
|
644
|
+
end
|
645
|
+
def edit_recording_pos_four
|
646
|
+
new(:x => 528, :y => 571, :width => 296, :height => 61, :similarity => 80, :preprocessing => 0,
|
647
|
+
:text => 'EDIT RECORDING', :only_digits => false,
|
648
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_pos_four.jpg')
|
649
|
+
end
|
650
|
+
def watch_recording_pos_two
|
651
|
+
new(:x => 672, :y => 746, :width => 144, :height => 49, :similarity => 80, :preprocessing => 0, :text => 'WATCH',
|
652
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/watch_recording_position_two.jpg')
|
653
|
+
end
|
654
|
+
|
655
|
+
def vod_resume_button
|
656
|
+
new(:x => 764, :y => 569, :width => 240, :height => 162, :similarity => 80, :preprocessing => 0, :text => 'RESUME',
|
657
|
+
:only_digits => false, :ref_img => '')
|
658
|
+
end
|
659
|
+
def get_program_name
|
660
|
+
new(:x => 619, :y => 819, :width => 213, :height => 53, :similarity => 80, :preprocessing => 0, :text => '',
|
661
|
+
:only_digits => false, :ref_img => '')
|
662
|
+
end
|
663
|
+
def recording_mylibrary_assetname
|
664
|
+
new(:x => 619, :y => 455, :width => 399, :height => 68, :similarity => 80, :preprocessing => 0, :text => '',
|
665
|
+
:only_digits => false, :ref_img => '')
|
666
|
+
end
|
667
|
+
def record_screen_asset_name
|
668
|
+
new(:x => 536, :y => 230, :width => 339, :height => 58, :similarity => 80, :preprocessing => 0, :text => '',
|
669
|
+
:only_digits => false, :ref_img => '')
|
670
|
+
|
671
|
+
end
|
672
|
+
|
673
|
+
def livetv_channel_name
|
674
|
+
new(:x => 359, :y => 829, :width => 900, :height => 101, :similarity => 80, :preprocessing => 6, :text => '',
|
675
|
+
:only_digits => false, :ref_img => '')
|
676
|
+
end
|
677
|
+
def curr_prog_name
|
678
|
+
new(:x => 417, :y => 138, :width => 604, :height => 104, :similarity => 80, :preprocessing => 0, :text => '',
|
679
|
+
:only_digits => false, :ref_img => '')
|
680
|
+
end
|
681
|
+
def rec_prog_name
|
682
|
+
new(:x => 600, :y => 429, :width => 780, :height => 117, :similarity => 80, :preprocessing => 0, :text => '',
|
683
|
+
:only_digits => false, :ref_img => '')
|
684
|
+
end
|
685
|
+
|
686
|
+
def mylibrary_recordings_text
|
687
|
+
new(:x => 116, :y => 250, :width => 282, :height => 70, :similarity => 80, :preprocessing => 0, :text => 'Recordings',
|
688
|
+
:only_digits => false, :ref_img => '')
|
689
|
+
end
|
690
|
+
def asset_title_minigiuide
|
691
|
+
new(:x => 622, :y => 817, :width => 212, :height => 50, :similarity => 80, :preprocessing => 6, :text => '',
|
692
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/asset_title_miniguide.jpg')
|
693
|
+
end
|
694
|
+
def edit_recording_via_miniguide
|
695
|
+
new(:x => 496, :y => 121, :width => 389, :height => 89, :similarity => 80, :preprocessing => 6,
|
696
|
+
:text => 'Edit Recording', :only_digits => false,
|
697
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_recording_via_miniguide.jpg')
|
698
|
+
end
|
699
|
+
def Add_to_watchlist
|
700
|
+
new(:x => 802, :y => 559, :width => 429, :height => 184, :similarity => 80, :preprocessing => 0,
|
701
|
+
:text => 'ADD TO WATCHLIST', :only_digits => false,
|
702
|
+
:ref_img => 'tsimages/reference/spectrum_1080/add_to_watchlist.jpg')
|
703
|
+
end
|
704
|
+
def created_a_watchlist
|
705
|
+
new(:x => 508, :y => 379, :width => 857, :height => 84, :similarity => 80, :preprocessing => 0,
|
706
|
+
|
707
|
+
:text => 'You Just Created a Watchlist', :only_digits => false,
|
708
|
+
:ref_img => 'tsimages/reference/spectrum_1080/created_a_watchlist.jpg')
|
709
|
+
end
|
710
|
+
|
711
|
+
def watch_trailer
|
712
|
+
new(:x => 790, :y => 600, :width => 395, :height => 101, :similarity => 80, :preprocessing => 0,
|
713
|
+
:text => 'WATCH TRAILER', :only_digits => false, :ref_img => '')
|
714
|
+
end
|
715
|
+
def record_save_third_pos
|
716
|
+
new(:x => 571, :y => 362, :width => 162, :height => 75, :similarity => 80, :preprocessing => 0, :text => 'SAVE',
|
717
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_save_third_pos.jpg')
|
718
|
+
end
|
719
|
+
def record_asset_pos4
|
720
|
+
new(:x => 528, :y => 662, :width => 157, :height => 56, :similarity => 80, :preprocessing => 0, :text => 'RECORD',
|
721
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/record_asset_pos4.jpg')
|
722
|
+
end
|
723
|
+
def select_your_preferred_upgrade
|
724
|
+
new(:x => 139, :y => 116, :width => 986, :height => 99, :similarity => 80, :preprocessing => 6,
|
725
|
+
:text => 'Select Your Preferred Upgrade', :only_digits => false,
|
726
|
+
:ref_img => 'tsimages/reference/spectrum_1080/selectpreferredupgrade.jpg')
|
727
|
+
end
|
728
|
+
def confirm_upgrade
|
729
|
+
new(:x => 491, :y => 222, :width => 573, :height => 102, :similarity => 80, :preprocessing => 0,
|
730
|
+
:text => 'Confirm Upgrade', :only_digits => false,
|
731
|
+
:ref_img => 'tsimages/reference/spectrum_1080/confirm_upgrade.jpg')
|
732
|
+
end
|
733
|
+
def upgrade_terms_conditions
|
734
|
+
new(:x => 480, :y => 367, :width => 898, :height => 316, :similarity => 80, :preprocessing => 0, :text => '',
|
735
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/upgrade_terms_conditions.jpg')
|
736
|
+
end
|
737
|
+
def thanks_upgrading_message
|
738
|
+
new(:x => 491, :y => 367, :width => 801, :height => 55, :similarity => 80, :preprocessing => 0,
|
739
|
+
:text => 'Thanks for upgrading your subscription package', :only_digits => false,
|
740
|
+
:ref_img => 'simages/reference/spectrum_1080/thanksupgrade_message.jpg')
|
741
|
+
end
|
742
|
+
|
743
|
+
def expiring_soon_2
|
744
|
+
new(:x => 164, :y => 801, :width => 290, :height => 102, :similarity => 80, :preprocessing => 0,
|
745
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
746
|
+
end
|
747
|
+
def expiring_soon
|
748
|
+
new(:x => 151, :y => 288, :width => 322, :height => 91, :similarity => 80, :preprocessing => 0,
|
749
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
750
|
+
end
|
751
|
+
def asset_title_guidemini
|
752
|
+
new(:x => 632, :y => 814, :width => 268, :height => 61, :similarity => 80, :preprocessing => 0, :text => '',
|
753
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/asset_title_miniguide.jpg')
|
754
|
+
end
|
755
|
+
def resume_mylibrary_val
|
756
|
+
new(:x => 632, :y => 587, :width => 288, :height => 235, :similarity => 80, :preprocessing => 0, :text => '',
|
757
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/resume_mylibrary.jpg')
|
758
|
+
end
|
759
|
+
def assert_movie_title
|
760
|
+
new(:x => 475, :y => 142, :width => 1019, :height => 139, :similarity => 80, :preprocessing => 0, :text => '',
|
761
|
+
:only_digits => false, :ref_img => '')
|
762
|
+
end
|
763
|
+
|
764
|
+
def miniguide_asset_name
|
765
|
+
new(:x => 575, :y => 808, :width => 239, :height => 72, :similarity => 80, :preprocessing => 0, :text => '',
|
766
|
+
:only_digits => false, :ref_img => '')
|
767
|
+
end
|
768
|
+
def record_asset_pos6
|
769
|
+
new(:x => 739, :y => 634, :width => 246, :height => 105, :similarity => 80, :preprocessing => 0, :text => 'RECORD',
|
770
|
+
:only_digits => false, :ref_img => '')
|
771
|
+
end
|
772
|
+
def record_asset_pos9
|
773
|
+
new(:x => 729, :y => 663, :width => 259, :height => 136, :similarity => 80, :preprocessing => 0, :text => '',
|
774
|
+
:only_digits => false, :ref_img => '')
|
775
|
+
end
|
776
|
+
|
777
|
+
def Day_val
|
778
|
+
new(:x => 589, :y => 489, :width => 83, :height => 72, :similarity => 80, :preprocessing => 0, :text => '',
|
779
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/Day_val.jpg')
|
780
|
+
end
|
781
|
+
def upgradechannel_popup
|
782
|
+
|
783
|
+
new(:x => 645, :y => 367, :width => 460, :height => 81, :similarity => 80, :preprocessing => 6,
|
784
|
+
:text => 'Upgrade to Add', :only_digits => false,
|
785
|
+
:ref_img => 'tsimages/reference/spectrum_1080/upgradechannel_popup.jpg')
|
786
|
+
end
|
787
|
+
def Asset_guidebar
|
788
|
+
new(:x => 351, :y => 448, :width => 448, :height => 78, :similarity => 80, :preprocessing => 0, :text => '',
|
789
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/asset_guidebar.jpg')
|
790
|
+
end
|
791
|
+
def jump_date
|
792
|
+
new(:x => 819, :y => 324, :width => 278, :height => 81, :similarity => 80, :preprocessing => 0, :text => '',
|
793
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/jump_date.jpg')
|
794
|
+
end
|
795
|
+
def jump_date_slotone
|
796
|
+
new(:x => 819, :y => 437, :width => 296, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
|
797
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/jdate_slotone.jpg')
|
798
|
+
end
|
799
|
+
def jump_date_slottwo
|
800
|
+
new(:x => 824, :y => 531, :width => 268, :height => 51, :similarity => 80, :preprocessing => 0, :text => '',
|
801
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/jdate_slottwo.jpg')
|
802
|
+
end
|
803
|
+
def jump_date_slotthree
|
804
|
+
new(:x => 796, :y => 622, :width => 324, :height => 51, :similarity => 80, :preprocessing => 0, :text => '',
|
805
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/jdate_slotthree.jpg')
|
806
|
+
end
|
807
|
+
def jump_date_slotfour
|
808
|
+
new(:x => 812, :y => 721, :width => 295, :height => 58, :similarity => 80, :preprocessing => 0, :text => '',
|
809
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/jdate_slotfour.jpg')
|
810
|
+
end
|
811
|
+
def jump_date_slotfive
|
812
|
+
new(:x => 819, :y => 733, :width => 281, :height => 56, :similarity => 80, :preprocessing => 0, :text => '',
|
813
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/jdate_slotfive.jpg')
|
814
|
+
end
|
815
|
+
def Guide_refreshDay
|
816
|
+
new(:x => 516, :y => 379, :width => 151, :height => 53, :similarity => 80, :preprocessing => 0, :text => '',
|
817
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/guide_refreshday.jpg')
|
818
|
+
end
|
819
|
+
def video_store_rental
|
820
|
+
new(:x => 126, :y => 389, :width => 423, :height => 59, :similarity => 80, :preprocessing => 0,
|
821
|
+
:text => 'Top Video Store Rentals', :only_digits => false,
|
822
|
+
:ref_img => 'tsimages/reference/spectrum_1080/video_store_rental.jpg')
|
823
|
+
end
|
824
|
+
def rent_asset
|
825
|
+
new(:x => 536, :y => 627, :width => 96, :height => 56, :similarity => 80, :preprocessing => 0, :text => 'RENT',
|
826
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/rent_asset.jpg')
|
827
|
+
end
|
828
|
+
def ondemand_confirm_again
|
829
|
+
new(:x => 536, :y => 321, :width => 647, :height => 46, :similarity => 80, :preprocessing => 0,
|
830
|
+
:text => 'The On Demand lock is currently turned on', :only_digits => false,
|
831
|
+
:ref_img => 'tsimages/reference/spectrum_1080/ondemand_confirmagain.jpg')
|
832
|
+
end
|
833
|
+
def confirm_rental_page
|
834
|
+
new(:x => 548, :y => 279, :width => 434, :height => 96, :similarity => 80, :preprocessing => 0,
|
835
|
+
:text => 'Confirm Rental', :only_digits => false,
|
836
|
+
:ref_img => 'tsimages/reference/spectrum_1080/confirm_rental_page.jpg')
|
837
|
+
end
|
838
|
+
def rent_button_pos_one
|
839
|
+
new(:x => 470, :y => 523, :width => 304, :height => 258, :similarity => 80, :preprocessing => 0, :text => '',
|
840
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/rent_button_pos_one.jpg')
|
841
|
+
end
|
842
|
+
def fast_forward_text
|
843
|
+
new(:x => 426, :y => 875, :width => 116, :height => 90, :similarity => 80, :preprocessing => 5, :text => '',
|
844
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/fast_forward_text.jpg')
|
845
|
+
end
|
846
|
+
def please_enter_parentalpin_popup
|
847
|
+
new(:x => 561, :y => 321, :width => 587, :height => 53, :similarity => 80, :preprocessing => 6,
|
848
|
+
:text => 'Please enter your Parental Controls PIN', :only_digits => false,
|
849
|
+
:ref_img => 'tsimages/reference/spectrum_1080/pleaseenter_parentpin.jpg')
|
850
|
+
end
|
851
|
+
def edit_recording_pos7
|
852
|
+
new(:x => 485, :y => 389, :width => 375, :height => 321, :similarity => 80, :preprocessing => 0, :text => '',
|
853
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/edit_recording_pos7.jpg')
|
854
|
+
end
|
855
|
+
def livetv_upgrade_text
|
856
|
+
new(:x => 286, :y => 344, :width => 1175, :height => 119, :similarity => 80, :preprocessing => 6, :text => '',
|
857
|
+
:only_digits => false, :ref_img => '')
|
858
|
+
end
|
859
|
+
def cc_option_text
|
860
|
+
new(:x => 612, :y => 435, :width => 739, :height => 210, :similarity => 80, :preprocessing => 6, :text => '',
|
861
|
+
:only_digits => false, :ref_img => '')
|
862
|
+
end
|
863
|
+
def livetv_infobar_text
|
864
|
+
new(:x => 196, :y => 735, :width => 1283, :height => 270, :similarity => 80, :preprocessing => 6, :text => '',
|
865
|
+
:only_digits => false, :ref_img => '')
|
866
|
+
end
|
867
|
+
def add_watchlist_text
|
868
|
+
new(:x => 799, :y => 528, :width => 470, :height => 322, :similarity => 80, :preprocessing => 0, :text => '',
|
869
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/add_watchlist_text.jpg')
|
870
|
+
end
|
871
|
+
def add_watchlist_success
|
872
|
+
new(:x => 503, :y => 374, :width => 847, :height => 81, :similarity => 80, :preprocessing => 0,
|
873
|
+
:text => 'You Just Created a Watchlist', :only_digits => false,
|
874
|
+
:ref_img => 'tsimages/reference/spectrum_1080/add_watchlist_success.jpg')
|
875
|
+
end
|
876
|
+
def Watchlist_screen
|
877
|
+
new(:x => 791, :y => 81, :width => 334, :height => 109, :similarity => 80, :preprocessing => 0, :text => 'Watchlist',
|
878
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/watchlist_screen.jpg')
|
879
|
+
end
|
880
|
+
def instant_upgrade
|
881
|
+
new(:x => 338, :y => 437, :width => 364, :height => 97, :similarity => 80, :preprocessing => 6, :text => '',
|
882
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/instant_upgrade.jpg')
|
883
|
+
end
|
884
|
+
def Upgrade_popup
|
885
|
+
new(:x => 420, :y => 354, :width => 864, :height => 94, :similarity => 80, :preprocessing => 6,
|
886
|
+
:text => 'Do You Want to Upgrade?', :only_digits => false,
|
887
|
+
:ref_img => 'tsimages/reference/spectrum_1080/Upgrade_popup.jpg')
|
888
|
+
end
|
889
|
+
def miniguide_edit_recording
|
890
|
+
new(:x => 475, :y => 96, :width => 754, :height => 129, :similarity => 80, :preprocessing => 0,
|
891
|
+
:text => 'Edit Episode Recording', :only_digits => false,
|
892
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_edit_recording.jpg')
|
893
|
+
end
|
894
|
+
def recorded_asset_inminiguide
|
895
|
+
new(:x => 622, :y => 230, :width => 205, :height => 56, :similarity => 80, :preprocessing => 0, :text => '',
|
896
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/recorded_asset_miniguide.jpg')
|
897
|
+
end
|
898
|
+
def current_recording
|
899
|
+
new(:x => 614, :y => 453, :width => 865, :height => 65, :similarity => 80, :preprocessing => 6, :text => '',
|
900
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/current_recording.jpg')
|
901
|
+
end
|
902
|
+
def scheduled_recordings
|
903
|
+
new(:x => 569, :y => 511, :width => 713, :height => 392, :similarity => 80, :preprocessing => 6, :text => '',
|
904
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/scheduled_recordings.jpg')
|
905
|
+
end
|
906
|
+
|
907
|
+
def asset_description
|
908
|
+
new(:x => 472, :y => 350, :width => 1331, :height => 160, :similarity => 80, :preprocessing => 0, :text => '',
|
909
|
+
:only_digits => false, :ref_img => '')
|
910
|
+
end
|
911
|
+
def assetCount_inEachCategory
|
912
|
+
new(:x => 65, :y => 366, :width => 721, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
913
|
+
:only_digits => false, :ref_img => '')
|
914
|
+
end
|
915
|
+
|
916
|
+
def call_to_upgrade
|
917
|
+
new(:x => 485, :y => 228, :width => 516, :height => 98, :similarity => 80, :preprocessing => 6,
|
918
|
+
:text => 'Call to Upgrade', :only_digits => false,
|
919
|
+
:ref_img => 'tsimages/reference/spectrum_1080/cal_to_upgrade.jpg')
|
920
|
+
end
|
921
|
+
def expiring_soon_1
|
922
|
+
new(:x => 112, :y => 197, :width => 182, :height => 56, :similarity => 80, :preprocessing => 0,
|
923
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
924
|
+
end
|
925
|
+
def test_roi
|
926
|
+
new(:x => 164, :y => 801, :width => 290, :height => 102, :similarity => 80, :preprocessing => 0,
|
927
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
928
|
+
end
|
929
|
+
def Day_val_location
|
930
|
+
new(:x => 602, :y => 488, :width => 141, :height => 56, :similarity => 80, :preprocessing => 0, :text => '',
|
931
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/Day_val_location.jpg')
|
932
|
+
end
|
933
|
+
|
934
|
+
def Guide_product_page_fav_button
|
935
|
+
new(:x => 1085, :y => 410, :width => 285, :height => 215, :similarity => 80, :preprocessing => 0, :text => '',
|
936
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/Guide_product_page_fav_button.JPG')
|
937
|
+
end
|
938
|
+
def asset_name
|
939
|
+
new(:x => 489, :y => 190, :width => 1423, :height => 68, :similarity => 80, :preprocessing => 0, :text => '',
|
940
|
+
:only_digits => false, :ref_img => '')
|
941
|
+
end
|
942
|
+
def watch_button_text
|
943
|
+
new(:x => 480, :y => 533, :width => 434, :height => 142, :similarity => 80, :preprocessing => 0, :text => '',
|
944
|
+
:only_digits => false, :ref_img => '')
|
945
|
+
end
|
946
|
+
def watch_trailer_new
|
947
|
+
new(:x => 790, :y => 600, :width => 395, :height => 101, :similarity => 80, :preprocessing => 0,
|
948
|
+
:text => 'WATCH TRAILER', :only_digits => false, :ref_img => '')
|
949
|
+
end
|
950
|
+
def parental_control_unentitled_channel
|
951
|
+
new(:x => 708, :y => 862, :width => 119, :height => 43, :similarity => 80, :preprocessing => 0, :text => '',
|
952
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/parental_control_unentitled_channel.jpg')
|
953
|
+
end
|
954
|
+
def subCategoryAssetList_Name
|
955
|
+
new(:x => 66, :y => 306, :width => 485, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
956
|
+
:only_digits => false, :ref_img => '')
|
957
|
+
end
|
958
|
+
|
959
|
+
def conflict_recording
|
960
|
+
new(:x => 699, :y => 143, :width => 573, :height => 93, :similarity => 80, :preprocessing => 0,
|
961
|
+
:text => 'Recording Conflict', :only_digits => false,
|
962
|
+
:ref_img => 'tsimages/reference/spectrum_1080/conflict_recording.jpg')
|
963
|
+
end
|
964
|
+
def guide_unavailable
|
965
|
+
new(:x => 723, :y => 265, :width => 481, :height => 89, :similarity => 80, :preprocessing => 0, :text => '',
|
966
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080.jpg')
|
967
|
+
|
968
|
+
end
|
969
|
+
def livetv_record_series_button
|
970
|
+
new(:x => 526, :y => 336, :width => 167, :height => 61, :similarity => 80, :preprocessing => 0,
|
971
|
+
:text => 'Record Series', :only_digits => false,
|
972
|
+
:ref_img => 'tsimages/reference/spectrum_1080/livetv_record_series_button.jpg')
|
973
|
+
end
|
974
|
+
def livetv_record_series_save_button
|
975
|
+
new(:x => 1148, :y => 458, :width => 245, :height => 68, :similarity => 80, :preprocessing => 0, :text => 'Save',
|
976
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/livetv_record_series_save_button.jpg')
|
977
|
+
end
|
978
|
+
def livetv_info_asset_title
|
979
|
+
new(:x => 374, :y => 149, :width => 827, :height => 89, :similarity => 80, :preprocessing => 0, :text => '',
|
980
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/live_info_asset_title.jpg')
|
981
|
+
end
|
982
|
+
def expiring_soon_new
|
983
|
+
new(:x => 112, :y => 197, :width => 182, :height => 56, :similarity => 80, :preprocessing => 0,
|
984
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
985
|
+
end
|
986
|
+
def expiring_sson_new1
|
987
|
+
new(:x => 151, :y => 288, :width => 322, :height => 91, :similarity => 80, :preprocessing => 0,
|
988
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
989
|
+
end
|
990
|
+
def unable_toscheduledrecording
|
991
|
+
new(:x => 511, :y => 293, :width => 839, :height => 84, :similarity => 80, :preprocessing => 0,
|
992
|
+
:text => 'Unable to Schedule Recording', :only_digits => false,
|
993
|
+
:ref_img => 'tsimages/reference/spectrum_1080/unable_scheduledrecording.jpg')
|
994
|
+
end
|
995
|
+
def productpage_channelno
|
996
|
+
new(:x => 1209, :y => 283, :width => 123, :height => 48, :similarity => 80, :preprocessing => 0, :text => '',
|
997
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/productpage_channelno.jpg')
|
998
|
+
end
|
999
|
+
def unentitledchannel_2
|
1000
|
+
new(:x => 1204, :y => 503, :width => 98, :height => 41, :similarity => 80, :preprocessing => 0, :text => '',
|
1001
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/unentitledchannel_2.jpg')
|
1002
|
+
end
|
1003
|
+
|
1004
|
+
def show_all_titles
|
1005
|
+
new(:x => 683, :y => 630, :width => 295, :height => 83, :similarity => 80, :preprocessing => 0, :text => '',
|
1006
|
+
:only_digits => false, :ref_img => '')
|
1007
|
+
end
|
1008
|
+
def you_just_created
|
1009
|
+
new(:x => 463, :y => 346, :width => 771, :height => 162, :similarity => 80, :preprocessing => 6, :text => '',
|
1010
|
+
:only_digits => false, :ref_img => '')
|
1011
|
+
end
|
1012
|
+
def Unable_tosave
|
1013
|
+
new(:x => 486, :y => 281, :width => 718, :height => 142, :similarity => 80, :preprocessing => 0,
|
1014
|
+
:text => 'Unable to Save', :only_digits => false,
|
1015
|
+
:ref_img => 'tsimages/reference/spectrum_1080/unable_tosave.jpg')
|
1016
|
+
end
|
1017
|
+
def unentitled_channel_1
|
1018
|
+
new(:x => 705, :y => 862, :width => 145, :height => 38, :similarity => 80, :preprocessing => 0, :text => '',
|
1019
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/unentitled_channel_1.jpg')
|
1020
|
+
end
|
1021
|
+
def unentitled_channel_2
|
1022
|
+
new(:x => 1196, :y => 860, :width => 187, :height => 45, :similarity => 80, :preprocessing => 0, :text => '',
|
1023
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/unentitled_channel_2.jpg')
|
1024
|
+
end
|
1025
|
+
def unentilted_channel_3
|
1026
|
+
new(:x => 1201, :y => 733, :width => 129, :height => 53, :similarity => 80, :preprocessing => 0, :text => '',
|
1027
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/unentitled_channel_3.jpg')
|
1028
|
+
end
|
1029
|
+
def unentitled_channel_4
|
1030
|
+
new(:x => 1193, :y => 617, :width => 145, :height => 50, :similarity => 80, :preprocessing => 0, :text => '',
|
1031
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/unentitled_channel_4.jpg')
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
def expringsoon2_new
|
1035
|
+
new(:x => 164, :y => 801, :width => 290, :height => 102, :similarity => 80, :preprocessing => 0,
|
1036
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
def assetOveriview_OptionButton
|
1040
|
+
new(:x => 458, :y => 581, :width => 467, :height => 152, :similarity => 80, :preprocessing => 0, :text => '',
|
1041
|
+
:only_digits => false, :ref_img => '')
|
1042
|
+
end
|
1043
|
+
|
1044
|
+
def librarycategory2
|
1045
|
+
new(:x => 144, :y => 813, :width => 1759, :height => 81, :similarity => 80, :preprocessing => 6, :text => '',
|
1046
|
+
:only_digits => false, :ref_img => '')
|
1047
|
+
end
|
1048
|
+
|
1049
|
+
def onDemand_lockmessage
|
1050
|
+
new(:x => 546, :y => 319, :width => 632, :height => 53, :similarity => 80, :preprocessing => 6,
|
1051
|
+
:text => 'The On Demand lock is currently turned on', :only_digits => false,
|
1052
|
+
:ref_img => 'tsimages/reference/spectrum_1080/onDemand_lockmessage.jpg')
|
1053
|
+
end
|
1054
|
+
def guide_time_now
|
1055
|
+
new(:x => 473, :y => 134, :width => 149, :height => 88, :similarity => 80, :preprocessing => 0, :text => '',
|
1056
|
+
:only_digits => false, :ref_img => '')
|
1057
|
+
end
|
1058
|
+
def show_tile_1_time
|
1059
|
+
new(:x => 523, :y => 301, :width => 338, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
|
1060
|
+
:only_digits => false, :ref_img => '')
|
1061
|
+
end
|
1062
|
+
def show_title_2_time
|
1063
|
+
new(:x => 526, :y => 473, :width => 212, :height => 45, :similarity => 80, :preprocessing => 0, :text => '',
|
1064
|
+
:only_digits => false, :ref_img => '')
|
1065
|
+
end
|
1066
|
+
def show_title_3_time
|
1067
|
+
new(:x => 516, :y => 630, :width => 237, :height => 55, :similarity => 80, :preprocessing => 0, :text => '',
|
1068
|
+
:only_digits => false, :ref_img => '')
|
1069
|
+
end
|
1070
|
+
def show_title_4
|
1071
|
+
new(:x => 523, :y => 850, :width => 225, :height => 48, :similarity => 80, :preprocessing => 0, :text => '',
|
1072
|
+
:only_digits => false, :ref_img => '')
|
1073
|
+
end
|
1074
|
+
def please_purchase_pin2
|
1075
|
+
new(:x => 666, :y => 334, :width => 584, :height => 70, :similarity => 80, :preprocessing => 6,
|
1076
|
+
:text => 'Please enter your Purchase Controls PIN', :only_digits => false, :ref_img => '')
|
1077
|
+
end
|
1078
|
+
def content_filters_box
|
1079
|
+
new(:x => 1343, :y => 308, :width => 220, :height => 218, :similarity => 80, :preprocessing => 0,
|
1080
|
+
:text => 'Content Filters', :only_digits => false,
|
1081
|
+
:ref_img => 'tsimages/reference/spectrum_1080/content_filters_box.jpg')
|
1082
|
+
end
|
1083
|
+
def movies_page
|
1084
|
+
new(:x => 792, :y => 86, :width => 355, :height => 99, :similarity => 80, :preprocessing => 6, :text => 'Movies',
|
1085
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/movies_page.jpg')
|
1086
|
+
end
|
1087
|
+
def network_ondemand_includedwith
|
1088
|
+
new(:x => 134, :y => 265, :width => 230, :height => 74, :similarity => 80, :preprocessing => 6, :text => '',
|
1089
|
+
:only_digits => false, :ref_img => '')
|
1090
|
+
end
|
1091
|
+
|
1092
|
+
def info_asset_title
|
1093
|
+
new(:x => 364, :y => 35, :width => 491, :height => 74, :similarity => 80, :preprocessing => 0, :text => '',
|
1094
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/info_asset_title.jpg')
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
def asset_view_option
|
1098
|
+
new(:x => 483, :y => 594, :width => 373, :height => 117, :similarity => 80, :preprocessing => 0, :text => '',
|
1099
|
+
:only_digits => false, :ref_img => '')
|
1100
|
+
end
|
1101
|
+
def info_title_liveTV
|
1102
|
+
new(:x => 349, :y => 111, :width => 910, :height => 137, :similarity => 80, :preprocessing => 0, :text => '',
|
1103
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/info_title_livetv.jpg')
|
1104
|
+
end
|
1105
|
+
def please_enter_parental_text
|
1106
|
+
new(:x => 614, :y => 258, :width => 648, :height => 147, :similarity => 80, :preprocessing => 0, :text => '',
|
1107
|
+
:only_digits => false, :ref_img => '')
|
1108
|
+
end
|
1109
|
+
def moviespage
|
1110
|
+
new(:x => 925, :y => 174, :width => 127, :height => 41, :similarity => 80, :preprocessing => 0, :text => '',
|
1111
|
+
:only_digits => false, :ref_img => '')
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
def miniguide_future_asset_title
|
1115
|
+
new(:x => 370, :y => 135, :width => 831, :height => 95, :similarity => 80, :preprocessing => 0, :text => '',
|
1116
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/miniguide_futuretitle.jpg')
|
1117
|
+
end
|
1118
|
+
def asset_view_option_text
|
1119
|
+
new(:x => 438, :y => 460, :width => 492, :height => 241, :similarity => 80, :preprocessing => 8, :text => '',
|
1120
|
+
:only_digits => false, :ref_img => '')
|
1121
|
+
end
|
1122
|
+
def tvshow_label
|
1123
|
+
new(:x => 65, :y => 548, :width => 238, :height => 102, :similarity => 80, :preprocessing => 0, :text => '',
|
1124
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/tvshow_label.jpg')
|
1125
|
+
end
|
1126
|
+
def vod_category_label
|
1127
|
+
new(:x => 65, :y => 366, :width => 721, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
1128
|
+
:only_digits => false, :ref_img => '')
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
def expiring_soon_3
|
1132
|
+
new(:x => 159, :y => 859, :width => 290, :height => 102, :similarity => 80, :preprocessing => 0,
|
1133
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
1134
|
+
end
|
1135
|
+
def channel_number
|
1136
|
+
new(:x => 172, :y => 455, :width => 96, :height => 63, :similarity => 80, :preprocessing => 0, :text => '',
|
1137
|
+
:only_digits => false, :ref_img => '')
|
1138
|
+
end
|
1139
|
+
def channelnumbers
|
1140
|
+
new(:x => 164, :y => 410, :width => 142, :height => 645, :similarity => 80, :preprocessing => 0, :text => '',
|
1141
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/channelnumbers.jpg')
|
1142
|
+
end
|
1143
|
+
def vod_asset_name_asset_listing
|
1144
|
+
new(:x => 80, :y => 835, :width => 1647, :height => 59, :similarity => 80, :preprocessing => 0, :text => '',
|
1145
|
+
:only_digits => false, :ref_img => '')
|
1146
|
+
end
|
1147
|
+
def tvshows_epi_watch_btn
|
1148
|
+
new(:x => 769, :y => 748, :width => 733, :height => 232, :similarity => 80, :preprocessing => 0, :text => '',
|
1149
|
+
:only_digits => false, :ref_img => '')
|
1150
|
+
end
|
1151
|
+
def tvshows_epi_name
|
1152
|
+
new(:x => 781, :y => 501, :width => 918, :height => 62, :similarity => 80, :preprocessing => 0, :text => '',
|
1153
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/tvshows_epi_name.jpg')
|
1154
|
+
end
|
1155
|
+
def tvshows_epi_numb
|
1156
|
+
new(:x => 781, :y => 556, :width => 170, :height => 62, :similarity => 80, :preprocessing => 0, :text => '',
|
1157
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/tvshows_epi_numb.jpg')
|
1158
|
+
end
|
1159
|
+
def channel_unavailable
|
1160
|
+
new(:x => 417, :y => 364, :width => 736, :height => 81, :similarity => 80, :preprocessing => 0, :text => '',
|
1161
|
+
:only_digits => false, :ref_img => '')
|
1162
|
+
end
|
1163
|
+
def record_asset_valtitle
|
1164
|
+
new(:x => 474, :y => 177, :width => 829, :height => 105, :similarity => 80, :preprocessing => 0, :text => '',
|
1165
|
+
:only_digits => false, :ref_img => '')
|
1166
|
+
end
|
1167
|
+
def mylibrary_text
|
1168
|
+
new(:x => 81, :y => 473, :width => 263, :height => 86, :similarity => 80, :preprocessing => 0, :text => 'My Library',
|
1169
|
+
:only_digits => false, :ref_img => '')
|
1170
|
+
end
|
1171
|
+
def edit_episode_recording
|
1172
|
+
new(:x => 301, :y => 124, :width => 635, :height => 126, :similarity => 80, :preprocessing => 6,
|
1173
|
+
:text => 'Edit Episode Recording', :only_digits => false,
|
1174
|
+
:ref_img => 'tsimages/reference/spectrum_1080/edit_episode_recording.jpg')
|
1175
|
+
end
|
1176
|
+
def guide_recording_conflict
|
1177
|
+
new(:x => 685, :y => 182, :width => 531, :height => 96, :similarity => 80, :preprocessing => 0,
|
1178
|
+
:text => 'Recording Conflict', :only_digits => false, :ref_img => '')
|
1179
|
+
end
|
1180
|
+
def unable_to_play
|
1181
|
+
new(:x => 496, :y => 321, :width => 419, :height => 86, :similarity => 80, :preprocessing => 0,
|
1182
|
+
:text => 'Unable to Play', :only_digits => false, :ref_img => '')
|
1183
|
+
end
|
1184
|
+
def expiring_soon_txt1
|
1185
|
+
new(:x => 58, :y => 807, :width => 991, :height => 166, :similarity => 80, :preprocessing => 0,
|
1186
|
+
:text => 'Expiring Soon', :only_digits => false, :ref_img => '')
|
1187
|
+
end
|
1188
|
+
def expiring_soon_txt2
|
1189
|
+
new(:x => 81, :y => 157, :width => 862, :height => 157, :similarity => 80, :preprocessing => 0, :text => '',
|
1190
|
+
:only_digits => false, :ref_img => '')
|
1191
|
+
end
|
1192
|
+
def vod_button_roi
|
1193
|
+
new(:x => 476, :y => 546, :width => 999, :height => 225, :similarity => 80, :preprocessing => 0, :text => '',
|
1194
|
+
:only_digits => false, :ref_img => '')
|
1195
|
+
end
|
1196
|
+
def date_selection
|
1197
|
+
new(:x => 592, :y => 137, :width => 498, :height => 167, :similarity => 80, :preprocessing => 0, :text => '',
|
1198
|
+
:only_digits => false, :ref_img => '')
|
1199
|
+
end
|
1200
|
+
def Mydvr
|
1201
|
+
new(:x => 811, :y => 91, :width => 295, :height => 91, :similarity => 70, :preprocessing => 6, :text => 'My DVR',
|
1202
|
+
:only_digits => false, :ref_img => '')
|
1203
|
+
end
|
1204
|
+
def miniguide_assetname
|
1205
|
+
new(:x => 358, :y => 130, :width => 457, :height => 106, :similarity => 80, :preprocessing => 0, :text => '',
|
1206
|
+
:only_digits => false, :ref_img => '')
|
1207
|
+
end
|
1208
|
+
def shawall_titles
|
1209
|
+
new(:x => 681, :y => 630, :width => 416, :height => 118, :similarity => 80, :preprocessing => 6, :text => '',
|
1210
|
+
:only_digits => false, :ref_img => '')
|
1211
|
+
end
|
1212
|
+
def vid_first_search_result_text
|
1213
|
+
new(:x => 779, :y => 535, :width => 899, :height => 88, :similarity => 80, :preprocessing => 0, :text => '',
|
1214
|
+
:only_digits => false, :ref_img => '')
|
1215
|
+
end
|
1216
|
+
def vod_first_search_result_text
|
1217
|
+
new(:x => 782, :y => 535, :width => 891, :height => 90, :similarity => 80, :preprocessing => 6, :text => '',
|
1218
|
+
:only_digits => false, :ref_img => '')
|
1219
|
+
end
|
1220
|
+
def vod_search_result_all_text
|
1221
|
+
new(:x => 745, :y => 403, :width => 214, :height => 73, :similarity => 80, :preprocessing => 6, :text => '',
|
1222
|
+
:only_digits => false, :ref_img => '')
|
1223
|
+
end
|
1224
|
+
def channel_restrict_1
|
1225
|
+
new(:x => 572, :y => 916, :width => 424, :height => 123, :similarity => 80, :preprocessing => 6, :text => '',
|
1226
|
+
:only_digits => false, :ref_img => '')
|
1227
|
+
end
|
1228
|
+
def channel_restrict_2
|
1229
|
+
new(:x => 1073, :y => 911, :width => 424, :height => 123, :similarity => 80, :preprocessing => 6, :text => '',
|
1230
|
+
:only_digits => false, :ref_img => '')
|
1231
|
+
end
|
1232
|
+
def channel_1_guide_text
|
1233
|
+
new(:x => 167, :y => 452, :width => 102, :height => 75, :similarity => 80, :preprocessing => 0, :text => '',
|
1234
|
+
:only_digits => false, :ref_img => '')
|
1235
|
+
end
|
1236
|
+
def confrim_purchase
|
1237
|
+
new(:x => 744, :y => 633, :width => 330, :height => 154, :similarity => 80, :preprocessing => 0, :text => '',
|
1238
|
+
:only_digits => false, :ref_img => '')
|
1239
|
+
end
|
1240
|
+
def parental_pin_rt
|
1241
|
+
new(:x => 459, :y => 170, :width => 966, :height => 260, :similarity => 80, :preprocessing => 0, :text => '',
|
1242
|
+
:only_digits => false, :ref_img => '')
|
1243
|
+
end
|
1244
|
+
def confirm_button2
|
1245
|
+
new(:x => 773, :y => 663, :width => 297, :height => 142, :similarity => 80, :preprocessing => 0, :text => '',
|
1246
|
+
:only_digits => false, :ref_img => '')
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
def vod_season_number_text
|
1250
|
+
new(:x => 433, :y => 402, :width => 157, :height => 67, :similarity => 80, :preprocessing => 0, :text => '',
|
1251
|
+
:only_digits => false, :ref_img => '')
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
def Series_priority
|
1255
|
+
new(:x => 564, :y => 455, :width => 1304, :height => 551, :similarity => 80, :preprocessing => 0, :text => '',
|
1256
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/series_priority.jpg')
|
1257
|
+
end
|
1258
|
+
def seriespriority_itemone
|
1259
|
+
new(:x => 716, :y => 485, :width => 930, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
1260
|
+
:only_digits => false, :ref_img => '')
|
1261
|
+
end
|
1262
|
+
def seriespriority_itemtwo
|
1263
|
+
new(:x => 716, :y => 564, :width => 955, :height => 73, :similarity => 80, :preprocessing => 0, :text => '',
|
1264
|
+
:only_digits => false, :ref_img => '')
|
1265
|
+
end
|
1266
|
+
def noScheduled_series
|
1267
|
+
new(:x => 536, :y => 233, :width => 1070, :height => 437, :similarity => 80, :preprocessing => 0, :text => '',
|
1268
|
+
:only_digits => false, :ref_img => '')
|
1269
|
+
end
|
1270
|
+
def Mydvr_recordings_resume
|
1271
|
+
new(:x => 579, :y => 410, :width => 309, :height => 670, :similarity => 80, :preprocessing => 0, :text => 'RESUME',
|
1272
|
+
:only_digits => false, :ref_img => '')
|
1273
|
+
end
|
1274
|
+
def Mydvr_recordings_watch
|
1275
|
+
new(:x => 669, :y => 754, :width => 226, :height => 101, :similarity => 80, :preprocessing => 0, :text => 'WATCH',
|
1276
|
+
:only_digits => false, :ref_img => '')
|
1277
|
+
end
|
1278
|
+
def parental_control_pin_recordings
|
1279
|
+
new(:x => 614, :y => 253, :width => 706, :height => 114, :similarity => 80, :preprocessing => 0,
|
1280
|
+
:text => 'Parental Control PIN', :only_digits => false, :ref_img => '')
|
1281
|
+
end
|
1282
|
+
def recordings_count
|
1283
|
+
new(:x => 556, :y => 263, :width => 291, :height => 73, :similarity => 80, :preprocessing => 0, :text => '',
|
1284
|
+
:only_digits => false, :ref_img => '')
|
1285
|
+
end
|
1286
|
+
def rating_restrictions_text
|
1287
|
+
new(:x => 563, :y => 277, :width => 421, :height => 78, :similarity => 80, :preprocessing => 0,
|
1288
|
+
:text => 'Rating Restrictions', :only_digits => false, :ref_img => '')
|
1289
|
+
end
|
1290
|
+
def Number_of_assets
|
1291
|
+
new(:x => 8, :y => 440, :width => 123, :height => 245, :similarity => 80, :preprocessing => 0, :text => '',:only_digits => false, :ref_img => '')
|
1292
|
+
end
|
1293
|
+
def vod_episode_name_episode_listing_screen
|
1294
|
+
new(:x => 769, :y => 451, :width => 1020, :height => 164, :similarity => 80, :preprocessing => 0, :text => '',
|
1295
|
+
:only_digits => false, :ref_img => '')
|
1296
|
+
end
|
1297
|
+
def incorrect_pin_text
|
1298
|
+
new(:x => 522, :y => 335, :width => 513, :height => 168, :similarity => 80, :preprocessing => 0, :text => '',
|
1299
|
+
:only_digits => false, :ref_img => '')
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
def videostore_category
|
1303
|
+
new(:x => 129, :y => 311, :width => 455, :height => 61, :similarity => 80, :preprocessing => 0, :text => '',
|
1304
|
+
:only_digits => false, :ref_img => '')
|
1305
|
+
end
|
1306
|
+
def unable_to_complete_purchase
|
1307
|
+
new(:x => 505, :y => 403, :width => 774, :height => 192, :similarity => 80, :preprocessing => 6, :text => '',
|
1308
|
+
:only_digits => false, :ref_img => '')
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
def vod_season_num_episode_num_text
|
1312
|
+
new(:x => 789, :y => 563, :width => 152, :height => 45, :similarity => 80, :preprocessing => 0, :text => '',
|
1313
|
+
:only_digits => false, :ref_img => '')
|
1314
|
+
end
|
1315
|
+
def viewolist
|
1316
|
+
new(:x => 460, :y => 432, :width => 866, :height => 392, :similarity => 80, :preprocessing => 6, :text => '',
|
1317
|
+
:only_digits => false, :ref_img => '')
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
def unableto
|
1321
|
+
new(:x => 473, :y => 341, :width => 892, :height => 271, :similarity => 80, :preprocessing => 6, :text => '',
|
1322
|
+
:only_digits => false, :ref_img => '')
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
def miniguide_current_assetName
|
1326
|
+
new(:x => 348, :y => 20, :width => 1076, :height => 89, :similarity => 80, :preprocessing => 9, :text => '',
|
1327
|
+
:only_digits => false, :ref_img => '')
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
def recently_watched
|
1331
|
+
new(:x => 142, :y => 316, :width => 354, :height => 76, :similarity => 80, :preprocessing => 6,
|
1332
|
+
:text => 'Recently Watched', :only_digits => false, :ref_img => '')
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
def mylibrary_recordings
|
1336
|
+
new(:x => 468, :y => 67, :width => 52, :height => 43, :similarity => 80, :preprocessing => 6, :text => 'Recordings',
|
1337
|
+
:only_digits => false, :ref_img => '')
|
1338
|
+
end
|
1339
|
+
|
1340
|
+
def rating_from_videostore
|
1341
|
+
new(:x => 465, :y => 265, :width => 354, :height => 281, :similarity => 80, :preprocessing => 0, :text => '',
|
1342
|
+
:only_digits => false, :ref_img => '')
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
def restricted_asset
|
1346
|
+
new(:x => 693, :y => 877, :width => 665, :height => 129, :similarity => 80, :preprocessing => 0, :text => '',
|
1347
|
+
:only_digits => false, :ref_img => '')
|
1348
|
+
end
|
1349
|
+
def PIN_prompt_ROI
|
1350
|
+
new(:x => 549, :y => 260, :width => 847, :height => 159, :similarity => 80, :preprocessing => 0, :text => '',
|
1351
|
+
|
1352
|
+
:only_digits => false, :ref_img => '')
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
def set_purchase_pin
|
1356
|
+
new(:x => 544, :y => 255, :width => 713, :height => 129, :similarity => 80, :preprocessing => 0, :text => '',
|
1357
|
+
:only_digits => false, :ref_img => '')
|
1358
|
+
end
|
1359
|
+
def recording_status
|
1360
|
+
new(:x => 404, :y => 355, :width => 848, :height => 120, :similarity => 80, :preprocessing => 0,
|
1361
|
+
:text => 'Recording in Progress', :only_digits => false, :ref_img => '')
|
1362
|
+
end
|
1363
|
+
|
1364
|
+
def live_recording_status
|
1365
|
+
new(:x => 404, :y => 355, :width => 848, :height => 120, :similarity => 80, :preprocessing => 0,
|
1366
|
+
:text => 'Recording in Progress', :only_digits => false, :ref_img => '')
|
1367
|
+
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
def dvr_Scheduled_Text
|
1371
|
+
new(:x => 78, :y => 417, :width => 247, :height => 83, :similarity => 80, :preprocessing => 6, :text => 'Scheduled',
|
1372
|
+
:only_digits => false, :ref_img => '')
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
def dvr_no_scheduled_recordings
|
1376
|
+
new(:x => 564, :y => 437, :width => 604, :height => 117, :similarity => 80, :preprocessing => 6,
|
1377
|
+
:text => 'You have no scheduled recordings.', :only_digits => false, :ref_img => '')
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
def miniguide_cancel_recording_button
|
1381
|
+
new(:x => 770, :y => 455, :width => 337, :height => 68, :similarity => 80, :preprocessing => 0,
|
1382
|
+
:text => 'Cancel Recording', :only_digits => false, :ref_img => '')
|
1383
|
+
end
|
1384
|
+
def settings_support_text
|
1385
|
+
new(:x => 84, :y => 854, :width => 352, :height => 48, :similarity => 80, :preprocessing => 6,
|
1386
|
+
:text => 'Settings & Support', :only_digits => false,
|
1387
|
+
:ref_img => 'tsimages/reference/spectrum_1080/settings_support_highlighted.jpg')
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
def zodiac_recording_warning
|
1391
|
+
new(:x => 374, :y => 237, :width => 283, :height => 48, :similarity => 80, :preprocessing => 5,
|
1392
|
+
:text => 'Guide Unavailable', :only_digits => false,
|
1393
|
+
:ref_img => 'tsimages/reference/spectrum_1080/zodiac_server_image.jpg')
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
def confirm_ppv_purchase
|
1397
|
+
new(:x => 698, :y => 632, :width => 280, :height => 154, :similarity => 80, :preprocessing => 0, :text => '',
|
1398
|
+
:only_digits => false, :ref_img => '')
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
def miniguide_current_program
|
1402
|
+
new(:x => 566, :y => 810, :width => 178, :height => 74, :similarity => 80, :preprocessing => 5, :text => '',
|
1403
|
+
:only_digits => false, :ref_img => '')
|
1404
|
+
end
|
1405
|
+
|
1406
|
+
def edit_episode_keep_until_text
|
1407
|
+
new(:x => 1124, :y => 650, :width => 234, :height => 101, :similarity => 80, :preprocessing => 0, :text => '',
|
1408
|
+
:only_digits => false, :ref_img => '')
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
def dvr_program_start_end_time_stamp
|
1412
|
+
new(:x => 603, :y => 285, :width => 226, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
|
1413
|
+
:only_digits => false, :ref_img => '')
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
def recording_keepuntil_series
|
1417
|
+
new(:x => 1116, :y => 515, :width => 231, :height => 85, :similarity => 80, :preprocessing => 0, :text => '',
|
1418
|
+
:only_digits => false, :ref_img => '')
|
1419
|
+
end
|
1420
|
+
|
1421
|
+
def dvr_recording_latest_recording_asset_name
|
1422
|
+
new(:x => 595, :y => 430, :width => 954, :height => 112, :similarity => 80, :preprocessing => 0, :text => '',
|
1423
|
+
:only_digits => false, :ref_img => '')
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
def dvr_edit_episode_recording_text
|
1427
|
+
new(:x => 494, :y => 134, :width => 412, :height => 88, :similarity => 80, :preprocessing => 0, :text => '',
|
1428
|
+
:only_digits => false, :ref_img => '')
|
1429
|
+
end
|
1430
|
+
|
1431
|
+
def dvr_recording_conflict_text
|
1432
|
+
new(:x => 668, :y => 106, :width => 590, :height => 94, :similarity => 80, :preprocessing => 0, :text => '',
|
1433
|
+
:only_digits => false, :ref_img => '')
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
def edit_recording_asset_name
|
1437
|
+
new(:x => 529, :y => 213, :width => 958, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
1438
|
+
:only_digits => false, :ref_img => '')
|
1439
|
+
end
|
1440
|
+
|
1441
|
+
def zodiac_my_recordings
|
1442
|
+
new(:x => 694, :y => 75, :width => 421, :height => 101, :similarity => 80, :preprocessing => 0,
|
1443
|
+
:text => 'My Recordings', :only_digits => false, :ref_img => '')
|
1444
|
+
end
|
1445
|
+
|
1446
|
+
def zodiac_guide_unavailable
|
1447
|
+
new(:x => 600, :y => 255, :width => 718, :height => 100, :similarity => 80, :preprocessing => 0,
|
1448
|
+
:text => 'Guide Unavailable', :only_digits => false, :ref_img => '')
|
1449
|
+
end
|
1450
|
+
def Edit_Series_Recording_Screen
|
1451
|
+
new(:x => 477, :y => 105, :width => 608, :height => 127, :similarity => 80, :preprocessing => 0,
|
1452
|
+
:text => 'Edit Series Recording', :only_digits => false, :ref_img => '')
|
1453
|
+
|
1454
|
+
end
|
1455
|
+
|
1456
|
+
def saveButton_EditSeriesRecording
|
1457
|
+
new(:x => 517, :y => 321, :width => 190, :height => 89, :similarity => 80, :preprocessing => 0, :text => 'Save',
|
1458
|
+
:only_digits => false, :ref_img => '')
|
1459
|
+
end
|
1460
|
+
|
1461
|
+
def dvr_scheduled_recording_asset_name_text
|
1462
|
+
new(:x => 608, :y => 433, :width => 745, :height => 96, :similarity => 80, :preprocessing => 0, :text => '',
|
1463
|
+
:only_digits => false, :ref_img => '')
|
1464
|
+
end
|
1465
|
+
|
1466
|
+
def zodiac_my_recordings_watch_text
|
1467
|
+
new(:x => 1211, :y => 349, :width => 130, :height => 60, :similarity => 80, :preprocessing => 6, :text => 'Watch',
|
1468
|
+
:only_digits => false, :ref_img => '')
|
1469
|
+
end
|
1470
|
+
|
1471
|
+
def zodiac_my_recordings_resume_text
|
1472
|
+
new(:x => 1013, :y => 256, :width => 139, :height => 60, :similarity => 80, :preprocessing => 6, :text => 'Resume',
|
1473
|
+
:only_digits => false, :ref_img => '')
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
def zodiac_unable_to_record
|
1477
|
+
new(:x => 407, :y => 349, :width => 616, :height => 107, :similarity => 80, :preprocessing => 6,
|
1478
|
+
:text => 'Unable to Record', :only_digits => false, :ref_img => '')
|
1479
|
+
end
|
1480
|
+
|
1481
|
+
def zodiac_unable_to_record_mesage
|
1482
|
+
|
1483
|
+
new(:x => 407, :y => 349, :width => 616, :height => 107, :similarity => 80, :preprocessing => 6,
|
1484
|
+
:text => 'Unable to Record', :only_digits => false, :ref_img => '')
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
def slected_Scheduled_Recording_Text
|
1488
|
+
new(:x => 604, :y => 542, :width => 770, :height => 64, :similarity => 80, :preprocessing => 0, :text => '',
|
1489
|
+
:only_digits => false, :ref_img => '')
|
1490
|
+
end
|
1491
|
+
|
1492
|
+
def scheduled_recording_Date
|
1493
|
+
new(:x => 554, :y => 442, :width => 268, :height => 76, :similarity => 80, :preprocessing => 0, :text => '',
|
1494
|
+
:only_digits => false, :ref_img => '')
|
1495
|
+
end
|
1496
|
+
|
1497
|
+
def jumpdate_slotone
|
1498
|
+
new(:x => 587, :y => 291, :width => 192, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
1499
|
+
:only_digits => false, :ref_img => '')
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
def jumpdate_slottwo
|
1503
|
+
new(:x => 600, :y => 385, :width => 186, :height => 73, :similarity => 80, :preprocessing => 0, :text => '',
|
1504
|
+
:only_digits => false, :ref_img => '')
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
def jumpdate_slotthree
|
1508
|
+
new(:x => 610, :y => 491, :width => 152, :height => 52, :similarity => 80, :preprocessing => 0, :text => '',
|
1509
|
+
:only_digits => false, :ref_img => '')
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
def jumpdate_slotfour
|
1513
|
+
new(:x => 600, :y => 586, :width => 144, :height => 54, :similarity => 80, :preprocessing => 0, :text => '',
|
1514
|
+
:only_digits => false, :ref_img => '')
|
1515
|
+
end
|
1516
|
+
|
1517
|
+
def jumpdate_slotfive
|
1518
|
+
new(:x => 597, :y => 680, :width => 174, :height => 63, :similarity => 80, :preprocessing => 0, :text => '',
|
1519
|
+
:only_digits => false, :ref_img => '')
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
def jumpdate_slotsix
|
1523
|
+
new(:x => 872, :y => 288, :width => 165, :height => 61, :similarity => 80, :preprocessing => 0, :text => '',
|
1524
|
+
:only_digits => false, :ref_img => '')
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
def jumpdate_slotseven
|
1528
|
+
new(:x => 873, :y => 389, :width => 176, :height => 59, :similarity => 80, :preprocessing => 0, :text => '',
|
1529
|
+
:only_digits => false, :ref_img => '')
|
1530
|
+
end
|
1531
|
+
|
1532
|
+
def jumpdate_sloteight
|
1533
|
+
new(:x => 880, :y => 496, :width => 109, :height => 48, :similarity => 80, :preprocessing => 0, :text => '',
|
1534
|
+
:only_digits => false, :ref_img => '')
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
def jumpdate_slotnine
|
1538
|
+
new(:x => 875, :y => 582, :width => 180, :height => 62, :similarity => 80, :preprocessing => 0, :text => '',
|
1539
|
+
:only_digits => false, :ref_img => '')
|
1540
|
+
end
|
1541
|
+
|
1542
|
+
def jumpdate_slotten
|
1543
|
+
new(:x => 872, :y => 675, :width => 177, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
1544
|
+
:only_digits => false, :ref_img => '')
|
1545
|
+
end
|
1546
|
+
|
1547
|
+
def miniguide_dateval
|
1548
|
+
new(:x => 465, :y => 761, :width => 114, :height => 37, :similarity => 80, :preprocessing => 0, :text => '',
|
1549
|
+
:only_digits => false, :ref_img => '')
|
1550
|
+
end
|
1551
|
+
|
1552
|
+
def timedate_val
|
1553
|
+
new(:x => 458, :y => 761, :width => 121, :height => 46, :similarity => 80, :preprocessing => 0, :text => '',
|
1554
|
+
:only_digits => false, :ref_img => '')
|
1555
|
+
end
|
1556
|
+
|
1557
|
+
def setseries_recording
|
1558
|
+
new(:x => 248, :y => 61, :width => 809, :height => 270, :similarity => 80, :preprocessing => 0, :text => '',
|
1559
|
+
:only_digits => false, :ref_img => '')
|
1560
|
+
end
|
1561
|
+
|
1562
|
+
def upgrade_channelno
|
1563
|
+
new(:x => 71, :y => 473, :width => 278, :height => 55, :similarity => 80, :preprocessing => 0, :text => '',
|
1564
|
+
:only_digits => false, :ref_img => '')
|
1565
|
+
end
|
1566
|
+
|
1567
|
+
def iupgrade
|
1568
|
+
new(:x => 420, :y => 357, :width => 900, :height => 111, :similarity => 80, :preprocessing => 0, :text => '',
|
1569
|
+
:only_digits => false, :ref_img => '')
|
1570
|
+
end
|
1571
|
+
|
1572
|
+
def refresh_spectrum
|
1573
|
+
new(:x => 844, :y => 319, :width => 193, :height => 245, :similarity => 50, :preprocessing => 0,
|
1574
|
+
:text => 'Refresh Spectrum Receiver', :only_digits => false, :ref_img => '')
|
1575
|
+
end
|
1576
|
+
|
1577
|
+
def testroi
|
1578
|
+
new(:x => 769, :y => 86, :width => 369, :height => 119, :similarity => 80, :preprocessing => 0, :text => 'My Library',
|
1579
|
+
:only_digits => false, :ref_img => '')
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
def sample
|
1583
|
+
new(:x => 425, :y => 250, :width => 1107, :height => 509, :similarity => 80, :preprocessing => 0, :text => '',
|
1584
|
+
:only_digits => false, :ref_img => '')
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
def guideroi
|
1588
|
+
new(:x => 506, :y => 233, :width => 351, :height => 75, :similarity => 80, :preprocessing => 0, :text => '',
|
1589
|
+
:only_digits => false, :ref_img => '')
|
1590
|
+
end
|
1591
|
+
|
1592
|
+
def movies_Browse_Genre_spectrum1080
|
1593
|
+
new(:x => 119, :y => 343, :width => 346, :height => 77, :similarity => 80, :preprocessing => 0,
|
1594
|
+
:text => 'Browse by Genre', :only_digits => false, :ref_img => '')
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
def movies_top_picks_updated
|
1598
|
+
new(:x => 116, :y => 358, :width => 233, :height => 55, :similarity => 80, :preprocessing => 6, :text => 'Top Picks',
|
1599
|
+
:only_digits => false, :ref_img => '')
|
1600
|
+
end
|
1601
|
+
|
1602
|
+
def movies_recently_added_updated
|
1603
|
+
new(:x => 123, :y => 942, :width => 329, :height => 76, :similarity => 80, :preprocessing => 6,
|
1604
|
+
:text => 'Recently Added', :only_digits => false, :ref_img => '')
|
1605
|
+
end
|
1606
|
+
|
1607
|
+
def refresh_success
|
1608
|
+
new(:x => 334, :y => 216, :width => 1211, :height => 453, :similarity => 50, :preprocessing => 0, :text => '',
|
1609
|
+
:only_digits => false, :ref_img => '')
|
1610
|
+
end
|
1611
|
+
def infobar_channel_name
|
1612
|
+
new(:x => 347, :y => 132, :width => 770, :height => 112, :similarity => 80, :preprocessing => 0, :text => '',
|
1613
|
+
:only_digits => false, :ref_img => '')
|
1614
|
+
end
|
1615
|
+
|
1616
|
+
def iguide_assetname
|
1617
|
+
new(:x => 345, :y => 43, :width => 571, :height => 71, :similarity => 80, :preprocessing => 0, :text => '',
|
1618
|
+
:only_digits => false, :ref_img => '')
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
def account_overview_text
|
1622
|
+
new(:x => 60, :y => 674, :width => 355, :height => 68, :similarity => 80, :preprocessing => 6,
|
1623
|
+
:text => 'Account Overview', :only_digits => false, :ref_img => '')
|
1624
|
+
end
|
1625
|
+
|
1626
|
+
def settings_equipment_text
|
1627
|
+
new(:x => 847, :y => 398, :width => 189, :height => 73, :similarity => 80, :preprocessing => 6,
|
1628
|
+
:text => 'Equipment Info', :only_digits => false, :ref_img => '')
|
1629
|
+
end
|
1630
|
+
|
1631
|
+
def settings_application_information
|
1632
|
+
new(:x => 692, :y => 43, :width => 544, :height => 85, :similarity => 80, :preprocessing => 0,
|
1633
|
+
:text => 'Equipment Info', :only_digits => false, :ref_img => '')
|
1634
|
+
end
|
1635
|
+
|
1636
|
+
def settings_mac_address
|
1637
|
+
new(:x => 392, :y => 372, :width => 181, :height => 31, :similarity => 80, :preprocessing => 0, :text => '',:only_digits => false, :ref_img => '')
|
1638
|
+
end
|
1639
|
+
|
1640
|
+
def menu_mylibrary
|
1641
|
+
new(:x => 18, :y => 463, :width => 457, :height => 101, :similarity => 80, :preprocessing => 0, :text => 'My Library',
|
1642
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/menu_my_library.jpg')
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
def samsung_samsungappsText
|
1646
|
+
new(:x => 12, :y => 9, :width => 416, :height => 94, :similarity => 80, :preprocessing => 0, :text => 'SAMSUNG APPS',
|
1647
|
+
:only_digits => false, :ref_img => '')
|
1648
|
+
end
|
1649
|
+
|
1650
|
+
def Inco_pin_text
|
1651
|
+
new(:x => 522, :y => 335, :width => 513, :height => 168, :similarity => 80, :preprocessing => 0, :text => '',
|
1652
|
+
:only_digits => false, :ref_img => '')
|
1653
|
+
end
|
1654
|
+
|
1655
|
+
def Info_Assetpage_title
|
1656
|
+
new(:x => 470, :y => 149, :width => 888, :height => 125, :similarity => 80, :preprocessing => 6, :text => '',
|
1657
|
+
:only_digits => false, :ref_img => '')
|
1658
|
+
end
|
1659
|
+
|
1660
|
+
def currently_airing_program
|
1661
|
+
new(:x => 430, :y => 18, :width => 943, :height => 96, :similarity => 80, :preprocessing => 0, :text => '',
|
1662
|
+
:only_digits => false, :ref_img => '')
|
1663
|
+
end
|
1664
|
+
|
1665
|
+
def zodiac_in_progress_text
|
1666
|
+
new(:x => 377, :y => 293, :width => 168, :height => 44, :similarity => 80, :preprocessing => 0,
|
1667
|
+
:text => 'In Progress', :only_digits => false, :ref_img => '')
|
1668
|
+
end
|
1669
|
+
|
1670
|
+
def zodiac_recorded_text
|
1671
|
+
new(:x => 436, :y => 389, :width => 134, :height => 43, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
1672
|
+
:only_digits => false, :ref_img => '')
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
def zodiac_in_progress_text_low
|
1676
|
+
new(:x => 380, :y => 385, :width => 168, :height => 44, :similarity => 80, :preprocessing => 0,
|
1677
|
+
:text => 'In Progress', :only_digits => false, :ref_img => '')
|
1678
|
+
end
|
1679
|
+
|
1680
|
+
def zodiac_recorded_text_series_low
|
1681
|
+
new(:x => 435, :y => 476, :width => 139, :height => 50, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
1682
|
+
:only_digits => false, :ref_img => '')
|
1683
|
+
end
|
1684
|
+
|
1685
|
+
def DVR_Recording_Count
|
1686
|
+
new(:x => 527, :y => 231, :width => 371, :height => 118, :similarity => 80, :preprocessing => 0, :text => '',
|
1687
|
+
:only_digits => false, :ref_img => '')
|
1688
|
+
end
|
1689
|
+
|
1690
|
+
def mydvr_watch_button2
|
1691
|
+
new(:x => 676, :y => 679, :width => 155, :height => 71, :similarity => 80, :preprocessing => 6, :text => 'WATCH',
|
1692
|
+
:only_digits => false, :ref_img => '')
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
def guide_edit_episode_text
|
1696
|
+
new(:x => 298, :y => 129, :width => 655, :height => 106, :similarity => 80, :preprocessing => 6,
|
1697
|
+
:text => 'Edit Episode Recording', :only_digits => false, :ref_img => '')
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
def guide_dvr_record_series
|
1701
|
+
new(:x => 822, :y => 440, :width => 253, :height => 145, :similarity => 80, :preprocessing => 6,
|
1702
|
+
:text => 'RECORD SERIES', :only_digits => false, :ref_img => '')
|
1703
|
+
end
|
1704
|
+
|
1705
|
+
def current_air_program
|
1706
|
+
new(:x => 430, :y => 13, :width => 938, :height => 93, :similarity => 80, :preprocessing => 6, :text => '',
|
1707
|
+
:only_digits => false, :ref_img => '')
|
1708
|
+
end
|
1709
|
+
|
1710
|
+
def history_asset
|
1711
|
+
new(:x => 602, :y => 448, :width => 837, :height => 75, :similarity => 80, :preprocessing => 8, :text => '',
|
1712
|
+
:only_digits => false, :ref_img => '')
|
1713
|
+
end
|
1714
|
+
|
1715
|
+
def guide_dvr_keep_until
|
1716
|
+
new(:x => 978, :y => 553, :width => 336, :height => 71, :similarity => 80, :preprocessing => 6, :text => 'Deleted',
|
1717
|
+
:only_digits => false, :ref_img => '')
|
1718
|
+
end
|
1719
|
+
|
1720
|
+
def guide_dvr_record_episodes
|
1721
|
+
new(:x => 957, :y => 629, :width => 385, :height => 71, :similarity => 80, :preprocessing => 8,
|
1722
|
+
:text => 'All Episodes', :only_digits => false, :ref_img => '')
|
1723
|
+
end
|
1724
|
+
|
1725
|
+
def guide_dvr_record_duplicates
|
1726
|
+
new(:x => 960, :y => 715, :width => 385, :height => 71, :similarity => 80, :preprocessing => 6, :text => 'Yes',
|
1727
|
+
:only_digits => false, :ref_img => '')
|
1728
|
+
end
|
1729
|
+
|
1730
|
+
def guide_set_series_recording_overlay
|
1731
|
+
new(:x => 286, :y => 121, :width => 601, :height => 119, :similarity => 80, :preprocessing => 6,
|
1732
|
+
:text => 'Set Series Recording', :only_digits => false, :ref_img => '')
|
1733
|
+
end
|
1734
|
+
|
1735
|
+
def guide_dvr_stop_time
|
1736
|
+
new(:x => 991, :y => 877, :width => 306, :height => 89, :similarity => 80, :preprocessing => 6, :text => '',
|
1737
|
+
:only_digits => false, :ref_img => '')
|
1738
|
+
end
|
1739
|
+
|
1740
|
+
def unable_to_save_DVR_changes
|
1741
|
+
new(:x => 478, :y => 311, :width => 718, :height => 106, :similarity => 80, :preprocessing => 6,
|
1742
|
+
:text => 'Unable to Save Changes', :only_digits => false, :ref_img => '')
|
1743
|
+
end
|
1744
|
+
|
1745
|
+
def zodiac_keep_recording_text
|
1746
|
+
new(:x => 991, :y => 660, :width => 234, :height => 67, :similarity => 80, :preprocessing => 0,
|
1747
|
+
:text => 'Keep Episode', :only_digits => false, :ref_img => '')
|
1748
|
+
end
|
1749
|
+
|
1750
|
+
def jumpdate
|
1751
|
+
new(:x => 446, :y => 69, :width => 752, :height => 192, :similarity => 80, :preprocessing => 0, :text => '',
|
1752
|
+
:only_digits => false, :ref_img => '')
|
1753
|
+
end
|
1754
|
+
def rewind_text
|
1755
|
+
new(:x => 301, :y => 843, :width => 100, :height => 170, :similarity => 50, :preprocessing => 6, :text => '',
|
1756
|
+
:only_digits => false, :ref_img => '')
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
def set_recording_overlay
|
1760
|
+
new(:x => 278, :y => 99, :width => 1097, :height => 528, :similarity => 80, :preprocessing => 6, :text => '',
|
1761
|
+
:only_digits => false, :ref_img => '')
|
1762
|
+
end
|
1763
|
+
|
1764
|
+
def set_series_record
|
1765
|
+
new(:x => 235, :y => 33, :width => 782, :height => 245, :similarity => 80, :preprocessing => 0, :text => '',
|
1766
|
+
:only_digits => false, :ref_img => '')
|
1767
|
+
end
|
1768
|
+
|
1769
|
+
def guide_dvr_recording_name
|
1770
|
+
new(:x => 602, :y => 260, :width => 963, :height => 84, :similarity => 80, :preprocessing => 8, :text => '',
|
1771
|
+
:only_digits => false, :ref_img => '')
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
def dvr_first_assetname
|
1775
|
+
new(:x => 597, :y => 440, :width => 1062, :height => 106, :similarity => 80, :preprocessing => 8, :text => '',
|
1776
|
+
:only_digits => false, :ref_img => '')
|
1777
|
+
end
|
1778
|
+
|
1779
|
+
def dvr_first_row_item_color
|
1780
|
+
new(:x => 1480, :y => 457, :width => 137, :height => 61, :similarity => 80, :preprocessing => 8, :text => '',
|
1781
|
+
:only_digits => false, :ref_img => '')
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
def guide_dvr_show_end_time
|
1785
|
+
new(:x => 766, :y => 405, :width => 81, :height => 50, :similarity => 80, :preprocessing => 6, :text => '',
|
1786
|
+
:only_digits => false, :ref_img => '')
|
1787
|
+
end
|
1788
|
+
def recordings_menu
|
1789
|
+
new(:x => 16, :y => 282, :width => 449, :height => 144, :similarity => 80, :preprocessing => 6, :text => 'Recordings',
|
1790
|
+
:only_digits => false, :ref_img => '')
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
def recording_watch
|
1794
|
+
new(:x => 568, :y => 423, :width => 609, :height => 457, :similarity => 80, :preprocessing => 0, :text => '',
|
1795
|
+
|
1796
|
+
:only_digits => false, :ref_img => '')
|
1797
|
+
end
|
1798
|
+
|
1799
|
+
def dvr_endtime_asset1
|
1800
|
+
new(:x => 1040, :y => 544, :width => 76, :height => 40, :similarity => 80, :preprocessing => 6, :text => '',
|
1801
|
+
:only_digits => false, :ref_img => '')
|
1802
|
+
end
|
1803
|
+
|
1804
|
+
def live_tv_endtime
|
1805
|
+
new(:x => 683, :y => 354, :width => 73, :height => 61, :similarity => 80, :preprocessing => 8, :text => '',
|
1806
|
+
:only_digits => false, :ref_img => '')
|
1807
|
+
end
|
1808
|
+
|
1809
|
+
def zodiac_playback_complete_keep_episode
|
1810
|
+
new(:x => 457, :y => 635, :width => 215, :height => 67, :similarity => 80, :preprocessing => 0,
|
1811
|
+
:text => 'Keep Episode', :only_digits => false, :ref_img => '')
|
1812
|
+
end
|
1813
|
+
|
1814
|
+
def zodiac_browse_recordings_first_series_restart_low
|
1815
|
+
new(:x => 1216, :y => 452, :width => 120, :height => 42, :similarity => 80, :preprocessing => 0, :text => 'Restart',
|
1816
|
+
:only_digits => false, :ref_img => '')
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
def zodiac_browse_recordings_first_series_restart_high
|
1820
|
+
new(:x => 1212, :y => 343, :width => 129, :height => 67, :similarity => 80, :preprocessing => 0, :text => 'Restart',
|
1821
|
+
|
1822
|
+
:only_digits => false, :ref_img => '')
|
1823
|
+
end
|
1824
|
+
|
1825
|
+
def zodiac_my_recordings_watch_text_low
|
1826
|
+
new(:x => 1217, :y => 441, :width => 130, :height => 60, :similarity => 80, :preprocessing => 6, :text => 'Watch',
|
1827
|
+
:only_digits => false, :ref_img => '')
|
1828
|
+
end
|
1829
|
+
|
1830
|
+
def zodiac_browse_recordings_first_series_restart_lowest
|
1831
|
+
new(:x => 1210, :y => 540, :width => 129, :height => 56, :similarity => 80, :preprocessing => 0, :text => 'Restart',
|
1832
|
+
:only_digits => false, :ref_img => '')
|
1833
|
+
end
|
1834
|
+
|
1835
|
+
def zodiac_MyDVR_unavailable
|
1836
|
+
new(:x => 600, :y => 255, :width => 718, :height => 100, :similarity => 80, :preprocessing => 0,
|
1837
|
+
:text => 'MyDVR Unavailable', :only_digits => false, :ref_img => '')
|
1838
|
+
end
|
1839
|
+
|
1840
|
+
def my_dvr_recorded_text
|
1841
|
+
new(:x => 628, :y => 532, :width => 139, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
1842
|
+
:only_digits => false, :ref_img => '')
|
1843
|
+
end
|
1844
|
+
|
1845
|
+
def playback_complete
|
1846
|
+
new(:x => 429, :y => 346, :width => 635, :height => 98, :similarity => 80, :preprocessing => 0,
|
1847
|
+
:text => 'Playback Complete', :only_digits => false, :ref_img => '')
|
1848
|
+
end
|
1849
|
+
|
1850
|
+
def my_dvr_delete_recording
|
1851
|
+
new(:x => 644, :y => 321, :width => 635, :height => 104, :similarity => 80, :preprocessing => 0,
|
1852
|
+
:text => 'Delete Recording?', :only_digits => false, :ref_img => '')
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
def series_recording_set
|
1856
|
+
new(:x => 508, :y => 285, :width => 806, :height => 113, :similarity => 80, :preprocessing => 0,
|
1857
|
+
:text => 'Series Recording Already Set', :only_digits => false, :ref_img => '')
|
1858
|
+
end
|
1859
|
+
|
1860
|
+
def infobar_assetname
|
1861
|
+
new(:x => 357, :y => 124, :width => 1004, :height => 121, :similarity => 80, :preprocessing => 6, :text => '',
|
1862
|
+
:only_digits => false, :ref_img => '')
|
1863
|
+
end
|
1864
|
+
|
1865
|
+
def cancel_recording_overlay
|
1866
|
+
new(:x => 549, :y => 283, :width => 783, :height => 177, :similarity => 80, :preprocessing => 6, :text => '',
|
1867
|
+
:only_digits => false, :ref_img => '')
|
1868
|
+
end
|
1869
|
+
def dvr_asset2
|
1870
|
+
new(:x => 681, :y => 620, :width => 688, :height => 90, :similarity => 80, :preprocessing => 0, :text => '',
|
1871
|
+
:only_digits => false, :ref_img => '')
|
1872
|
+
end
|
1873
|
+
|
1874
|
+
def dvr_asset3
|
1875
|
+
new(:x => 681, :y => 710, :width => 688, :height => 90, :similarity => 80, :preprocessing => 0, :text => '',
|
1876
|
+
:only_digits => false, :ref_img => '')
|
1877
|
+
end
|
1878
|
+
|
1879
|
+
def guide_edit_record_series
|
1880
|
+
new(:x => 822, :y => 440, :width => 253, :height => 145, :similarity => 80, :preprocessing => 6,
|
1881
|
+
:text => 'EDIT SERIES', :only_digits => false, :ref_img => '')
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
def watch_button_dvr
|
1885
|
+
new(:x => 569, :y => 432, :width => 1181, :height => 627, :similarity => 80, :preprocessing => 0, :text => '',
|
1886
|
+
:only_digits => false, :ref_img => '')
|
1887
|
+
end
|
1888
|
+
|
1889
|
+
def watch_dvr
|
1890
|
+
new(:x => 579, :y => 442, :width => 991, :height => 628, :similarity => 80, :preprocessing => 8, :text => '',
|
1891
|
+
:only_digits => false, :ref_img => '')
|
1892
|
+
end
|
1893
|
+
|
1894
|
+
def dvr_playback_complete
|
1895
|
+
new(:x => 664, :y => 351, :width => 609, :height => 86, :similarity => 80, :preprocessing => 6,
|
1896
|
+
:text => 'Playback Complete', :only_digits => false,
|
1897
|
+
:ref_img => 'tsimages/reference/spectrum_1080/dvr_playback_complete.jpg')
|
1898
|
+
end
|
1899
|
+
|
1900
|
+
def dvr_scheduled_recording_asset_name_text_low
|
1901
|
+
new(:x => 626, :y => 654, :width => 745, :height => 96, :similarity => 80, :preprocessing => 0, :text => '',
|
1902
|
+
:only_digits => false, :ref_img => '')
|
1903
|
+
end
|
1904
|
+
|
1905
|
+
def dvr_recording_resume_text
|
1906
|
+
new(:x => 664, :y => 664, :width => 174, :height => 80, :similarity => 80, :preprocessing => 0, :text => 'RESUME',
|
1907
|
+
:only_digits => false, :ref_img => '')
|
1908
|
+
end
|
1909
|
+
|
1910
|
+
def dvr_recording_watch_text
|
1911
|
+
new(:x => 667, :y => 654, :width => 174, :height => 80, :similarity => 80, :preprocessing => 0, :text => 'WATCH',
|
1912
|
+
:only_digits => false, :ref_img => '')
|
1913
|
+
end
|
1914
|
+
|
1915
|
+
def scheduled_asset_recording
|
1916
|
+
new(:x => 683, :y => 539, :width => 728, :height => 68, :similarity => 80, :preprocessing => 0, :text => '',
|
1917
|
+
:only_digits => false, :ref_img => '')
|
1918
|
+
end
|
1919
|
+
|
1920
|
+
def scheduled_recording_asset_two
|
1921
|
+
new(:x => 683, :y => 627, :width => 715, :height => 66, :similarity => 80, :preprocessing => 0, :text => '',
|
1922
|
+
:only_digits => false, :ref_img => '')
|
1923
|
+
end
|
1924
|
+
|
1925
|
+
def scheduled_asset_recording_three
|
1926
|
+
new(:x => 678, :y => 718, :width => 725, :height => 71, :similarity => 80, :preprocessing => 0, :text => '',
|
1927
|
+
:only_digits => false, :ref_img => '')
|
1928
|
+
end
|
1929
|
+
|
1930
|
+
def unable_toschedule
|
1931
|
+
new(:x => 374, :y => 129, :width => 1176, :height => 417, :similarity => 80, :preprocessing => 0, :text => '',
|
1932
|
+
:only_digits => false, :ref_img => '')
|
1933
|
+
end
|
1934
|
+
|
1935
|
+
def MDVR_unavailable
|
1936
|
+
new(:x => 637, :y => 235, :width => 771, :height => 132, :similarity => 80, :preprocessing => 0,
|
1937
|
+
:text => 'MyDVR Unavailable', :only_digits => false, :ref_img => '')
|
1938
|
+
end
|
1939
|
+
def deleted_status
|
1940
|
+
new(:x => 1512, :y => 445, :width => 324, :height => 81, :similarity => 80, :preprocessing => 6, :text => '',
|
1941
|
+
:only_digits => false, :ref_img => '')
|
1942
|
+
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
def my_dvr_recorded_text_low
|
1946
|
+
new(:x => 628, :y => 797, :width => 139, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
1947
|
+
:only_digits => false, :ref_img => '')
|
1948
|
+
end
|
1949
|
+
|
1950
|
+
def dvr_recording_resume_text_low
|
1951
|
+
new(:x => 667, :y => 898, :width => 174, :height => 80, :similarity => 80, :preprocessing => 0, :text => 'RESUME',
|
1952
|
+
:only_digits => false, :ref_img => '')
|
1953
|
+
end
|
1954
|
+
|
1955
|
+
def dvr_recording_watch_text_low
|
1956
|
+
new(:x => 661, :y => 898, :width => 174, :height => 80, :similarity => 80, :preprocessing => 0, :text => 'WATCH',
|
1957
|
+
:only_digits => false, :ref_img => '')
|
1958
|
+
end
|
1959
|
+
|
1960
|
+
def support
|
1961
|
+
new(:x => 54, :y => 384, :width => 187, :height => 69, :similarity => 70, :preprocessing => 8, :text => 'Support',
|
1962
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/support.jpg')
|
1963
|
+
end
|
1964
|
+
|
1965
|
+
def my_dvr_recorded_text_series_high
|
1966
|
+
new(:x => 669, :y => 633, :width => 139, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
1967
|
+
:only_digits => false, :ref_img => '')
|
1968
|
+
end
|
1969
|
+
|
1970
|
+
def my_dvr_recorded_text_series_low
|
1971
|
+
new(:x => 630, :y => 763, :width => 177, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
1972
|
+
:only_digits => false, :ref_img => '')
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
def dvr_recording_resume_text_series_high
|
1976
|
+
new(:x => 698, :y => 768, :width => 174, :height => 80, :similarity => 80, :preprocessing => 0, :text => 'RESUME',
|
1977
|
+
:only_digits => false, :ref_img => '')
|
1978
|
+
end
|
1979
|
+
|
1980
|
+
def dvr_recording_watch_text_series_high
|
1981
|
+
new(:x => 698, :y => 768, :width => 174, :height => 80, :similarity => 80, :preprocessing => 0, :text => 'WATCH',
|
1982
|
+
:only_digits => false, :ref_img => '')
|
1983
|
+
end
|
1984
|
+
|
1985
|
+
def dvr_first_asset_name_series_high
|
1986
|
+
new(:x => 654, :y => 521, :width => 788, :height => 106, :similarity => 80, :preprocessing => 8, :text => '',
|
1987
|
+
:only_digits => false, :ref_img => '')
|
1988
|
+
end
|
1989
|
+
|
1990
|
+
def my_dvr_in_progress_text
|
1991
|
+
new(:x => 628, :y => 524, :width => 180, :height => 66, :similarity => 80, :preprocessing => 0,
|
1992
|
+
:text => 'In Progress', :only_digits => false, :ref_img => '')
|
1993
|
+
end
|
1994
|
+
|
1995
|
+
def dvr_asset_name_nonseries_low
|
1996
|
+
new(:x => 618, :y => 680, :width => 449, :height => 73, :similarity => 80, :preprocessing => 0, :text => '',
|
1997
|
+
:only_digits => false, :ref_img => '')
|
1998
|
+
end
|
1999
|
+
|
2000
|
+
def fast_forward_text_60x
|
2001
|
+
new(:x => 420, :y => 874, :width => 104, :height => 83, :similarity => 80, :preprocessing => 8, :text => '60X',
|
2002
|
+
:only_digits => false, :ref_img => '')
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
def edit_episode_recording_text
|
2006
|
+
new(:x => 268, :y => 78, :width => 968, :height => 155, :similarity => 80, :preprocessing => 6, :text => '',
|
2007
|
+
:only_digits => false, :ref_img => '')
|
2008
|
+
end
|
2009
|
+
|
2010
|
+
def zodiac_myrecordings
|
2011
|
+
new(:x => 633, :y => 76, :width => 497, :height => 129, :similarity => 80, :preprocessing => 6,
|
2012
|
+
:text => 'My Recordings', :only_digits => false, :ref_img => '')
|
2013
|
+
end
|
2014
|
+
|
2015
|
+
def zodiac_watched_percentage
|
2016
|
+
new(:x => 1384, :y => 291, :width => 184, :height => 30, :similarity => 80, :preprocessing => 6, :text => '',
|
2017
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/zodiac_watched_percentage.jpg')
|
2018
|
+
end
|
2019
|
+
|
2020
|
+
def guide_check_pm
|
2021
|
+
new(:x => 927, :y => 165, :width => 59, :height => 50, :similarity => 80, :preprocessing => 6, :text => 'PM',
|
2022
|
+
:only_digits => false, :ref_img => '')
|
2023
|
+
end
|
2024
|
+
|
2025
|
+
def zodiac_second_recorded_asset_name
|
2026
|
+
new(:x => 376, :y => 328, :width => 652, :height => 59, :similarity => 80, :preprocessing => 0, :text => '',
|
2027
|
+
:only_digits => false, :ref_img => '')
|
2028
|
+
end
|
2029
|
+
|
2030
|
+
def zodiac_total_recordings
|
2031
|
+
new(:x => 1127, :y => 114, :width => 81, :height => 50, :similarity => 80, :preprocessing => 6, :text => '',
|
2032
|
+
:only_digits => false, :ref_img => '')
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
def zodiac_watched_percentage_lower
|
2036
|
+
new(:x => 1370, :y => 351, :width => 184, :height => 30, :similarity => 80, :preprocessing => 6, :text => '',
|
2037
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/zodiac_watched_percentage_lower.jpg')
|
2038
|
+
end
|
2039
|
+
|
2040
|
+
def zodiac_recorded_text_third_asset
|
2041
|
+
new(:x => 433, :y => 573, :width => 137, :height => 43, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
2042
|
+
:only_digits => false, :ref_img => '')
|
2043
|
+
end
|
2044
|
+
|
2045
|
+
def menu_unavailable
|
2046
|
+
new(:x => 600, :y => 255, :width => 718, :height => 100, :similarity => 80, :preprocessing => 0,
|
2047
|
+
:text => 'Menu Unavailable', :only_digits => false, :ref_img => '')
|
2048
|
+
end
|
2049
|
+
|
2050
|
+
def guide_check_pm_low
|
2051
|
+
new(:x => 759, :y => 371, :width => 87, :height => 50, :similarity => 80, :preprocessing => 6, :text => 'PM',
|
2052
|
+
:only_digits => false, :ref_img => '')
|
2053
|
+
end
|
2054
|
+
def dvr_skipback
|
2055
|
+
new(:x => 389, :y => 900, :width => 46, :height => 36, :similarity => 80, :preprocessing => 8, :text => '10',
|
2056
|
+
:only_digits => false, :ref_img => '')
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
def mydvr_first_scheduled_recording_title
|
2060
|
+
new(:x => 687, :y => 553, :width => 636, :height => 45, :similarity => 80, :preprocessing => 6, :text => '',
|
2061
|
+
:only_digits => false, :ref_img => '')
|
2062
|
+
end
|
2063
|
+
|
2064
|
+
def miniguide_recording_options
|
2065
|
+
new(:x => 733, :y => 854, :width => 286, :height => 50, :similarity => 80, :preprocessing => 0,
|
2066
|
+
:text => 'Recording Options', :only_digits => false,
|
2067
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_recording_options.jpg')
|
2068
|
+
end
|
2069
|
+
|
2070
|
+
def mydvr_scheduled_recordings_count
|
2071
|
+
new(:x => 568, :y => 275, :width => 366, :height => 53, :similarity => 80, :preprocessing => 6, :text => '',
|
2072
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_scheduled_recording_count.jpg')
|
2073
|
+
end
|
2074
|
+
|
2075
|
+
def newest_option
|
2076
|
+
new(:x => 814, :y => 336, :width => 281, :height => 63, :similarity => 80, :preprocessing => 0, :text => 'Newest',
|
2077
|
+
:only_digits => false, :ref_img => '')
|
2078
|
+
end
|
2079
|
+
|
2080
|
+
def edit_recording_text
|
2081
|
+
new(:x => 238, :y => 202, :width => 1551, :height => 666, :similarity => 80, :preprocessing => 0, :text => '',
|
2082
|
+
:only_digits => false, :ref_img => '')
|
2083
|
+
end
|
2084
|
+
|
2085
|
+
def doyouwant_toupgrade
|
2086
|
+
new(:x => 415, :y => 331, :width => 839, :height => 129, :similarity => 80, :preprocessing => 6,
|
2087
|
+
:text => 'Do You Want to Upgrade?', :only_digits => false, :ref_img => '')
|
2088
|
+
end
|
2089
|
+
|
2090
|
+
def zodiac_recorded_asset
|
2091
|
+
new(:x => 362, :y => 228, :width => 788, :height => 65, :similarity => 80, :preprocessing => 8, :text => '',
|
2092
|
+
:only_digits => false, :ref_img => '')
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
def mydvr_last_scheduled_recording_title
|
2096
|
+
new(:x => 685, :y => 935, :width => 689, :height => 56, :similarity => 80, :preprocessing => 6, :text => '',
|
2097
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_last_scheduled_recording_title.jpg')
|
2098
|
+
end
|
2099
|
+
|
2100
|
+
def mydvr_first_history_title
|
2101
|
+
new(:x => 609, :y => 460, :width => 897, :height => 49, :similarity => 80, :preprocessing => 6, :text => '',
|
2102
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_first_history_title.jpg')
|
2103
|
+
end
|
2104
|
+
|
2105
|
+
def mydvr_last_history_title
|
2106
|
+
new(:x => 609, :y => 931, :width => 752, :height => 56, :similarity => 80, :preprocessing => 6, :text => '',
|
2107
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_last_history_title.jpg')
|
2108
|
+
end
|
2109
|
+
|
2110
|
+
def product_page_program_title
|
2111
|
+
new(:x => 492, :y => 186, :width => 849, :height => 91, :similarity => 80, :preprocessing => 6, :text => '',
|
2112
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/product_page_program_title.jpg')
|
2113
|
+
end
|
2114
|
+
|
2115
|
+
def prod_page_set_recording_screen
|
2116
|
+
new(:x => 359, :y => 258, :width => 388, :height => 75, :similarity => 80, :preprocessing => 6,
|
2117
|
+
:text => 'Set Recording', :only_digits => false,
|
2118
|
+
:ref_img => 'tsimages/reference/spectrum_1080/prod_page_set_recording_screen.jpg')
|
2119
|
+
end
|
2120
|
+
|
2121
|
+
def set_episode_recording_screen
|
2122
|
+
new(:x => 313, :y => 154, :width => 610, :height => 72, :similarity => 80, :preprocessing => 6,
|
2123
|
+
:text => 'Set Episode Recording', :only_digits => false,
|
2124
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_episode_recording_screen.jpg')
|
2125
|
+
end
|
2126
|
+
|
2127
|
+
def set_recording_screen_movie
|
2128
|
+
new(:x => 313, :y => 154, :width => 610, :height => 72, :similarity => 80, :preprocessing => 6,
|
2129
|
+
:text => 'Set Recording', :only_digits => false,
|
2130
|
+
:ref_img => 'tsimages/reference/spectrum_1080/set_recording_screen_movie.jpg')
|
2131
|
+
end
|
2132
|
+
|
2133
|
+
def zodiac_third_recorded_asset_name
|
2134
|
+
new(:x => 423, :y => 513, :width => 708, :height => 57, :similarity => 80, :preprocessing => 8, :text => '',
|
2135
|
+
:only_digits => false, :ref_img => '')
|
2136
|
+
end
|
2137
|
+
|
2138
|
+
def mydvr_second_scheduled_recording_title
|
2139
|
+
new(:x => 685, :y => 640, :width => 636, :height => 45, :similarity => 80, :preprocessing => 6, :text => '',
|
2140
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_second_scheduled_recording_title.jpg')
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
def mydvr_third_scheduled_recording_title
|
2144
|
+
new(:x => 683, :y => 729, :width => 636, :height => 45, :similarity => 80, :preprocessing => 6, :text => '',
|
2145
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_third_scheduled_recording_title.jpg')
|
2146
|
+
end
|
2147
|
+
|
2148
|
+
def mydvr_fourth_scheduled_recording_title
|
2149
|
+
new(:x => 681, :y => 821, :width => 636, :height => 45, :similarity => 80, :preprocessing => 6, :text => '',
|
2150
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_fourth_scheduled_recording_title.jpg')
|
2151
|
+
end
|
2152
|
+
|
2153
|
+
def miniguide_asset_title
|
2154
|
+
new(:x => 369, :y => 148, :width => 997, :height => 88, :similarity => 80, :preprocessing => 6, :text => '',
|
2155
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/miniguide_asset_title.jpg')
|
2156
|
+
end
|
2157
|
+
|
2158
|
+
def mydvr_fifth_scheduled_recording_title
|
2159
|
+
new(:x => 681, :y => 910, :width => 636, :height => 45, :similarity => 80, :preprocessing => 6, :text => '',
|
2160
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_fifth_scheduled_recording_title.jpg')
|
2161
|
+
end
|
2162
|
+
|
2163
|
+
def my_dvr_recorded_text_single_asset_low
|
2164
|
+
new(:x => 627, :y => 703, :width => 139, :height => 51, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
2165
|
+
:only_digits => false, :ref_img => '')
|
2166
|
+
end
|
2167
|
+
|
2168
|
+
def my_dvr_single_asset_recording_name_low
|
2169
|
+
new(:x => 627, :y => 624, :width => 664, :height => 84, :similarity => 80, :preprocessing => 0, :text => '',
|
2170
|
+
:only_digits => false, :ref_img => '')
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
def series_record_already_set
|
2174
|
+
new(:x => 469, :y => 231, :width => 961, :height => 175, :similarity => 80, :preprocessing => 0,
|
2175
|
+
:text => 'Series Recording Already Set', :only_digits => false, :ref_img => '')
|
2176
|
+
end
|
2177
|
+
|
2178
|
+
def deleted_asset
|
2179
|
+
new(:x => 713, :y => 415, :width => 546, :height => 172, :similarity => 80, :preprocessing => 8, :text => '',
|
2180
|
+
:only_digits => false, :ref_img => '')
|
2181
|
+
end
|
2182
|
+
|
2183
|
+
def unable_to_schedule
|
2184
|
+
new(:x => 458, :y => 225, :width => 963, :height => 185, :similarity => 80, :preprocessing => 0,
|
2185
|
+
|
2186
|
+
:text => 'Unable to Schedule Recording', :only_digits => false, :ref_img => '')
|
2187
|
+
end
|
2188
|
+
|
2189
|
+
def guide_check_am
|
2190
|
+
new(:x => 769, :y => 371, :width => 74, :height => 50, :similarity => 80, :preprocessing => 6, :text => 'AM',
|
2191
|
+
:only_digits => false, :ref_img => '')
|
2192
|
+
end
|
2193
|
+
|
2194
|
+
def zodiac_recorded_text_third_asset_two
|
2195
|
+
new(:x => 377, :y => 484, :width => 137, :height => 43, :similarity => 80, :preprocessing => 0, :text => 'Recorded',
|
2196
|
+
:only_digits => false, :ref_img => '')
|
2197
|
+
end
|
2198
|
+
|
2199
|
+
def zodiac_third_recorded_asset_name_two
|
2200
|
+
new(:x => 369, :y => 424, :width => 585, :height => 57, :similarity => 80, :preprocessing => 8, :text => '',
|
2201
|
+
:only_digits => false, :ref_img => '')
|
2202
|
+
end
|
2203
|
+
|
2204
|
+
def guide_check_am_low
|
2205
|
+
new(:x => 759, :y => 371, :width => 87, :height => 50, :similarity => 80, :preprocessing => 6, :text => 'AM',
|
2206
|
+
:only_digits => false, :ref_img => '')
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
def zodiac_restart_button
|
2210
|
+
new(:x => 1212, :y => 294, :width => 125, :height => 52, :similarity => 80, :preprocessing => 6, :text => 'Restart',
|
2211
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/zodiac_restart_button_text.jpg')
|
2212
|
+
end
|
2213
|
+
|
2214
|
+
def parental_controlpin
|
2215
|
+
new(:x => 475, :y => 195, :width => 1002, :height => 167, :similarity => 80, :preprocessing => 0,
|
2216
|
+
:text => 'Parental Control PIN', :only_digits => false, :ref_img => '')
|
2217
|
+
end
|
2218
|
+
|
2219
|
+
def edit_recording_popup
|
2220
|
+
new(:x => 460, :y => 83, :width => 890, :height => 134, :similarity => 80, :preprocessing => 0,
|
2221
|
+
:text => 'Edit Episode Recording', :only_digits => false, :ref_img => '')
|
2222
|
+
end
|
2223
|
+
|
2224
|
+
def channel_unavailable_option
|
2225
|
+
new(:x => 571, :y => 240, :width => 772, :height => 117, :similarity => 80, :preprocessing => 0,
|
2226
|
+
:text => 'Channel Unavailable', :only_digits => false, :ref_img => '')
|
2227
|
+
end
|
2228
|
+
|
2229
|
+
def infobar_name
|
2230
|
+
new(:x => 448, :y => 121, :width => 895, :height => 144, :similarity => 80, :preprocessing => 6, :text => '',
|
2231
|
+
|
2232
|
+
:only_digits => false, :ref_img => '')
|
2233
|
+
end
|
2234
|
+
|
2235
|
+
def recordseries_option
|
2236
|
+
new(:x => 475, :y => 372, :width => 964, :height => 192, :similarity => 80, :preprocessing => 6, :text => '',
|
2237
|
+
:only_digits => false, :ref_img => '')
|
2238
|
+
end
|
2239
|
+
|
2240
|
+
def miniguide_edit_series_keep_until_text
|
2241
|
+
new(:x => 1109, :y => 538, :width => 262, :height => 48, :similarity => 80, :preprocessing => 8, :text => 'Deleted',
|
2242
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/miniguide_edit_series_keep_until_text.jpg')
|
2243
|
+
end
|
2244
|
+
|
2245
|
+
def minguide_edit_series_record_episodes
|
2246
|
+
new(:x => 1153, :y => 650, :width => 181, :height => 56, :similarity => 80, :preprocessing => 6, :text => 'All',
|
2247
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/miniguide_edit_series_record_episodes.jpg')
|
2248
|
+
end
|
2249
|
+
|
2250
|
+
def minguide_edit_series_record_duplicates
|
2251
|
+
new(:x => 1199, :y => 767, :width => 85, :height => 51, :similarity => 80, :preprocessing => 6, :text => 'Yes',
|
2252
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/miniguide_edit_series_record_duplicates.jpg')
|
2253
|
+
end
|
2254
|
+
|
2255
|
+
def minguide_edit_series_start_time
|
2256
|
+
new(:x => 1109, :y => 886, :width => 264, :height => 51, :similarity => 80, :preprocessing => 0,
|
2257
|
+
:text => 'As Scheduled', :only_digits => false,
|
2258
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_edit_series_start_time.jpg')
|
2259
|
+
end
|
2260
|
+
|
2261
|
+
def minguide_edit_series_stop_time
|
2262
|
+
new(:x => 1109, :y => 886, :width => 264, :height => 51, :similarity => 80, :preprocessing => 6,
|
2263
|
+
:text => '2 minutes late', :only_digits => false,
|
2264
|
+
:ref_img => 'tsimages/reference/spectrum_1080/miniguide_edit_series_stop_time.jpg')
|
2265
|
+
end
|
2266
|
+
|
2267
|
+
def edit_episode_recording_title
|
2268
|
+
new(:x => 631, :y => 269, :width => 866, :height => 57, :similarity => 80, :preprocessing => 6, :text => '',
|
2269
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/edit_episode_recording_title.jpg')
|
2270
|
+
end
|
2271
|
+
|
2272
|
+
def edit_episode_recording_episode_title
|
2273
|
+
new(:x => 550, :y => 333, :width => 962, :height => 54, :similarity => 80, :preprocessing => 6, :text => '',
|
2274
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/edit_episode_recording_title.jpg')
|
2275
|
+
end
|
2276
|
+
|
2277
|
+
def edit_episode_recording_episode_details
|
2278
|
+
new(:x => 550, :y => 403, :width => 962, :height => 49, :similarity => 80, :preprocessing => 6, :text => '',
|
2279
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/edit_episode_recording_title.jpg')
|
2280
|
+
end
|
2281
|
+
|
2282
|
+
def mydvr_current_time
|
2283
|
+
new(:x => 61, :y => 52, :width => 173, :height => 65, :similarity => 80, :preprocessing => 8, :text => '',
|
2284
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/mydvr_current_time.jpg')
|
2285
|
+
end
|
2286
|
+
|
2287
|
+
def currently_airing_program_title
|
2288
|
+
new(:x => 413, :y => 830, :width => 898, :height => 95, :similarity => 80, :preprocessing => 8, :text => '',
|
2289
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/currently_airing_program_title.jpg')
|
2290
|
+
end
|
2291
|
+
|
2292
|
+
def my_dvr_in_progress_text_low
|
2293
|
+
new(:x => 625, :y => 700, :width => 167, :height => 81, :similarity => 80, :preprocessing => 0,
|
2294
|
+
:text => 'In Progress', :only_digits => false, :ref_img => '')
|
2295
|
+
end
|
2296
|
+
|
2297
|
+
def future_time
|
2298
|
+
new(:x => 592, :y => 455, :width => 455, :height => 111, :similarity => 80, :preprocessing => 6, :text => '',
|
2299
|
+
:only_digits => false, :ref_img => '')
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
def general_error
|
2303
|
+
new(:x => 407, :y => 341, :width => 224, :height => 107, :similarity => 80, :preprocessing => 0, :text => 'Error',
|
2304
|
+
:only_digits => false, :ref_img => '')
|
2305
|
+
end
|
2306
|
+
|
2307
|
+
def product_page_rating_text
|
2308
|
+
new(:x => 465, :y => 265, :width => 733, :height => 96, :similarity => 80, :preprocessing => 0, :text => '',
|
2309
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/product_page_rating_text.jpg')
|
2310
|
+
end
|
2311
|
+
|
2312
|
+
def vod_premium_networks_text
|
2313
|
+
new(:x => 131, :y => 364, :width => 367, :height => 51, :similarity => 80, :preprocessing => 0,
|
2314
|
+
:text => 'Premium Networks', :only_digits => false,
|
2315
|
+
:ref_img => 'tsimages/reference/spectrum_1080/vod_premium_networks_text.jpg')
|
2316
|
+
end
|
2317
|
+
|
2318
|
+
def guide_page_rating_text
|
2319
|
+
new(:x => 351, :y => 154, :width => 493, :height => 159, :similarity => 80, :preprocessing => 0, :text => '',
|
2320
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/guide_page_rating_text.jpg')
|
2321
|
+
end
|
2322
|
+
|
2323
|
+
def CheckSpectrum_Label_Test
|
2324
|
+
new(:x => 86, :y => 114, :width => 276, :height => 81, :similarity => 80, :preprocessing => 0, :text => 'Spectrum',
|
2325
|
+
:only_digits => false, :ref_img => '')
|
2326
|
+
end
|
2327
|
+
|
2328
|
+
def edit_series
|
2329
|
+
new(:x => 536, :y => 255, :width => 1016, :height => 417, :similarity => 80, :preprocessing => 0, :text => '',
|
2330
|
+
:only_digits => false, :ref_img => '')
|
2331
|
+
end
|
2332
|
+
|
2333
|
+
def add_rec_button
|
2334
|
+
new(:x => 564, :y => 455, :width => 1314, :height => 604, :similarity => 80, :preprocessing => 0, :text => '',
|
2335
|
+
:only_digits => false, :ref_img => '')
|
2336
|
+
end
|
2337
|
+
|
2338
|
+
def zodiac_resume_button_text2
|
2339
|
+
new(:x => 1013, :y => 354, :width => 132, :height => 52, :similarity => 80, :preprocessing => 0, :text => 'Resume',
|
2340
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/zodiac_resume_button.jpg')
|
2341
|
+
end
|
2342
|
+
|
2343
|
+
def zodiac_resume_button_text
|
2344
|
+
new(:x => 1010, :y => 260, :width => 132, :height => 52, :similarity => 80, :preprocessing => 0, :text => 'Resume',
|
2345
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/zodiac_resume_button_text.jpg')
|
2346
|
+
end
|
2347
|
+
|
2348
|
+
def zodiac_restart_button_text2
|
2349
|
+
new(:x => 1209, :y => 349, :width => 131, :height => 58, :similarity => 80, :preprocessing => 6, :text => 'Restart',
|
2350
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/zodiac_resstart_button_text.jpg')
|
2351
|
+
end
|
2352
|
+
|
2353
|
+
def settings_preferences_label
|
2354
|
+
new(:x => 58, :y => 468, :width => 435, :height => 86, :similarity => 80, :preprocessing => 0, :text => 'Preferences',
|
2355
|
+
:only_digits => false, :ref_img => '')
|
2356
|
+
end
|
2357
|
+
|
2358
|
+
def settings_preferences_guidesettings
|
2359
|
+
new(:x => 824, :y => 412, :width => 225, :height => 51, :similarity => 80, :preprocessing => 0,
|
2360
|
+
:text => 'Guide Settings', :only_digits => false, :ref_img => '')
|
2361
|
+
end
|
2362
|
+
|
2363
|
+
def preferences_guideformat_label
|
2364
|
+
new(:x => 582, :y => 394, :width => 212, :height => 76, :similarity => 80, :preprocessing => 0,
|
2365
|
+
:text => 'Guide Format', :only_digits => false, :ref_img => '')
|
2366
|
+
end
|
2367
|
+
|
2368
|
+
def guide_format_label
|
2369
|
+
new(:x => 569, :y => 276, :width => 303, :height => 73, :similarity => 80, :preprocessing => 0,
|
2370
|
+
:text => 'Guide Format', :only_digits => false, :ref_img => '')
|
2371
|
+
end
|
2372
|
+
|
2373
|
+
def guide_video_format_save_label
|
2374
|
+
new(:x => 559, :y => 675, :width => 212, :height => 106, :similarity => 80, :preprocessing => 0, :text => 'SAVE',
|
2375
|
+
:only_digits => false, :ref_img => '')
|
2376
|
+
end
|
2377
|
+
|
2378
|
+
def channel_restriction_one
|
2379
|
+
new(:x => 693, :y => 531, :width => 237, :height => 139, :similarity => 80, :preprocessing => 0, :text => '',
|
2380
|
+
:only_digits => false, :ref_img => '')
|
2381
|
+
end
|
2382
|
+
|
2383
|
+
def channel_restirction_two
|
2384
|
+
new(:x => 1191, :y => 526, :width => 220, :height => 157, :similarity => 80, :preprocessing => 0, :text => '',
|
2385
|
+
:only_digits => false, :ref_img => '')
|
2386
|
+
end
|
2387
|
+
|
2388
|
+
def network_channel
|
2389
|
+
new(:x => 549, :y => 187, :width => 829, :height => 127, :similarity => 80, :preprocessing => 9, :text => '',
|
2390
|
+
:only_digits => false, :ref_img => '')
|
2391
|
+
end
|
2392
|
+
|
2393
|
+
def guide_background_color
|
2394
|
+
new(:x => 540, :y => 263, :width => 653, :height => 91, :similarity => 80, :preprocessing => 9,
|
2395
|
+
:text => 'Guide Background Color', :only_digits => false, :ref_img => '')
|
2396
|
+
end
|
2397
|
+
|
2398
|
+
def settings_ondemand_pin
|
2399
|
+
new(:x => 827, :y => 248, :width => 265, :height => 78, :similarity => 80, :preprocessing => 0, :text => 'Enter PIN',
|
2400
|
+
:only_digits => false, :ref_img => '')
|
2401
|
+
end
|
2402
|
+
|
2403
|
+
def settings_confirm_rental
|
2404
|
+
new(:x => 842, :y => 705, :width => 174, :height => 48, :similarity => 80, :preprocessing => 0, :text => 'CONFIRM',
|
2405
|
+
:only_digits => false, :ref_img => '')
|
2406
|
+
end
|
2407
|
+
def Guidesettings
|
2408
|
+
new(:x => 827, :y => 369, :width => 229, :height => 135, :similarity => 80, :preprocessing => 6,
|
2409
|
+
:text => 'Guide Settings', :only_digits => false, :ref_img => '')
|
2410
|
+
end
|
2411
|
+
|
2412
|
+
def Guidebackgroundcolor
|
2413
|
+
new(:x => 847, :y => 373, :width => 192, :height => 155, :similarity => 80, :preprocessing => 6,
|
2414
|
+
:text => 'Guide Background Color', :only_digits => false, :ref_img => '')
|
2415
|
+
end
|
2416
|
+
|
2417
|
+
def preferences
|
2418
|
+
new(:x => 40, :y => 442, :width => 365, :height => 140, :similarity => 80, :preprocessing => 0,
|
2419
|
+
:text => 'Preferences', :only_digits => false, :ref_img => '')
|
2420
|
+
end
|
2421
|
+
|
2422
|
+
def diagnostics_summary_title_text
|
2423
|
+
new(:x => 833, :y => 92, :width => 150, :height => 36, :similarity => 80, :preprocessing => 0, :text => 'SUMMARY',
|
2424
|
+
:only_digits => false, :ref_img => 'tsimages/reference/spectrum_1080/diagnostics_summary_title_text.jpg')
|
2425
|
+
end
|
2426
|
+
|
2427
|
+
def netflix_start_free_month_button
|
2428
|
+
new(:x => 230, :y => 739, :width => 369, :height => 49, :similarity => 80, :preprocessing => 0,
|
2429
|
+
:text => 'Start your free month', :only_digits => false,
|
2430
|
+
:ref_img => 'tsimages/reference/spectrum_1080/netflix_start_free_month_button.jpg')
|
2431
|
+
end
|
2432
|
+
|
2433
|
+
def test_roi_delete
|
2434
|
+
new(:x => 769, :y => 86, :width => 369, :height => 119, :similarity => 80, :preprocessing => 0, :text => 'My Library',
|
2435
|
+
:only_digits => false, :ref_img => '')
|
2436
|
+
end
|
2437
|
+
|
2438
|
+
def test_roi_delete_2
|
2439
|
+
new(:x => 769, :y => 86, :width => 369, :height => 119, :similarity => 80, :preprocessing => 0, :text => 'My Library',
|
2440
|
+
:only_digits => false, :ref_img => '')
|
2441
|
+
end
|
2442
|
+
|
2443
|
+
def test_roi_delete_3
|
2444
|
+
new(:x => 769, :y => 86, :width => 369, :height => 119, :similarity => 80, :preprocessing => 0, :text => '',
|
2445
|
+
:only_digits => false, :ref_img => '')
|
2446
|
+
end
|
2447
|
+
|
2448
|
+
def roi_test_delete_me
|
2449
|
+
new(:x => 0, :y => 0, :width => 100, :height => 100, :similarity => 80, :preprocessing => 0, :text => '',
|
2450
|
+
:only_digits => false, :ref_img => '')
|
2451
|
+
end
|
2452
|
+
|
2453
|
+
def roi_test_delete_me_2
|
2454
|
+
new(:x => 0, :y => 0, :width => 100, :height => 100, :similarity => 80, :preprocessing => 0, :text => '',
|
2455
|
+
:only_digits => false, :ref_img => '')
|
2456
|
+
end
|
2457
|
+
|
2458
|
+
def roi_test_delete_me_3
|
2459
|
+
new(:x => 0, :y => 0, :width => 100, :height => 100, :similarity => 80, :preprocessing => 0, :text => '',
|
2460
|
+
:only_digits => false, :ref_img => '')
|
2461
|
+
end
|
2462
|
+
|
2463
|
+
def test_roi_delete_4
|
2464
|
+
new(:x => 769, :y => 86, :width => 369, :height => 119, :similarity => 80, :preprocessing => 0, :text => '',
|
2465
|
+
:only_digits => false, :ref_img => '')
|
2466
|
+
end
|
2467
|
+
|
2468
|
+
def roi_test_delete_me_4
|
2469
|
+
new(:x => 0, :y => 0, :width => 100, :height => 100, :similarity => 80, :preprocessing => 0, :text => '',
|
2470
|
+
:only_digits => false, :ref_img => '')
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
def menu_search_text
|
2474
|
+
new(:x => 72, :y => 288, :width => 161, :height => 89, :similarity => 80, :preprocessing => 0, :text => 'Search',
|
2475
|
+
:only_digits => false, :ref_img => 'tsimages/reference/mobile/saerch.jpg')
|
2476
|
+
end
|
2477
|
+
|
2478
|
+
def guide_unavailable_alert
|
2479
|
+
new(:x => 421, :y => 359, :width => 609, :height => 76, :similarity => 80, :preprocessing => 0,
|
2480
|
+
:text => 'Guide Unavailable', :only_digits => false,
|
2481
|
+
:ref_img => 'tsimages/reference/spectrum_1080/guide_unavailable.jpg')
|
2482
|
+
end
|
2483
|
+
|
2484
|
+
def pay_per_view
|
2485
|
+
new(:x => 329, :y => 187, :width => 581, :height => 38, :similarity => 0, :text => 'regex:PPV',
|
2486
|
+
:preprocessing => [0, 6, 8], :ref_img => 'tsimages/reference/spectrum1080/pay_per_view.jpg')
|
2487
|
+
end
|
2488
|
+
|
2489
|
+
end
|