├── version.txt ├── .gitignore ├── logo.png ├── doc ├── img │ ├── glyphicons-halflings.png │ └── glyphicons-halflings-white.png ├── scripts │ ├── jquery.sunlight.js │ ├── prettify │ │ └── lang-css.js │ ├── sunlight-plugin.doclinks.js │ ├── toc.js │ ├── sunlight-plugin.linenumbers.js │ └── bootstrap-tab.js ├── styles │ └── prettify-tomorrow.css ├── index.html ├── osmplayer.parser.default.js.html ├── osmplayer.parser.asx.js.html └── osmplayer.parser.xspf.js.html ├── jquery-ui ├── absolution │ └── images │ │ ├── corner.png │ │ ├── selector.png │ │ ├── ajax-loader.gif │ │ ├── ajax-loader.png │ │ ├── icons-18-black.png │ │ ├── icons-18-white.png │ │ ├── icons-36-black.png │ │ ├── icons-36-white.png │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_eeeeee_256x240.png │ │ └── ui-icons_ffffff_256x240.png ├── Aristo │ └── images │ │ ├── bg_fallback.png │ │ ├── icon_sprite.png │ │ ├── progress_bar.gif │ │ ├── slider_handles.png │ │ ├── ui-icons_222222_256x240.png │ │ └── ui-icons_454545_256x240.png ├── flick │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_0073ea_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_666666_256x240.png │ │ ├── ui-icons_ff0084_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ ├── ui-bg_flat_55_ffffff_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_highlight-soft_25_0073ea_1x100.png │ │ ├── ui-bg_highlight-soft_50_dddddd_1x100.png │ │ └── ui-bg_highlight-soft_100_f6f6f6_1x100.png ├── start │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_0078ae_256x240.png │ │ ├── ui-icons_056b93_256x240.png │ │ ├── ui-icons_d8e7f3_256x240.png │ │ ├── ui-icons_e0fdff_256x240.png │ │ ├── ui-icons_f5e175_256x240.png │ │ ├── ui-icons_f7a50d_256x240.png │ │ ├── ui-icons_fcd113_256x240.png │ │ ├── ui-bg_flat_55_999999_40x100.png │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png │ │ ├── ui-bg_glass_45_0078ae_1x400.png │ │ ├── ui-bg_glass_55_f8da4e_1x400.png │ │ ├── ui-bg_glass_75_79c9ec_1x400.png │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png │ │ ├── ui-bg_gloss-wave_75_2191c0_500x100.png │ │ └── ui-bg_inset-hard_100_fcfdfd_1x100.png ├── sunny │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_3d3d3d_256x240.png │ │ ├── ui-icons_bd7b00_256x240.png │ │ ├── ui-icons_d19405_256x240.png │ │ ├── ui-icons_eb990f_256x240.png │ │ ├── ui-icons_ed9f26_256x240.png │ │ ├── ui-icons_fadc7a_256x240.png │ │ ├── ui-icons_ffe180_256x240.png │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ ├── ui-bg_gloss-wave_45_817865_500x100.png │ │ ├── ui-bg_gloss-wave_60_fece2f_500x100.png │ │ ├── ui-bg_gloss-wave_70_ffdd57_500x100.png │ │ ├── ui-bg_gloss-wave_90_fff9e5_500x100.png │ │ ├── ui-bg_inset-soft_30_ffffff_1x100.png │ │ ├── ui-bg_diagonals-medium_20_d34d17_40x40.png │ │ └── ui-bg_highlight-soft_100_feeebd_1x100.png ├── vader │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_666666_256x240.png │ │ ├── ui-icons_aaaaaa_256x240.png │ │ ├── ui-icons_bbbbbb_256x240.png │ │ ├── ui-icons_c98000_256x240.png │ │ ├── ui-icons_cccccc_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_f29a00_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_gloss-wave_16_121212_500x100.png │ │ ├── ui-bg_inset-soft_15_121212_1x100.png │ │ ├── ui-bg_highlight-hard_15_888888_1x100.png │ │ ├── ui-bg_highlight-hard_55_555555_1x100.png │ │ ├── ui-bg_highlight-soft_35_adadad_1x100.png │ │ └── ui-bg_highlight-soft_60_dddddd_1x100.png ├── blitzer │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_004276_256x240.png │ │ ├── ui-icons_cc0000_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_333333_40x100.png │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf8ee_1x400.png │ │ ├── ui-bg_dots-small_65_a6a6a6_2x2.png │ │ ├── ui-bg_diagonals-thick_75_f3d8d8_40x40.png │ │ ├── ui-bg_highlight-hard_100_eeeeee_1x100.png │ │ ├── ui-bg_highlight-hard_100_f6f6f6_1x100.png │ │ └── ui-bg_highlight-soft_15_cc0000_1x100.png ├── dot-luv │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_00498f_256x240.png │ │ ├── ui-icons_98d2fb_256x240.png │ │ ├── ui-icons_9ccdfc_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_40_292929_40x100.png │ │ ├── ui-bg_dots-medium_30_0b58a2_4x4.png │ │ ├── ui-bg_dots-small_20_333333_2x2.png │ │ ├── ui-bg_dots-small_30_a32d00_2x2.png │ │ ├── ui-bg_dots-small_40_00498f_2x2.png │ │ ├── ui-bg_gloss-wave_20_111111_500x100.png │ │ └── ui-bg_diagonals-thick_15_0b3e6f_40x40.png ├── eggplant │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_734d99_256x240.png │ │ ├── ui-icons_8d78a5_256x240.png │ │ ├── ui-icons_a8a3ae_256x240.png │ │ ├── ui-icons_ebccce_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ ├── ui-bg_flat_55_994d53_40x100.png │ │ ├── ui-bg_flat_55_fafafa_40x100.png │ │ ├── ui-bg_gloss-wave_30_3d3644_500x100.png │ │ ├── ui-bg_highlight-soft_25_30273a_1x100.png │ │ ├── ui-bg_highlight-soft_45_5f5964_1x100.png │ │ ├── ui-bg_highlight-soft_100_dcd9de_1x100.png │ │ └── ui-bg_highlight-soft_100_eae6ea_1x100.png ├── humanity │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_c47a23_256x240.png │ │ ├── ui-icons_cb672b_256x240.png │ │ ├── ui-icons_f08000_256x240.png │ │ ├── ui-icons_f35f07_256x240.png │ │ ├── ui-icons_ff7519_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_75_aaaaaa_40x100.png │ │ ├── ui-bg_glass_100_f5f0e5_1x400.png │ │ ├── ui-bg_glass_25_cb842e_1x400.png │ │ ├── ui-bg_glass_70_ede4d4_1x400.png │ │ ├── ui-bg_inset-soft_100_f4f0ec_1x100.png │ │ ├── ui-bg_highlight-hard_65_fee4bd_1x100.png │ │ ├── ui-bg_highlight-hard_75_f5f5b5_1x100.png │ │ └── ui-bg_highlight-hard_100_f4f0ec_1x100.png ├── overcast │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_3383bb_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_70b2e1_256x240.png │ │ ├── ui-icons_999999_256x240.png │ │ ├── ui-icons_fbc856_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_0_eeeeee_40x100.png │ │ ├── ui-bg_flat_55_c0402a_40x100.png │ │ ├── ui-bg_flat_55_eeeeee_40x100.png │ │ ├── ui-bg_glass_100_f8f8f8_1x400.png │ │ ├── ui-bg_glass_35_dddddd_1x400.png │ │ ├── ui-bg_glass_60_eeeeee_1x400.png │ │ ├── ui-bg_inset-hard_75_999999_1x100.png │ │ └── ui-bg_inset-soft_50_c9c9c9_1x100.png ├── redmond │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_217bc0_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_469bdd_256x240.png │ │ ├── ui-icons_6da8d5_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_d8e7f3_256x240.png │ │ ├── ui-icons_f9bd01_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_55_fbec88_40x100.png │ │ ├── ui-bg_glass_75_d0e5f5_1x400.png │ │ ├── ui-bg_glass_85_dfeffc_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ ├── ui-bg_gloss-wave_55_5c9ccc_500x100.png │ │ ├── ui-bg_inset-hard_100_f5f8f9_1x100.png │ │ └── ui-bg_inset-hard_100_fcfdfd_1x100.png ├── black-tie │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_4ca300_256x240.png │ │ ├── ui-icons_bbbbbb_256x240.png │ │ ├── ui-icons_ededed_256x240.png │ │ ├── ui-icons_ffcf29_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_65_ffffff_40x100.png │ │ ├── ui-bg_glass_40_111111_1x400.png │ │ ├── ui-bg_glass_55_1c1c1c_1x400.png │ │ ├── ui-bg_inset-hard_45_cd0a0a_1x100.png │ │ ├── ui-bg_inset-hard_55_ffeb80_1x100.png │ │ ├── ui-bg_diagonals-thick_8_333333_40x40.png │ │ ├── ui-bg_highlight-hard_100_f9f9f9_1x100.png │ │ ├── ui-bg_highlight-hard_40_aaaaaa_1x100.png │ │ └── ui-bg_highlight-soft_50_aaaaaa_1x100.png ├── cupertino │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_2694e8_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_3d80b3_256x240.png │ │ ├── ui-icons_72a7cf_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png │ │ ├── ui-bg_glass_50_3baae3_1x400.png │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png │ │ └── ui-bg_highlight-soft_25_ffef8f_1x100.png ├── dark-hive │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_4b8e0b_256x240.png │ │ ├── ui-icons_a83300_256x240.png │ │ ├── ui-icons_cccccc_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ ├── ui-bg_glass_40_ffc73d_1x400.png │ │ ├── ui-bg_loop_25_000000_21x21.png │ │ ├── ui-bg_highlight-hard_20_0972a5_1x100.png │ │ ├── ui-bg_highlight-soft_33_003147_1x100.png │ │ ├── ui-bg_highlight-soft_35_222222_1x100.png │ │ ├── ui-bg_highlight-soft_44_444444_1x100.png │ │ └── ui-bg_highlight-soft_80_eeeeee_1x100.png ├── hot-sneaks │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_88a206_256x240.png │ │ ├── ui-icons_c02669_256x240.png │ │ ├── ui-icons_e1e463_256x240.png │ │ ├── ui-icons_ffeb33_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_75_ba9217_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_dots-medium_80_ffff38_4x4.png │ │ ├── ui-bg_dots-small_35_35414f_2x2.png │ │ ├── ui-bg_white-lines_85_f7f7ba_40x100.png │ │ ├── ui-bg_diagonals-small_40_db4865_40x40.png │ │ ├── ui-bg_diagonals-small_50_93c3cd_40x40.png │ │ ├── ui-bg_diagonals-small_50_ff3853_40x40.png │ │ └── ui-bg_diagonals-small_75_ccd232_40x40.png ├── mint-choc │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_9bcc60_256x240.png │ │ ├── ui-icons_add978_256x240.png │ │ ├── ui-icons_e3ddc9_256x240.png │ │ ├── ui-icons_f1fd86_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_glass_15_5f391b_1x400.png │ │ ├── ui-bg_inset-soft_10_201913_1x100.png │ │ ├── ui-bg_gloss-wave_20_1c160d_500x100.png │ │ ├── ui-bg_gloss-wave_25_453326_500x100.png │ │ ├── ui-bg_gloss-wave_30_44372c_500x100.png │ │ ├── ui-bg_highlight-soft_20_201913_1x100.png │ │ └── ui-bg_highlight-soft_20_619226_1x100.png ├── smoothness │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_2e83ff_256x240.png │ │ ├── ui-icons_454545_256x240.png │ │ ├── ui-icons_888888_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png ├── trontastic │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_000000_256x240.png │ │ ├── ui-icons_1f1f1f_256x240.png │ │ ├── ui-icons_9fda58_256x240.png │ │ ├── ui-icons_b8ec79_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_303030_40x100.png │ │ ├── ui-bg_flat_0_4c4c4c_40x100.png │ │ ├── ui-bg_glass_40_0a0a0a_1x400.png │ │ ├── ui-bg_glass_55_f1fbe5_1x400.png │ │ ├── ui-bg_glass_60_000000_1x400.png │ │ ├── ui-bg_gloss-wave_55_000000_500x100.png │ │ ├── ui-bg_gloss-wave_85_9fda58_500x100.png │ │ ├── ui-bg_gloss-wave_95_f6ecd5_500x100.png │ │ └── ui-bg_diagonals-small_50_262626_40x40.png ├── excite-bike │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_0a82eb_256x240.png │ │ ├── ui-icons_0b54d5_256x240.png │ │ ├── ui-icons_5fa5e3_256x240.png │ │ ├── ui-icons_fcdd4a_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_0_e69700_40x100.png │ │ ├── ui-bg_flat_0_e6b900_40x100.png │ │ ├── ui-bg_inset-hard_100_eeeeee_1x100.png │ │ ├── ui-bg_diagonals-small_25_c5ddfc_40x40.png │ │ ├── ui-bg_diagonals-thick_20_e69700_40x40.png │ │ ├── ui-bg_diagonals-thick_22_1484e6_40x40.png │ │ ├── ui-bg_diagonals-thick_26_2293f7_40x40.png │ │ └── ui-bg_highlight-soft_100_f9f9f9_1x100.png ├── south-street │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_808080_256x240.png │ │ ├── ui-icons_847e71_256x240.png │ │ ├── ui-icons_8DC262_256x240.png │ │ ├── ui-icons_cd0a0a_256x240.png │ │ ├── ui-icons_eeeeee_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_glass_55_fcf0ba_1x400.png │ │ ├── ui-bg_inset-soft_15_2b2922_1x100.png │ │ ├── ui-bg_gloss-wave_100_ece8da_500x100.png │ │ ├── ui-bg_highlight-hard_100_f5f3e5_1x100.png │ │ ├── ui-bg_highlight-hard_100_fafaf4_1x100.png │ │ ├── ui-bg_highlight-hard_15_459e00_1x100.png │ │ ├── ui-bg_highlight-hard_95_cccccc_1x100.png │ │ ├── ui-bg_highlight-soft_25_67b021_1x100.png │ │ └── ui-bg_highlight-soft_95_ffedad_1x100.png ├── swanky-purse │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_070603_256x240.png │ │ ├── ui-icons_e8e2b5_256x240.png │ │ ├── ui-icons_e9cd86_256x240.png │ │ ├── ui-icons_efec9f_256x240.png │ │ ├── ui-icons_f2ec64_256x240.png │ │ ├── ui-icons_f9f2bd_256x240.png │ │ ├── ui-icons_ff7519_256x240.png │ │ ├── ui-bg_diamond_8_261803_10x8.png │ │ ├── ui-bg_diamond_8_443113_10x8.png │ │ ├── ui-bg_flat_75_ddd4b0_40x100.png │ │ ├── ui-bg_diamond_10_4f4221_10x8.png │ │ ├── ui-bg_diamond_20_372806_10x8.png │ │ ├── ui-bg_diamond_25_675423_10x8.png │ │ ├── ui-bg_diamond_25_d5ac5d_10x8.png │ │ └── ui-bg_highlight-hard_65_fee4bd_1x100.png ├── ui-darkness │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_4b8e0b_256x240.png │ │ ├── ui-icons_a83300_256x240.png │ │ ├── ui-icons_cccccc_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_30_cccccc_40x100.png │ │ ├── ui-bg_flat_50_5c5c5c_40x100.png │ │ ├── ui-bg_glass_20_555555_1x400.png │ │ ├── ui-bg_glass_40_0078a3_1x400.png │ │ ├── ui-bg_glass_40_ffc73d_1x400.png │ │ ├── ui-bg_inset-soft_25_000000_1x100.png │ │ ├── ui-bg_inset-soft_30_f58400_1x100.png │ │ ├── ui-bg_gloss-wave_25_333333_500x100.png │ │ └── ui-bg_highlight-soft_80_eeeeee_1x100.png ├── ui-lightness │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ └── ui-bg_highlight-soft_75_ffe45c_1x100.png ├── pepper-grinder │ └── images │ │ ├── animated-overlay.gif │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_3572ac_256x240.png │ │ ├── ui-icons_8c291d_256x240.png │ │ ├── ui-icons_b83400_256x240.png │ │ ├── ui-icons_fbdb93_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_fine-grain_10_eceadf_60x60.png │ │ ├── ui-bg_fine-grain_10_f8f7f6_60x60.png │ │ ├── ui-bg_fine-grain_15_eceadf_60x60.png │ │ ├── ui-bg_fine-grain_15_f7f3de_60x60.png │ │ ├── ui-bg_fine-grain_15_ffffff_60x60.png │ │ ├── ui-bg_fine-grain_65_654b24_60x60.png │ │ ├── ui-bg_fine-grain_68_b83400_60x60.png │ │ ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png │ │ └── ui-bg_diagonal-maze_40_000000_10x10.png └── README.md ├── templates ├── default │ ├── css │ │ └── images │ │ │ └── loader.gif │ ├── js │ │ ├── osmplayer.playLoader.default.js │ │ ├── osmplayer.pager.default.js │ │ ├── osmplayer.teaser.default.js │ │ └── osmplayer.default.js │ └── osmplayer_default.tpl.php ├── electric │ ├── css │ │ └── images │ │ │ ├── loader.gif │ │ │ ├── play-icon.png │ │ │ ├── pause-icon.png │ │ │ ├── volume-full-icon.png │ │ │ └── volume-mute-icon.png │ ├── osmplayer_electric.tpl.php │ └── js │ │ ├── osmplayer.playLoader.electric.js │ │ ├── osmplayer.electric.js │ │ └── osmplayer.controller.electric.js ├── simpleblack │ ├── css │ │ └── images │ │ │ ├── busy.gif │ │ │ ├── mask.png │ │ │ ├── mediafront_back.png │ │ │ ├── mediafront_close.png │ │ │ ├── mediafront_logo.png │ │ │ ├── mediafront_bigplay.png │ │ │ ├── mediafront_black40.png │ │ │ ├── mediafront_blue20.png │ │ │ ├── mediafront_forward.png │ │ │ ├── mediafront_infobox.png │ │ │ ├── mediafront_buttoninfo.png │ │ │ ├── mediafront_buttonplay.png │ │ │ ├── mediafront_moviethumb.png │ │ │ ├── mediafront_playlistbg.png │ │ │ ├── mediafront_buttonpause.png │ │ │ ├── mediafront_buttonsound.png │ │ │ ├── mediafront_movie640x360.png │ │ │ ├── mediafront_audioslidebarbg.png │ │ │ ├── mediafront_buttoncontroler.png │ │ │ ├── mediafront_controlerbarBg.png │ │ │ ├── mediafront_playlistshadow.png │ │ │ ├── mediafront_playlisttitlebg.png │ │ │ ├── mediafront_buttonresizescreen.png │ │ │ └── mediafront_buttonaudioslidebar.png │ ├── js │ │ ├── osmplayer.playLoader.simpleblack.js │ │ └── osmplayer.simpleblack.js │ └── osmplayer_simpleblack.tpl.php └── stretchy │ ├── css │ └── images │ │ └── loader.gif │ └── js │ ├── osmplayer.playLoader.stretchy.js │ ├── osmplayer.pager.stretchy.js │ ├── osmplayer.teaser.stretchy.js │ └── osmplayer.stretchy.js ├── .gitmodules ├── tools └── README.md ├── README.md ├── package.json ├── src ├── osmplayer.parser.default.js ├── osmplayer.parser.asx.js ├── osmplayer.parser.xspf.js ├── osmplayer.pager.js ├── osmplayer.parser.youtube.js ├── osmplayer.parser.rss.js └── osmplayer.teaser.js ├── LICENSE.TXT ├── Gruntfile.js └── playlist.xml /version.txt: -------------------------------------------------------------------------------- 1 | 2.0-alpha1 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *CVS* 2 | .DS_Store 3 | tools 4 | node_modules 5 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/logo.png -------------------------------------------------------------------------------- /doc/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/doc/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /doc/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/doc/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/corner.png -------------------------------------------------------------------------------- /jquery-ui/Aristo/images/bg_fallback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/Aristo/images/bg_fallback.png -------------------------------------------------------------------------------- /jquery-ui/Aristo/images/icon_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/Aristo/images/icon_sprite.png -------------------------------------------------------------------------------- /jquery-ui/Aristo/images/progress_bar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/Aristo/images/progress_bar.gif -------------------------------------------------------------------------------- /jquery-ui/absolution/images/selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/selector.png -------------------------------------------------------------------------------- /templates/default/css/images/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/default/css/images/loader.gif -------------------------------------------------------------------------------- /templates/electric/css/images/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/electric/css/images/loader.gif -------------------------------------------------------------------------------- /templates/simpleblack/css/images/busy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/busy.gif -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mask.png -------------------------------------------------------------------------------- /templates/stretchy/css/images/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/stretchy/css/images/loader.gif -------------------------------------------------------------------------------- /jquery-ui/Aristo/images/slider_handles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/Aristo/images/slider_handles.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/ajax-loader.gif -------------------------------------------------------------------------------- /jquery-ui/absolution/images/ajax-loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/ajax-loader.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/start/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/sunny/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/vader/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/animated-overlay.gif -------------------------------------------------------------------------------- /templates/electric/css/images/play-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/electric/css/images/play-icon.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/icons-18-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/icons-18-black.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/icons-18-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/icons-18-white.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/icons-36-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/icons-36-black.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/icons-36-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/icons-36-white.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/humanity/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/overcast/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/redmond/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/animated-overlay.gif -------------------------------------------------------------------------------- /templates/electric/css/images/pause-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/electric/css/images/pause-icon.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/Aristo/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/Aristo/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/Aristo/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/Aristo/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-icons_0073ea_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-icons_0073ea_256x240.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-icons_666666_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-icons_666666_256x240.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-icons_ff0084_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-icons_ff0084_256x240.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_0078ae_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_0078ae_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_056b93_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_056b93_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_e0fdff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_e0fdff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_f5e175_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_f5e175_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_f7a50d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_f7a50d_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-icons_fcd113_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-icons_fcd113_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_3d3d3d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_3d3d3d_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_bd7b00_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_d19405_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_d19405_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_eb990f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_eb990f_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_ed9f26_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_ed9f26_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_fadc7a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_fadc7a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-icons_ffe180_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-icons_ffe180_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_666666_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_666666_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_aaaaaa_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_aaaaaa_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_c98000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_c98000_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-icons_f29a00_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-icons_f29a00_256x240.png -------------------------------------------------------------------------------- /templates/electric/css/images/volume-full-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/electric/css/images/volume-full-icon.png -------------------------------------------------------------------------------- /templates/electric/css/images/volume-mute-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/electric/css/images/volume-mute-icon.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-icons_004276_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-icons_004276_256x240.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-icons_00498f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-icons_00498f_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-icons_98d2fb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-icons_98d2fb_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-icons_9ccdfc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-icons_9ccdfc_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-icons_734d99_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-icons_734d99_256x240.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-icons_8d78a5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-icons_8d78a5_256x240.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-icons_a8a3ae_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-icons_a8a3ae_256x240.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-icons_ebccce_256x240.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-icons_c47a23_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-icons_c47a23_256x240.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-icons_cb672b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-icons_cb672b_256x240.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-icons_f08000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-icons_f08000_256x240.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-icons_f35f07_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-icons_f35f07_256x240.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-icons_ff7519_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-icons_ff7519_256x240.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-icons_3383bb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-icons_3383bb_256x240.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-icons_70b2e1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-icons_70b2e1_256x240.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-icons_999999_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-icons_999999_256x240.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-icons_fbc856_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-icons_fbc856_256x240.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/animated-overlay.gif -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_217bc0_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_217bc0_256x240.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_469bdd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_469bdd_256x240.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_6da8d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_6da8d5_256x240.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-icons_f9bd01_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-icons_f9bd01_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_back.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_close.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_logo.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/ui-icons_eeeeee_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/ui-icons_eeeeee_256x240.png -------------------------------------------------------------------------------- /jquery-ui/absolution/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/absolution/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-icons_4ca300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-icons_4ca300_256x240.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-icons_bbbbbb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-icons_bbbbbb_256x240.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-icons_ededed_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-icons_ededed_256x240.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-icons_ffcf29_256x240.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_flat_0_333333_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_flat_0_333333_40x100.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-icons_2694e8_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-icons_2694e8_256x240.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-icons_3d80b3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-icons_3d80b3_256x240.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-icons_72a7cf_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-icons_72a7cf_256x240.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-icons_4b8e0b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-icons_4b8e0b_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-icons_a83300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-icons_a83300_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_flat_40_292929_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_flat_40_292929_40x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-icons_0a82eb_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-icons_0a82eb_256x240.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-icons_0b54d5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-icons_0b54d5_256x240.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-icons_5fa5e3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-icons_5fa5e3_256x240.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-icons_fcdd4a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-icons_fcdd4a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_flat_55_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_flat_55_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-icons_88a206_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-icons_88a206_256x240.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-icons_c02669_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-icons_c02669_256x240.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-icons_e1e463_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-icons_e1e463_256x240.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-icons_ffeb33_256x240.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-icons_9bcc60_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-icons_9bcc60_256x240.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-icons_add978_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-icons_add978_256x240.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-icons_e3ddc9_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-icons_e3ddc9_256x240.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-icons_f1fd86_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-icons_f1fd86_256x240.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_flat_0_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_flat_0_eeeeee_40x100.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_flat_55_fbec88_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_flat_55_fbec88_40x100.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_flat_55_999999_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_flat_55_999999_40x100.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_flat_75_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_flat_75_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_glass_45_0078ae_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_glass_45_0078ae_1x400.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_glass_55_f8da4e_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_glass_55_f8da4e_1x400.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_glass_75_79c9ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_glass_75_79c9ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-icons_000000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-icons_000000_256x240.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-icons_1f1f1f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-icons_1f1f1f_256x240.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-icons_9fda58_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-icons_9fda58_256x240.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-icons_b8ec79_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-icons_b8ec79_256x240.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-icons_4b8e0b_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-icons_4b8e0b_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-icons_a83300_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-icons_cccccc_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-icons_cccccc_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_bigplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_bigplay.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_black40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_black40.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_blue20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_blue20.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_forward.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_infobox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_infobox.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_flat_65_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_glass_40_111111_1x400.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_glass_50_3baae3_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_glass_50_3baae3_1x400.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_loop_25_000000_21x21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_loop_25_000000_21x21.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_flat_55_994d53_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_flat_55_994d53_40x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_flat_55_fafafa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_flat_55_fafafa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_glass_25_cb842e_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_glass_25_cb842e_1x400.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_glass_70_ede4d4_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_glass_70_ede4d4_1x400.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_flat_55_c0402a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_flat_55_c0402a_40x100.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_flat_55_eeeeee_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_flat_55_eeeeee_40x100.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_glass_35_dddddd_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_glass_35_dddddd_1x400.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_glass_60_eeeeee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_glass_60_eeeeee_1x400.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-icons_808080_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-icons_808080_256x240.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-icons_847e71_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-icons_847e71_256x240.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-icons_8DC262_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-icons_8DC262_256x240.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-icons_eeeeee_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-icons_eeeeee_256x240.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_070603_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_070603_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_e8e2b5_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_e8e2b5_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_e9cd86_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_e9cd86_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_efec9f_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_efec9f_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_f2ec64_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_f2ec64_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_f9f2bd_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_f9f2bd_256x240.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-icons_ff7519_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-icons_ff7519_256x240.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_flat_0_303030_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_flat_0_303030_40x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttoninfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttoninfo.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttonplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttonplay.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_moviethumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_moviethumb.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_playlistbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_playlistbg.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_flat_0_e69700_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_flat_0_e69700_40x100.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-icons_3572ac_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-icons_3572ac_256x240.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-icons_8c291d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-icons_8c291d_256x240.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-icons_b83400_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-icons_b83400_256x240.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-icons_fbdb93_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-icons_fbdb93_256x240.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png -------------------------------------------------------------------------------- /jquery-ui/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_glass_60_000000_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_glass_60_000000_1x400.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_glass_20_555555_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_glass_20_555555_1x400.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_gloss-wave_16_121212_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_gloss-wave_16_121212_500x100.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_inset-soft_15_121212_1x100.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttonpause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttonpause.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttonsound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttonsound.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_movie640x360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_movie640x360.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_inset-hard_75_999999_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_inset-hard_75_999999_1x100.png -------------------------------------------------------------------------------- /jquery-ui/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_highlight-hard_15_888888_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_highlight-hard_15_888888_1x100.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_highlight-hard_55_555555_1x100.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png -------------------------------------------------------------------------------- /jquery-ui/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_audioslidebarbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_audioslidebarbg.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttoncontroler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttoncontroler.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_controlerbarBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_controlerbarBg.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_playlistshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_playlistshadow.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_playlisttitlebg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_playlisttitlebg.png -------------------------------------------------------------------------------- /jquery-ui/README.md: -------------------------------------------------------------------------------- 1 | You can place new themes in this folder. 2 | 3 | When you generate a new theme, make sure to set the CSS Scope to '.player-ui' within the 4 | Advanced Theme Settings. -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png -------------------------------------------------------------------------------- /jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /jquery-ui/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png -------------------------------------------------------------------------------- /jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttonresizescreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttonresizescreen.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png -------------------------------------------------------------------------------- /jquery-ui/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png -------------------------------------------------------------------------------- /jquery-ui/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png -------------------------------------------------------------------------------- /jquery-ui/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png -------------------------------------------------------------------------------- /jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png -------------------------------------------------------------------------------- /jquery-ui/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png -------------------------------------------------------------------------------- /jquery-ui/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png -------------------------------------------------------------------------------- /jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /templates/simpleblack/css/images/mediafront_buttonaudioslidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/templates/simpleblack/css/images/mediafront_buttonaudioslidebar.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png -------------------------------------------------------------------------------- /jquery-ui/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png -------------------------------------------------------------------------------- /jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png -------------------------------------------------------------------------------- /jquery-ui/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png -------------------------------------------------------------------------------- /jquery-ui/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png -------------------------------------------------------------------------------- /jquery-ui/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png -------------------------------------------------------------------------------- /jquery-ui/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png -------------------------------------------------------------------------------- /jquery-ui/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /jquery-ui/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mediafront/osmplayer/HEAD/jquery-ui/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "minplayer"] 2 | path = minplayer 3 | url = https://github.com/travist/minplayer.git 4 | [submodule "lib/iscroll"] 5 | path = lib/iscroll 6 | url = https://github.com/cubiq/iscroll.git 7 | -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- 1 | This is a tools folder used to run the makefile. You can easily get all the 2 | necessary tools by navigating to the player folder within Terminal, and then 3 | type the following command. 4 | 5 | sudo make -B tools 6 | -------------------------------------------------------------------------------- /doc/scripts/jquery.sunlight.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jQuery plugin for Sunlight http://sunlightjs.com/ 3 | * 4 | * by Tommy Montgomery http://tmont.com/ 5 | * licensed under WTFPL http://sam.zoy.org/wtfpl/ 6 | */ 7 | (function($, window){ 8 | 9 | $.fn.sunlight = function(options) { 10 | var highlighter = new window.Sunlight.Highlighter(options); 11 | this.each(function() { 12 | highlighter.highlightNode(this); 13 | }); 14 | 15 | return this; 16 | }; 17 | 18 | }(jQuery, this)); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Open Standard Media Player 2 | ===================================== 3 | 4 | ABOUT: 5 | The open standard media player is an open source MIT - full featured media player written in jQuery. 6 | It was designed to dynamically play any media thrown it's way, whether it be HTML5 video - Flash video - Audio, etc. 7 | 8 | Although this media player was designed to be used within a Content Management environment, such as Drupal, you can 9 | use this player for other applications outside of a CMS. 10 | 11 | ENJOY! 12 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "osmplayer", 3 | "version": "1.0.0", 4 | "author": { 5 | "name": "Travis Tidwell", 6 | "email": "travist349@gmail.com", 7 | "url": "http://github.com/travist" 8 | }, 9 | "repository": { 10 | "type": "git", 11 | "url": "https://github.com/mediafront/osmplayer.git" 12 | }, 13 | "devDependencies": { 14 | "grunt": "~0.4.4", 15 | "grunt-jsdoc": "~0.5.4", 16 | "grunt-contrib-jshint": "~0.10.0", 17 | "grunt-contrib-uglify": "~0.4.0", 18 | "grunt-contrib-concat": "~0.4.0" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /src/osmplayer.parser.default.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** The parser object. */ 5 | osmplayer.parser = osmplayer.parser || {}; 6 | 7 | /** 8 | * The default parser object. 9 | * 10 | * @return {object} The default parser. 11 | **/ 12 | osmplayer.parser['default'] = { 13 | 14 | // The priority for this parser. 15 | priority: 1, 16 | 17 | // This parser is always valid. 18 | valid: function(feed) { 19 | return true; 20 | }, 21 | 22 | // Returns the type of request to make. 23 | getType: function(feed) { 24 | return 'json'; 25 | }, 26 | 27 | // Returns the feed provided the start and numItems. 28 | getFeed: function(feed, start, numItems) { 29 | feed = feed.replace(/(.*)\??(.*)/i, '$1'); 30 | feed += '?start-index=' + start; 31 | feed += '&max-results=' + numItems; 32 | return feed; 33 | }, 34 | 35 | // Parse the feed. 36 | parse: function(data) { 37 | return data; 38 | } 39 | }; 40 | -------------------------------------------------------------------------------- /doc/scripts/prettify/lang-css.js: -------------------------------------------------------------------------------- 1 | PR.registerLangHandler(PR.createSimpleLexer([ 2 | ["pln", /^[\t\n\f\r ]+/, null, " \t\r\n "] 3 | ], [ 4 | ["str", /^"(?:[^\n\f\r"\\]|\\(?:\r\n?|\n|\f)|\\[\S\s])*"/, null], 5 | ["str", /^'(?:[^\n\f\r'\\]|\\(?:\r\n?|\n|\f)|\\[\S\s])*'/, null], 6 | ["lang-css-str", /^url\(([^"')]*)\)/i], 7 | ["kwd", /^(?:url|rgb|!important|@import|@page|@media|@charset|inherit)(?=[^\w-]|$)/i, null], 8 | ["lang-css-kw", /^(-?(?:[_a-z]|\\[\da-f]+ ?)(?:[\w-]|\\\\[\da-f]+ ?)*)\s*:/i], 9 | ["com", /^\/\*[^*]*\*+(?:[^*/][^*]*\*+)*\//], 10 | ["com", /^(?:<\!--|--\>)/], 11 | ["lit", /^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i], 12 | ["lit", /^#[\da-f]{3,6}/i], 13 | ["pln", /^-?(?:[_a-z]|\\[\da-f]+ ?)(?:[\w-]|\\\\[\da-f]+ ?)*/i], 14 | ["pun", /^[^\s\w"']+/] 15 | ]), ["css"]); 16 | PR.registerLangHandler(PR.createSimpleLexer([], [ 17 | ["kwd", /^-?(?:[_a-z]|\\[\da-f]+ ?)(?:[\w-]|\\\\[\da-f]+ ?)*/i] 18 | ]), ["css-kw"]); 19 | PR.registerLangHandler(PR.createSimpleLexer([], [ 20 | ["str", /^[^"')]+/] 21 | ]), ["css-str"]); -------------------------------------------------------------------------------- /src/osmplayer.parser.asx.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** The parser object. */ 5 | osmplayer.parser = osmplayer.parser || {}; 6 | 7 | /** 8 | * The asx parser object. 9 | * 10 | * @return {object} The asx parser. 11 | **/ 12 | osmplayer.parser.asx = { 13 | 14 | // The priority for this parser. 15 | priority: 8, 16 | 17 | // Return if this is a valid youtube feed. 18 | valid: function(feed) { 19 | feed = feed.replace(/(.*)\??(.*)/i, '$1'); 20 | return feed.match(/\.asx$/i) !== null; 21 | }, 22 | 23 | // Returns the type of request to make. 24 | getType: function(feed) { 25 | return 'xml'; 26 | }, 27 | 28 | // Returns the feed provided the start and numItems. 29 | getFeed: function(feed, start, numItems) { 30 | return feed; 31 | }, 32 | 33 | // Parse the feed. 34 | parse: function(data) { 35 | var playlist = { 36 | total_rows: 0, 37 | nodes: [] 38 | }; 39 | jQuery('asx entry', data).each(function(index) { 40 | osmplayer.parser.rss.addRSSItem(playlist, jQuery(this)); 41 | }); 42 | return playlist; 43 | } 44 | }; 45 | -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013 Travis Tidwell 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /src/osmplayer.parser.xspf.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** The parser object. */ 5 | osmplayer.parser = osmplayer.parser || {}; 6 | 7 | /** 8 | * The xsfp parser object. 9 | * 10 | * @return {object} The xsfp parser. 11 | **/ 12 | osmplayer.parser.xsfp = { 13 | 14 | // The priority for this parser. 15 | priority: 8, 16 | 17 | // Return if this is a valid youtube feed. 18 | valid: function(feed) { 19 | feed = feed.replace(/(.*)\??(.*)/i, '$1'); 20 | return feed.match(/\.xml$/i) !== null; 21 | }, 22 | 23 | // Returns the type of request to make. 24 | getType: function(feed) { 25 | return 'xml'; 26 | }, 27 | 28 | // Returns the feed provided the start and numItems. 29 | getFeed: function(feed, start, numItems) { 30 | return feed; 31 | }, 32 | 33 | // Parse the feed. 34 | parse: function(data) { 35 | var playlist = { 36 | total_rows: 0, 37 | nodes: [] 38 | }; 39 | jQuery('playlist trackList track', data).each(function(index) { 40 | osmplayer.parser.rss.addRSSItem(playlist, jQuery(this)); 41 | }); 42 | return playlist; 43 | } 44 | }; 45 | -------------------------------------------------------------------------------- /templates/electric/osmplayer_electric.tpl.php: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |
5 |
6 | 7 | 8 |
9 |
10 |
00:00
11 |
12 |
13 |
14 |
15 |
16 | 17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | 26 |
27 |
28 |
 
29 |
30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /src/osmplayer.pager.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** 5 | * @constructor 6 | * @extends minplayer.display 7 | * @class This class provides pager functionality. 8 | * 9 | * @param {object} context The jQuery context. 10 | * @param {object} options This components options. 11 | */ 12 | osmplayer.pager = function(context, options) { 13 | 14 | // Derive from display 15 | minplayer.display.call(this, 'pager', context, options); 16 | }; 17 | 18 | /** Derive from minplayer.display. */ 19 | osmplayer.pager.prototype = new minplayer.display(); 20 | 21 | /** Reset the constructor. */ 22 | osmplayer.pager.prototype.constructor = osmplayer.pager; 23 | 24 | /** 25 | * @see minplayer.plugin#construct 26 | */ 27 | osmplayer.pager.prototype.construct = function() { 28 | 29 | // Call the minplayer plugin constructor. 30 | minplayer.display.prototype.construct.call(this); 31 | 32 | // Setup the prev button. 33 | if (this.elements.prevPage) { 34 | this.prevPage = this.elements.prevPage.click((function(pager) { 35 | return function(event) { 36 | event.preventDefault(); 37 | pager.trigger('prevPage'); 38 | }; 39 | })(this)); 40 | } 41 | 42 | // Setup the next button. 43 | if (this.elements.nextPage) { 44 | this.nextPage = this.elements.nextPage.click((function(pager) { 45 | return function(event) { 46 | event.preventDefault(); 47 | pager.trigger('nextPage'); 48 | }; 49 | })(this)); 50 | } 51 | }; 52 | -------------------------------------------------------------------------------- /templates/electric/js/osmplayer.playLoader.electric.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | // Define the busy object. 5 | osmplayer.playLoader = osmplayer.playLoader || {}; 6 | 7 | // constructor. 8 | osmplayer.playLoader["electric"] = function(context, options) { 9 | 10 | // Derive from busy 11 | minplayer.playLoader.call(this, context, options); 12 | }; 13 | 14 | // Define the prototype for all controllers. 15 | osmplayer.playLoader["electric"].prototype = new minplayer.playLoader(); 16 | osmplayer.playLoader["electric"].prototype.constructor = osmplayer.playLoader["electric"]; 17 | 18 | /** 19 | * Return the display for this plugin. 20 | */ 21 | osmplayer.playLoader["electric"].prototype.getDisplay = function() { 22 | 23 | // See if we need to build out the controller. 24 | if (this.options.build) { 25 | 26 | // Prepend the playloader template. 27 | this.context.prepend('\ 28 |
\ 29 |
\ 30 |
 
\ 31 |
\ 32 |
'); 33 | } 34 | 35 | return jQuery('.media-player-play-loader', this.context); 36 | } 37 | 38 | // Return the elements 39 | osmplayer.playLoader["electric"].prototype.getElements = function() { 40 | var elements = minplayer.playLoader.prototype.getElements.call(this); 41 | return jQuery.extend(elements, { 42 | busy:jQuery(".media-player-loader", this.display), 43 | bigPlay:jQuery(".media-player-big-play", this.display), 44 | preview:jQuery(".media-player-preview", this.display) 45 | }); 46 | }; 47 | -------------------------------------------------------------------------------- /templates/simpleblack/js/osmplayer.playLoader.simpleblack.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | /** The osmplayer namespace. */ 4 | var osmplayer = osmplayer || {}; 5 | 6 | // Define the busy object. 7 | osmplayer.playLoader = osmplayer.playLoader || {}; 8 | 9 | // constructor. 10 | osmplayer.playLoader[template] = function(context, options) { 11 | 12 | // Derive from playLoader 13 | minplayer.playLoader.call(this, context, options); 14 | }; 15 | 16 | // Define the prototype for all controllers. 17 | osmplayer.playLoader[template].prototype = new minplayer.playLoader(); 18 | osmplayer.playLoader[template].prototype.constructor = osmplayer.playLoader[template]; 19 | 20 | /** 21 | * Return the display for this plugin. 22 | */ 23 | osmplayer.playLoader[template].prototype.getDisplay = function() { 24 | if (this.options.build) { 25 | jQuery('#mediaplayer_minplayer', this.context).prepend('\ 26 |
\ 27 |
\ 28 |
\ 29 |
\ 30 |
'); 31 | } 32 | return jQuery('#mediaplayer_play_loader', this.context); 33 | } 34 | 35 | // Return the elements 36 | osmplayer.playLoader[template].prototype.getElements = function() { 37 | var elements = minplayer.playLoader.prototype.getElements.call(this); 38 | return jQuery.extend(elements, { 39 | busy:jQuery('#mediaplayer_busy', this.display), 40 | bigPlay:jQuery('#mediaplayer_bigPlay', this.display), 41 | preview:jQuery('#mediaplayer_preview', this.display) 42 | }); 43 | }; 44 | })('simpleblack', osmplayer); 45 | 46 | -------------------------------------------------------------------------------- /src/osmplayer.parser.youtube.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** The parser object. */ 5 | osmplayer.parser = osmplayer.parser || {}; 6 | 7 | /** 8 | * The youtube parser object. 9 | * 10 | * @return {object} The youtube parser. 11 | **/ 12 | osmplayer.parser.youtube = { 13 | 14 | // The priority for this parser. 15 | priority: 10, 16 | 17 | // Return if this is a valid youtube feed. 18 | valid: function(feed) { 19 | return (feed.search(/^http(s)?\:\/\/www\.googleapis\.com\/youtube/i) === 0); 20 | }, 21 | 22 | // Returns the type of request to make. 23 | getType: function(feed) { 24 | return 'jsonp'; 25 | }, 26 | 27 | // Returns the feed provided the start and numItems. 28 | getFeed: function(feed, start, numItems) { 29 | if(typeof(ENV) == "undefined" || typeof(ENV.youtubeApiKey) == 'undefined') throw 'YouTube API V3 requires authentication, please specify your API key in ENV.youtubeApiKey variable.'; 30 | feed = feed.replace(/(.*)\??(.*)/i, '$1'); 31 | //feed += '?start-index=' + (start + 1); //TODO pagination 32 | feed += '&maxResults=' + (numItems); 33 | feed += '&part=snippet'; 34 | feed += '&key=' + ENV.youtubeApiKey; 35 | return feed; 36 | }, 37 | 38 | // Parse the feed. 39 | parse: function(data) { 40 | var playlist = { 41 | total_rows: data.pageInfo.resultsPerPage, 42 | nodes: [] 43 | }; 44 | 45 | // Iterate through the items and parse it. 46 | var node = null; 47 | for (var index in data.items) { 48 | if (data.items.hasOwnProperty(index)) { 49 | node = minplayer.players.youtube.parseNode(data.items[index]); 50 | playlist.nodes.push(node); 51 | } 52 | } 53 | 54 | return playlist; 55 | } 56 | }; 57 | -------------------------------------------------------------------------------- /templates/electric/js/osmplayer.electric.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | // Default player. 5 | osmplayer["electric"] = function(context, options) { 6 | 7 | // Derive from osmplayer. 8 | osmplayer.call(this, context, options); 9 | }; 10 | 11 | /** 12 | * Define this template prototype. 13 | */ 14 | osmplayer["electric"].prototype = new osmplayer(); 15 | osmplayer["electric"].prototype.constructor = osmplayer["electric"]; 16 | 17 | /** 18 | * Return the display for this plugin. 19 | */ 20 | osmplayer["electric"].prototype.getDisplay = function() { 21 | 22 | // If the tag is video or audio, then build out the player. 23 | var tag = this.context.get(0).tagName.toLowerCase(); 24 | if (tag == 'video' || tag == 'audio') { 25 | 26 | // Build out the player provided the base tag. 27 | this.context = this.context.attr({ 28 | 'id': this.options.id + '-player', 29 | 'class': 'media-player-media' 30 | }) 31 | .wrap(jQuery(document.createElement('div')).attr({ 32 | 'class': 'media-player-display' 33 | })).parent('.media-player-display') 34 | .wrap(jQuery(document.createElement('div')).attr({ 35 | 'id': this.options.id, 36 | 'class': 'media-player' 37 | })).parent('.media-player'); 38 | 39 | // Mark a flag that says this display needs to be built. 40 | this.options.build = true; 41 | } 42 | 43 | // Return the display. 44 | return this.context; 45 | } 46 | 47 | // Get the elements for this player. 48 | osmplayer["electric"].prototype.getElements = function() { 49 | var elements = osmplayer.prototype.getElements.call(this); 50 | 51 | // Return the jQuery elements. 52 | return jQuery.extend(elements, { 53 | player:this.display, 54 | display:jQuery(".media-player-display", this.display), 55 | media:jQuery("#" + this.options.id + "-player", this.display), 56 | error:jQuery('.media-player-error', this.display) 57 | }); 58 | }; 59 | -------------------------------------------------------------------------------- /templates/stretchy/js/osmplayer.playLoader.stretchy.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | /** The osmplayer namespace. */ 4 | var osmplayer = osmplayer || {}; 5 | 6 | // Define the busy object. 7 | osmplayer.playLoader = osmplayer.playLoader || {}; 8 | 9 | // constructor. 10 | osmplayer.playLoader[template] = function(context, options) { 11 | 12 | // Derive from playLoader 13 | minplayer.playLoader.call(this, context, options); 14 | }; 15 | 16 | // Define the prototype for all controllers. 17 | osmplayer.playLoader[template].prototype = new minplayer.playLoader(); 18 | osmplayer.playLoader[template].prototype.constructor = osmplayer.playLoader[template]; 19 | 20 | /** 21 | * Return the display for this plugin. 22 | */ 23 | osmplayer.playLoader[template].prototype.getDisplay = function() { 24 | 25 | // See if we need to build out the controller. 26 | if (this.options.build) { 27 | 28 | // Prepend the playloader template. 29 | jQuery('.minplayer-' + template + '', this.context).prepend('\ 30 |
\ 31 |
\ 32 |
 
\ 33 |
\ 34 |
'); 35 | } 36 | 37 | return jQuery('.minplayer-' + template + ' .minplayer-' + template + '-loader-wrapper', this.context); 38 | } 39 | 40 | // Return the elements 41 | osmplayer.playLoader[template].prototype.getElements = function() { 42 | var elements = minplayer.playLoader.prototype.getElements.call(this); 43 | return jQuery.extend(elements, { 44 | busy:jQuery('.minplayer-' + template + '-loader', this.display), 45 | bigPlay:jQuery('.minplayer-' + template + '-big-play', this.display), 46 | preview:jQuery('.minplayer-' + template + '-preview', this.display) 47 | }); 48 | }; 49 | })('stretchy', osmplayer); 50 | 51 | -------------------------------------------------------------------------------- /templates/simpleblack/osmplayer_simpleblack.tpl.php: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 | 12 |
13 |
14 |
15 |
play
16 |
pause
17 |
18 |
00:00
19 |
20 |
21 | 22 |
make full screen
23 |
make normal screen
24 |
25 |
00:00
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 | 36 |
37 |
38 |
39 |
40 | -------------------------------------------------------------------------------- /src/osmplayer.parser.rss.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** The parser object. */ 5 | osmplayer.parser = osmplayer.parser || {}; 6 | 7 | /** 8 | * The rss parser object. 9 | * 10 | * @return {object} The rss parser. 11 | **/ 12 | osmplayer.parser.rss = { 13 | 14 | // The priority for this parser. 15 | priority: 8, 16 | 17 | // Return if this is a valid youtube feed. 18 | valid: function(feed) { 19 | feed = feed.replace(/(.*)\??(.*)/i, '$1'); 20 | return feed.match(/\.rss$/i) !== null; 21 | }, 22 | 23 | // Returns the type of request to make. 24 | getType: function(feed) { 25 | return 'xml'; 26 | }, 27 | 28 | // Returns the feed provided the start and numItems. 29 | getFeed: function(feed, start, numItems) { 30 | return feed; 31 | }, 32 | 33 | // Parse the feed. 34 | parse: function(data) { 35 | var playlist = { 36 | total_rows: 0, 37 | nodes: [] 38 | }; 39 | jQuery('rss channel', data).find('item').each(function(index) { 40 | osmplayer.parser.rss.addRSSItem(playlist, jQuery(this)); 41 | }); 42 | return playlist; 43 | }, 44 | 45 | // Parse an RSS item. 46 | addRSSItem: function(playlist, item) { 47 | playlist.total_rows++; 48 | var node = {}, title = '', desc = '', img = '', media = ''; 49 | 50 | // Get the title. 51 | title = item.find('title'); 52 | if (title.length) { 53 | node.title = title.text(); 54 | } 55 | 56 | // Get the description. 57 | desc = item.find('annotation'); 58 | if (desc.length) { 59 | node.description = desc.text(); 60 | } 61 | 62 | // Add the media files. 63 | node.mediafiles = {}; 64 | 65 | // Get the image. 66 | img = item.find('image'); 67 | if (img.length) { 68 | node.mediafiles.image = { 69 | image: { 70 | path: img.text() 71 | } 72 | }; 73 | } 74 | 75 | // Get the media. 76 | media = item.find('location'); 77 | if (media.length) { 78 | node.mediafiles.media = { 79 | media: { 80 | path: media.text() 81 | } 82 | }; 83 | } 84 | 85 | // Add this node to the playlist. 86 | playlist.nodes.push(node); 87 | } 88 | }; 89 | -------------------------------------------------------------------------------- /src/osmplayer.teaser.js: -------------------------------------------------------------------------------- 1 | /** The osmplayer namespace. */ 2 | var osmplayer = osmplayer || {}; 3 | 4 | /** 5 | * @constructor 6 | * @extends minplayer.display 7 | * @class This class provides teaser functionality. 8 | * 9 | * @param {object} context The jQuery context. 10 | * @param {object} options This components options. 11 | */ 12 | osmplayer.teaser = function(context, options) { 13 | 14 | /** The preview image. */ 15 | this.preview = null; 16 | 17 | // Derive from display 18 | minplayer.display.call(this, 'teaser', context, options); 19 | }; 20 | 21 | /** Derive from minplayer.display. */ 22 | osmplayer.teaser.prototype = new minplayer.display(); 23 | 24 | /** Reset the constructor. */ 25 | osmplayer.teaser.prototype.constructor = osmplayer.teaser; 26 | 27 | /** 28 | * Selects the teaser. 29 | * 30 | * @param {boolean} selected TRUE if selected, FALSE otherwise. 31 | */ 32 | osmplayer.teaser.prototype.select = function(selected) { 33 | }; 34 | 35 | /** 36 | * Sets the node. 37 | * 38 | * @param {object} node The node object to set. 39 | */ 40 | osmplayer.teaser.prototype.setNode = function(node) { 41 | 42 | // Add this to the node info for this teaser. 43 | this.node = node; 44 | 45 | // Set the title of the teaser. 46 | if (this.elements.title) { 47 | if (node.title) { 48 | this.elements.title.text(node.title); 49 | } 50 | else { 51 | osmplayer.getNode(node, (function(teaser) { 52 | return function(node) { 53 | teaser.elements.title.text(node.title); 54 | }; 55 | })(this)); 56 | } 57 | } 58 | 59 | // Load the thumbnail image if it exists. 60 | if (node.mediafiles) { 61 | osmplayer.getImage(node.mediafiles, 'thumbnail', (function(teaser) { 62 | return function(image) { 63 | if (image && teaser.elements.image) { 64 | teaser.preview = new minplayer.image(teaser.elements.image); 65 | teaser.preview.load(image.path); 66 | } 67 | }; 68 | })(this)); 69 | } 70 | 71 | // Bind when they click on this teaser. 72 | this.display.unbind('click').click((function(teaser) { 73 | return function(event) { 74 | event.preventDefault(); 75 | teaser.trigger('nodeLoad', teaser.node); 76 | }; 77 | })(this)); 78 | }; 79 | -------------------------------------------------------------------------------- /templates/default/js/osmplayer.playLoader.default.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | // Define the busy object. 4 | osmplayer.playLoader = osmplayer.playLoader || {}; 5 | 6 | // constructor. 7 | osmplayer.playLoader[template] = function(context, options) { 8 | 9 | // Derive from playLoader 10 | minplayer.playLoader.call(this, context, options); 11 | }; 12 | 13 | // Define the prototype for all controllers. 14 | osmplayer.playLoader[template].prototype = new minplayer.playLoader(); 15 | osmplayer.playLoader[template].prototype.constructor = osmplayer.playLoader[template]; 16 | 17 | /** 18 | * Return the display for this plugin. 19 | */ 20 | osmplayer.playLoader[template].prototype.getDisplay = function() { 21 | 22 | // See if we need to build out the controller. 23 | if (this.options.build) { 24 | 25 | // Prepend the playloader template. 26 | jQuery('.minplayer-' + template + '', this.context).prepend( 27 | '
' + 28 | '
' + 29 | '
 
' + 30 | '
' + 31 | '
' 32 | ); 33 | } 34 | 35 | return jQuery('.minplayer-' + template + ' .minplayer-' + template + '-loader-wrapper', this.context); 36 | }; 37 | 38 | /** 39 | * Loads the preview image. 40 | */ 41 | osmplayer.playLoader[template].prototype.loadPreview = function(image) { 42 | if (!minplayer.playLoader.prototype.loadPreview.call(this, image)) { 43 | this.elements.preview.addClass('no-image'); 44 | } 45 | }; 46 | 47 | // Return the elements 48 | osmplayer.playLoader[template].prototype.getElements = function() { 49 | var elements = minplayer.playLoader.prototype.getElements.call(this); 50 | return jQuery.extend(elements, { 51 | busy:jQuery('.minplayer-' + template + '-loader', this.display), 52 | bigPlay:jQuery('.minplayer-' + template + '-big-play', this.display), 53 | preview:jQuery('.minplayer-' + template + '-preview', this.display) 54 | }); 55 | }; 56 | })('default', (osmplayer || {})); 57 | 58 | -------------------------------------------------------------------------------- /templates/default/js/osmplayer.pager.default.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | // Define the busy object. 4 | osmplayer.pager = osmplayer.pager || {}; 5 | 6 | // constructor. 7 | osmplayer.pager[template] = function(context, options) { 8 | 9 | // Derive from pager 10 | osmplayer.pager.call(this, context, options); 11 | }; 12 | 13 | // Define the prototype for all controllers. 14 | osmplayer.pager[template].prototype = new osmplayer.pager(); 15 | osmplayer.pager[template].prototype.constructor = osmplayer.pager[template]; 16 | 17 | /** 18 | * Return the display for this plugin. 19 | */ 20 | osmplayer.pager[template].prototype.getDisplay = function() { 21 | 22 | if (this.options.build) { 23 | 24 | // append the pager. 25 | this.context.append( 26 | '
' + 27 | '
' + 28 | '' + 29 | '' + 30 | '' + 31 | '
' + 32 | '
' + 33 | '' + 34 | '' + 35 | '' + 36 | '
' + 37 | '
' 38 | ); 39 | } 40 | 41 | return jQuery('.osmplayer-' + template + '-playlist-pager', this.context); 42 | }; 43 | 44 | // Return the elements 45 | osmplayer.pager[template].prototype.getElements = function() { 46 | var elements = osmplayer.pager.prototype.getElements.call(this); 47 | return jQuery.extend(elements, { 48 | prevPage:jQuery('.osmplayer-' + template + '-playlist-pager-prevpage', this.display), 49 | nextPage:jQuery('.osmplayer-' + template + '-playlist-pager-nextpage', this.display) 50 | }); 51 | }; 52 | })('default', (osmplayer || {})); 53 | 54 | -------------------------------------------------------------------------------- /templates/stretchy/js/osmplayer.pager.stretchy.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | /** The osmplayer namespace. */ 4 | var osmplayer = osmplayer || {}; 5 | 6 | // Define the busy object. 7 | osmplayer.pager = osmplayer.pager || {}; 8 | 9 | // constructor. 10 | osmplayer.pager[template] = function(context, options) { 11 | 12 | // Derive from pager 13 | osmplayer.pager.call(this, context, options); 14 | }; 15 | 16 | // Define the prototype for all controllers. 17 | osmplayer.pager[template].prototype = new osmplayer.pager(); 18 | osmplayer.pager[template].prototype.constructor = osmplayer.pager[template]; 19 | 20 | /** 21 | * Return the display for this plugin. 22 | */ 23 | osmplayer.pager[template].prototype.getDisplay = function() { 24 | 25 | if (this.options.build) { 26 | 27 | // append the pager. 28 | this.context.append('\ 29 |
\ 30 |
\ 31 | \ 32 | \ 33 | \ 34 |
\ 35 |
\ 36 | \ 37 | \ 38 | \ 39 |
\ 40 |
'); 41 | } 42 | 43 | return jQuery('.osmplayer-' + template + '-playlist-pager', this.context); 44 | } 45 | 46 | // Return the elements 47 | osmplayer.pager[template].prototype.getElements = function() { 48 | var elements = osmplayer.pager.prototype.getElements.call(this); 49 | return jQuery.extend(elements, { 50 | prevPage:jQuery('.osmplayer-' + template + '-playlist-pager-prevpage', this.display), 51 | nextPage:jQuery('.osmplayer-' + template + '-playlist-pager-nextpage', this.display) 52 | }); 53 | }; 54 | })('stretchy', osmplayer); 55 | 56 | -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- 1 | module.exports = function(grunt) { 2 | 3 | var iscroll = [ 4 | 'lib/iscroll/src/iscroll.js' 5 | ]; 6 | 7 | var iscrollPath = 'src/osmplayer.iscroll.js'; 8 | 9 | var files = [ 10 | 'src/osmplayer.js', 11 | 'src/osmplayer.parser.default.js', 12 | 'src/osmplayer.parser.youtube.js', 13 | 'src/osmplayer.parser.rss.js', 14 | 'src/osmplayer.parser.asx.js', 15 | 'src/osmplayer.parser.xspf.js', 16 | 'src/osmplayer.playlist.js', 17 | 'src/osmplayer.pager.js', 18 | 'src/osmplayer.teaser.js' 19 | ]; 20 | 21 | var template = [ 22 | 'templates/default/js/osmplayer.playLoader.default.js', 23 | 'templates/default/js/osmplayer.controller.default.js', 24 | 'templates/default/js/osmplayer.playlist.default.js', 25 | 'templates/default/js/osmplayer.teaser.default.js', 26 | 'templates/default/js/osmplayer.pager.default.js', 27 | 'templates/default/js/osmplayer.default.js' 28 | ]; 29 | 30 | // Project configuration. 31 | grunt.initConfig({ 32 | pkg: grunt.file.readJSON('package.json'), 33 | jshint: { 34 | all: ['Gruntfile.js'].concat(files).concat(template) 35 | }, 36 | concat: { 37 | options: { 38 | separator: '', 39 | }, 40 | screenfull: { 41 | options: { 42 | banner: "var osmplayer = osmplayer || {};\n(function(exports) {", 43 | footer: "\n})(osmplayer);" 44 | }, 45 | files: { 46 | 'src/osmplayer.iscroll.js': iscroll 47 | } 48 | }, 49 | build: { 50 | files: { 51 | 'bin/osmplayer.js': ['minplayer/bin/minplayer.js', iscrollPath].concat(files) 52 | } 53 | } 54 | }, 55 | uglify: { 56 | options: { 57 | banner: '' 58 | }, 59 | build: { 60 | files: { 61 | 'bin/osmplayer.compressed.js': ['bin/osmplayer.js'], 62 | 'bin/osmplayer.min.js': ['bin/osmplayer.js'], 63 | 'templates/default/osmplayer.default.js': template 64 | } 65 | } 66 | }, 67 | jsdoc : { 68 | dist : { 69 | src: files, 70 | options: { 71 | template: 'node_modules/grunt-jsdoc/node_modules/ink-docstrap/template', 72 | destination: 'doc' 73 | } 74 | } 75 | } 76 | }); 77 | 78 | // Load the plugin that provides the "uglify" task. 79 | grunt.loadNpmTasks('grunt-jsdoc'); 80 | grunt.loadNpmTasks('grunt-contrib-jshint'); 81 | grunt.loadNpmTasks('grunt-contrib-concat'); 82 | grunt.loadNpmTasks('grunt-contrib-uglify'); 83 | 84 | // Default task(s). 85 | grunt.registerTask('default', ['jshint', 'concat', 'uglify', 'jsdoc']); 86 | }; 87 | -------------------------------------------------------------------------------- /templates/default/js/osmplayer.teaser.default.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | // Define the teaser object. 4 | osmplayer.teaser = osmplayer.teaser || {}; 5 | 6 | // constructor. 7 | osmplayer.teaser[template] = function(context, options) { 8 | 9 | // Derive from teaser 10 | osmplayer.teaser.call(this, context, options); 11 | }; 12 | 13 | // Define the prototype for all controllers. 14 | osmplayer.teaser[template].prototype = new osmplayer.teaser(); 15 | osmplayer.teaser[template].prototype.constructor = osmplayer.teaser[template]; 16 | 17 | /** 18 | * @see minplayer.plugin#construct 19 | */ 20 | osmplayer.teaser[template].prototype.construct = function() { 21 | 22 | minplayer.display.prototype.construct.call(this); 23 | 24 | // Add some hover events. 25 | this.display.bind('mouseenter', (function(info) { 26 | return function() { 27 | info.addClass('ui-state-hover'); 28 | }; 29 | })(this.elements.info)).bind('mouseleave', (function(info) { 30 | return function() { 31 | info.removeClass('ui-state-hover'); 32 | }; 33 | })(this.elements.info)); 34 | }; 35 | 36 | /** 37 | * Return the display for this plugin. 38 | */ 39 | osmplayer.teaser[template].prototype.getDisplay = function() { 40 | 41 | // Append this to the list. 42 | this.context.append( 43 | '
' + 44 | '
' + 45 | '
' + 46 | '
' + 47 | '
' + 48 | '
' 49 | ); 50 | 51 | var teasers = jQuery('.osmplayer-' + template + '-teaser', this.context); 52 | return teasers.eq(teasers.length - 1); 53 | }; 54 | 55 | /** 56 | * Selects the teaser. 57 | */ 58 | osmplayer.teaser[template].prototype.select = function(selected) { 59 | if (selected) { 60 | this.elements.info.addClass('ui-state-active'); 61 | } 62 | else { 63 | this.elements.info.removeClass('ui-state-active'); 64 | } 65 | }; 66 | 67 | 68 | // Return the elements 69 | osmplayer.teaser[template].prototype.getElements = function() { 70 | var elements = osmplayer.teaser.prototype.getElements.call(this); 71 | return jQuery.extend(elements, { 72 | info: jQuery('.osmplayer-' + template + '-teaser-info', this.display), 73 | title:jQuery('.osmplayer-' + template + '-teaser-title', this.display), 74 | image:jQuery('.osmplayer-' + template + '-teaser-image', this.display) 75 | }); 76 | }; 77 | })('default', (osmplayer || {})); 78 | 79 | -------------------------------------------------------------------------------- /templates/simpleblack/js/osmplayer.simpleblack.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | /** The osmplayer namespace. */ 4 | var osmplayer = osmplayer || {}; 5 | 6 | // templated player. 7 | osmplayer[template] = function(context, options) { 8 | 9 | // Derive from osmplayer. 10 | osmplayer.call(this, context, options); 11 | }; 12 | 13 | /** 14 | * Define this template prototype. 15 | */ 16 | osmplayer[template].prototype = new osmplayer(); 17 | osmplayer[template].prototype.constructor = osmplayer[template]; 18 | 19 | /** 20 | * Return the display for this plugin. 21 | */ 22 | osmplayer[template].prototype.getDisplay = function() { 23 | 24 | // If this is the bottom element, then we need to build. 25 | if (this.context.children().length == 0) { 26 | 27 | // Build out the player provided the base tag. 28 | this.context = this.context.attr({ 29 | 'id': this.options.id + '-player', 30 | 'class': 'mediaplayer-' + template + '-media' 31 | }) 32 | .wrap(jQuery(document.createElement('div')).attr({ 33 | 'id': 'mediaplayer_display' 34 | })).parent('#mediaplayer_display') 35 | .wrap(jQuery(document.createElement('div')).attr({ 36 | 'id': 'mediaplayer_minplayer' 37 | })).parent('#mediaplayer_minplayer') 38 | .prepend('\ 39 |
\ 40 |
\ 41 |
\ 42 | ') 43 | .wrap(jQuery(document.createElement('div')).attr({ 44 | 'id': 'mediaplayer_node' 45 | })).parent('#mediaplayer_node') 46 | .wrap(jQuery(document.createElement('div')).attr({ 47 | 'id': 'mediaplayer' 48 | })).parent('#mediaplayer') 49 | .wrap(jQuery(document.createElement('div')).attr({ 50 | 'id': this.options.id, 51 | 'class': 'osmplayer-' + template + ' player-ui' 52 | })).parent('.osmplayer-' + template); 53 | 54 | // Mark a flag that says this display needs to be built. 55 | this.options.build = true; 56 | } 57 | 58 | return this.context; 59 | } 60 | 61 | // Get the elements for this player. 62 | osmplayer[template].prototype.getElements = function() { 63 | var elements = osmplayer.prototype.getElements.call(this); 64 | this.display.width(this.options.width); 65 | this.display.height(this.options.height); 66 | return jQuery.extend(elements, { 67 | player:this.display, 68 | minplayer: jQuery('#mediaplayer_minplayer', this.display), 69 | display:jQuery('#mediaplayer_display', this.display), 70 | media:jQuery('.minplayer-' + template + '-media', this.display) 71 | }); 72 | }; 73 | })('simpleblack', osmplayer); 74 | -------------------------------------------------------------------------------- /templates/stretchy/js/osmplayer.teaser.stretchy.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | /** The osmplayer namespace. */ 4 | var osmplayer = osmplayer || {}; 5 | 6 | // Define the teaser object. 7 | osmplayer.teaser = osmplayer.teaser || {}; 8 | 9 | // constructor. 10 | osmplayer.teaser[template] = function(context, options) { 11 | 12 | // Derive from teaser 13 | osmplayer.teaser.call(this, context, options); 14 | }; 15 | 16 | // Define the prototype for all controllers. 17 | osmplayer.teaser[template].prototype = new osmplayer.teaser(); 18 | osmplayer.teaser[template].prototype.constructor = osmplayer.teaser[template]; 19 | 20 | /** 21 | * @see minplayer.plugin#construct 22 | */ 23 | osmplayer.teaser[template].prototype.construct = function() { 24 | 25 | minplayer.display.prototype.construct.call(this); 26 | 27 | // Add some hover events. 28 | this.display.bind('mouseenter', (function(info) { 29 | return function() { 30 | info.addClass('ui-state-hover'); 31 | }; 32 | })(this.elements.info)).bind('mouseleave', (function(info) { 33 | return function() { 34 | info.removeClass('ui-state-hover'); 35 | }; 36 | })(this.elements.info)); 37 | }; 38 | 39 | /** 40 | * Return the display for this plugin. 41 | */ 42 | osmplayer.teaser[template].prototype.getDisplay = function() { 43 | 44 | // Append this to the list. 45 | this.context.append('\ 46 |
\ 47 |
\ 48 |
\ 49 |
\ 50 |
\ 51 |
'); 52 | 53 | var teasers = jQuery('.osmplayer-' + template + '-teaser', this.context); 54 | return teasers.eq(teasers.length - 1); 55 | } 56 | 57 | /** 58 | * Selects the teaser. 59 | */ 60 | osmplayer.teaser[template].prototype.select = function(selected) { 61 | if (selected) { 62 | this.elements.info.addClass('ui-state-active'); 63 | } 64 | else { 65 | this.elements.info.removeClass('ui-state-active'); 66 | } 67 | } 68 | 69 | 70 | // Return the elements 71 | osmplayer.teaser[template].prototype.getElements = function() { 72 | var elements = osmplayer.teaser.prototype.getElements.call(this); 73 | return jQuery.extend(elements, { 74 | info: jQuery('.osmplayer-' + template + '-teaser-info', this.display), 75 | title:jQuery('.osmplayer-' + template + '-teaser-title', this.display), 76 | image:jQuery('.osmplayer-' + template + '-teaser-image', this.display) 77 | }); 78 | }; 79 | })('stretchy', osmplayer); 80 | 81 | -------------------------------------------------------------------------------- /templates/default/js/osmplayer.default.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | // templated player. 4 | osmplayer[template] = function(context, options) { 5 | 6 | // Derive from osmplayer. 7 | osmplayer.call(this, context, options); 8 | }; 9 | 10 | /** 11 | * Define this template prototype. 12 | */ 13 | osmplayer[template].prototype = new osmplayer(); 14 | osmplayer[template].prototype.constructor = osmplayer[template]; 15 | 16 | /** 17 | * Return the display for this plugin. 18 | */ 19 | osmplayer[template].prototype.getDisplay = function() { 20 | 21 | // If this is the bottom element, then we need to build. 22 | if (this.context.children().length === 0) { 23 | 24 | // Build out the player provided the base tag. 25 | this.context = this.context.attr({ 26 | 'id': this.options.id + '-player', 27 | 'class': 'minplayer-' + template + '-media' 28 | }) 29 | .wrap(jQuery(document.createElement('div')).attr({ 30 | 'class': 'minplayer-' + template + '-display ui-widget-content' 31 | })).parent('.minplayer-' + template + '-display') 32 | .wrap(jQuery(document.createElement('div')).attr({ 33 | 'class': 'minplayer-' + template 34 | })).parent('.minplayer-' + template) 35 | .prepend( 36 | '' + 37 | '
' 38 | ) 39 | .wrap(jQuery(document.createElement('div')).attr({ 40 | 'id': this.options.id, 41 | 'class': 'osmplayer-' + template + ' player-ui' 42 | })).parent('.osmplayer-' + template); 43 | 44 | // Mark a flag that says this display needs to be built. 45 | this.options.build = true; 46 | } 47 | 48 | return this.context; 49 | }; 50 | 51 | // Get the elements for this player. 52 | osmplayer[template].prototype.getElements = function() { 53 | var elements = osmplayer.prototype.getElements.call(this); 54 | 55 | // Set the width and height of this element. 56 | this.display.width(this.options.width); 57 | this.display.height(this.options.height); 58 | 59 | // Get the minplayer component. 60 | var minplayer = jQuery('.minplayer-' + template, this.display); 61 | if (this.options.playlistOnly) { 62 | minplayer.remove(); 63 | minplayer = null; 64 | } 65 | 66 | return jQuery.extend(elements, { 67 | player:this.display, 68 | minplayer: minplayer, 69 | display:jQuery('.minplayer-' + template + '-display', this.display), 70 | media:jQuery('.minplayer-' + template + '-media', this.display), 71 | error:jQuery('.minplayer-' + template + '-error', this.display), 72 | logo:jQuery('.minplayer-' + template + '-logo', this.display) 73 | }); 74 | }; 75 | })('default', (osmplayer || {})); 76 | -------------------------------------------------------------------------------- /doc/scripts/sunlight-plugin.doclinks.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Sunlight documentation link plugin 3 | * 4 | * This plugin generates hyperlinks to language documentation for certain tokens 5 | * (e.g. links to php.net for functions). 6 | * 7 | * Supported languages: 8 | * - PHP (functions and language constructs) 9 | * - Ruby (functions) 10 | * - Python (functions) 11 | * - Perl (functions) 12 | * - Lua (functions) 13 | * 14 | * Options: 15 | * - enableDocLinks: true/false (default is false) 16 | */ 17 | (function(sunlight, document, undefined){ 18 | if (sunlight === undefined) { 19 | throw "Include sunlight.js before including plugin files"; 20 | } 21 | 22 | var supportedLanguages = { 23 | php: { 24 | "function": function(word) { return "http://php.net/" + word; }, 25 | languageConstruct: function(word) { return "http://php.net/" + word; } 26 | }, 27 | 28 | ruby: { 29 | "function": function(word) { 30 | return "http://www.ruby-doc.org/docs/ruby-doc-bundle/Manual/man-1.4/function.html#" 31 | + word.replace(/!/g, "_bang").replace(/\?/g, "_p"); 32 | } 33 | }, 34 | 35 | python: { 36 | "function": function(word) { 37 | return "http://docs.python.org/py3k/library/functions.html#" + word; 38 | } 39 | }, 40 | 41 | perl: { 42 | "function": function(word) { return "http://perldoc.perl.org/functions/" + word + ".html"; } 43 | }, 44 | 45 | lua: { 46 | "function": function(word) { return "http://www.lua.org/manual/5.1/manual.html#pdf-" + word; } 47 | } 48 | }; 49 | 50 | function createLink(transformUrl) { 51 | return function(context) { 52 | var link = document.createElement("a"); 53 | link.className = context.options.classPrefix + context.tokens[context.index].name; 54 | link.setAttribute("href", transformUrl(context.tokens[context.index].value)); 55 | link.appendChild(context.createTextNode(context.tokens[context.index])); 56 | context.addNode(link); 57 | }; 58 | } 59 | 60 | sunlight.bind("beforeAnalyze", function(context) { 61 | if (!this.options.enableDocLinks) { 62 | return; 63 | } 64 | 65 | context.analyzerContext.getAnalyzer = function() { 66 | var language = supportedLanguages[this.language.name], 67 | analyzer, 68 | tokenName; 69 | 70 | if (!language) { 71 | return; 72 | } 73 | 74 | analyzer = sunlight.util.clone(context.analyzerContext.language.analyzer); 75 | 76 | for (tokenName in language) { 77 | if (!language.hasOwnProperty(tokenName)) { 78 | continue; 79 | } 80 | 81 | analyzer["handle_" + tokenName] = createLink(language[tokenName]); 82 | } 83 | 84 | return analyzer; 85 | }; 86 | 87 | }); 88 | 89 | sunlight.globalOptions.enableDocLinks = false; 90 | 91 | }(this["Sunlight"], document)); -------------------------------------------------------------------------------- /doc/styles/prettify-tomorrow.css: -------------------------------------------------------------------------------- 1 | /* Tomorrow Theme */ 2 | /* Original theme - https://github.com/chriskempson/tomorrow-theme */ 3 | /* Pretty printing styles. Used with prettify.js. */ 4 | /* SPAN elements with the classes below are added by prettyprint. */ 5 | /* plain text */ 6 | .pln { 7 | color: #4d4d4c; } 8 | 9 | @media screen { 10 | /* string content */ 11 | .str { 12 | color: #718c00; } 13 | 14 | /* a keyword */ 15 | .kwd { 16 | color: #8959a8; } 17 | 18 | /* a comment */ 19 | .com { 20 | color: #8e908c; } 21 | 22 | /* a type name */ 23 | .typ { 24 | color: #4271ae; } 25 | 26 | /* a literal value */ 27 | .lit { 28 | color: #f5871f; } 29 | 30 | /* punctuation */ 31 | .pun { 32 | color: #4d4d4c; } 33 | 34 | /* lisp open bracket */ 35 | .opn { 36 | color: #4d4d4c; } 37 | 38 | /* lisp close bracket */ 39 | .clo { 40 | color: #4d4d4c; } 41 | 42 | /* a markup tag name */ 43 | .tag { 44 | color: #c82829; } 45 | 46 | /* a markup attribute name */ 47 | .atn { 48 | color: #f5871f; } 49 | 50 | /* a markup attribute value */ 51 | .atv { 52 | color: #3e999f; } 53 | 54 | /* a declaration */ 55 | .dec { 56 | color: #f5871f; } 57 | 58 | /* a variable name */ 59 | .var { 60 | color: #c82829; } 61 | 62 | /* a function name */ 63 | .fun { 64 | color: #4271ae; } } 65 | /* Use higher contrast and text-weight for printable form. */ 66 | @media print, projection { 67 | .str { 68 | color: #060; } 69 | 70 | .kwd { 71 | color: #006; 72 | font-weight: bold; } 73 | 74 | .com { 75 | color: #600; 76 | font-style: italic; } 77 | 78 | .typ { 79 | color: #404; 80 | font-weight: bold; } 81 | 82 | .lit { 83 | color: #044; } 84 | 85 | .pun, .opn, .clo { 86 | color: #440; } 87 | 88 | .tag { 89 | color: #006; 90 | font-weight: bold; } 91 | 92 | .atn { 93 | color: #404; } 94 | 95 | .atv { 96 | color: #060; } } 97 | /* Style */ 98 | /* 99 | pre.prettyprint { 100 | background: white; 101 | font-family: Menlo, Monaco, Consolas, monospace; 102 | font-size: 12px; 103 | line-height: 1.5; 104 | border: 1px solid #ccc; 105 | padding: 10px; } 106 | */ 107 | 108 | /* Specify class=linenums on a pre to get line numbering */ 109 | ol.linenums { 110 | margin-top: 0; 111 | margin-bottom: 0; } 112 | 113 | /* IE indents via margin-left */ 114 | li.L0, 115 | li.L1, 116 | li.L2, 117 | li.L3, 118 | li.L4, 119 | li.L5, 120 | li.L6, 121 | li.L7, 122 | li.L8, 123 | li.L9 { 124 | /* */ } 125 | 126 | /* Alternate shading for lines */ 127 | li.L1, 128 | li.L3, 129 | li.L5, 130 | li.L7, 131 | li.L9 { 132 | /* */ } 133 | -------------------------------------------------------------------------------- /templates/stretchy/js/osmplayer.stretchy.js: -------------------------------------------------------------------------------- 1 | (function(template, osmplayer) { 2 | 3 | /** The osmplayer namespace. */ 4 | var osmplayer = osmplayer || {}; 5 | 6 | // templated player. 7 | osmplayer[template] = function(context, options) { 8 | 9 | // Derive from osmplayer. 10 | osmplayer.call(this, context, options); 11 | }; 12 | 13 | /** 14 | * Define this template prototype. 15 | */ 16 | osmplayer[template].prototype = new osmplayer(); 17 | osmplayer[template].prototype.constructor = osmplayer[template]; 18 | 19 | /** 20 | * Return the display for this plugin. 21 | */ 22 | osmplayer[template].prototype.getDisplay = function() { 23 | 24 | // If this is the bottom element, then we need to build. 25 | if (this.context.children().length == 0) { 26 | 27 | // Build out the player provided the base tag. 28 | this.context = this.context.attr({ 29 | 'id': this.options.id + '-player', 30 | 'class': 'minplayer-' + template + '-media' 31 | }) 32 | .wrap(jQuery(document.createElement('div')).attr({ 33 | 'class': 'minplayer-' + template + '-display ui-widget-content' 34 | })).parent('.minplayer-' + template + '-display') 35 | .wrap(jQuery(document.createElement('div')).attr({ 36 | 'class': 'minplayer-' + template 37 | })).parent('.minplayer-' + template) 38 | .prepend('\ 39 | \ 40 |
' 41 | ) 42 | .wrap(jQuery(document.createElement('div')).attr({ 43 | 'id': this.options.id, 44 | 'class': 'osmplayer-' + template + ' player-ui' 45 | })).parent('.osmplayer-' + template); 46 | 47 | // Mark a flag that says this display needs to be built. 48 | this.options.build = true; 49 | } 50 | 51 | return this.context; 52 | } 53 | 54 | // Get the elements for this player. 55 | osmplayer[template].prototype.getElements = function() { 56 | var elements = osmplayer.prototype.getElements.call(this); 57 | 58 | // Set the width and height of this element. 59 | this.display.width(this.options.width); 60 | this.display.height(this.options.height); 61 | 62 | // Get the minplayer component. 63 | var minplayer = jQuery('.minplayer-' + template, this.display); 64 | if (this.options.playlistOnly) { 65 | minplayer.remove(); 66 | minplayer = null; 67 | } 68 | 69 | return jQuery.extend(elements, { 70 | player:this.display, 71 | minplayer: minplayer, 72 | display:jQuery('.minplayer-' + template + '-display', this.display), 73 | media:jQuery('.minplayer-' + template + '-media', this.display), 74 | error:jQuery('.minplayer-' + template + '-error', this.display), 75 | logo:jQuery('.minplayer-' + template + '-logo', this.display) 76 | }); 77 | }; 78 | })('stretchy', osmplayer); 79 | -------------------------------------------------------------------------------- /playlist.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | YouTube: Batman 6 | http://www.youtube.com/watch?v=g8evyE9TuYk 7 | 8 | 9 | Vimeo: Kuroshio Sea 10 | http://vimeo.com/5606758 11 | 12 | 13 | HTML5: Matagascar III 14 | http://progressive.totaleclips.com.edgesuite.net/105/e105598_257.mp4 15 | http://www.movieposter.com/posters/archive/main/143/MPW-71686 16 | 17 | 18 | HTML5: Snow White and the Huntsman 19 | http://progressive.totaleclips.com.edgesuite.net/103/e103981_257.mp4 20 | http://www.movieposter.com/posters/archive/main/142/MPW-71148 21 | 22 | 23 | HTML5: Men in Black III 24 | http://progressive.totaleclips.com.edgesuite.net/105/e105857_257.mp4 25 | http://www.movieposter.com/posters/archive/main/146/MPW-73434 26 | 27 | 28 | HTML5: The Three Stooges 29 | http://progressive.totaleclips.com.edgesuite.net/105/e105408_227.mp4 30 | http://www.movieposter.com/posters/archive/main/143/MPW-71689 31 | 32 | 33 | HTML5: The Hunger Games 34 | http://progressive.totaleclips.com.edgesuite.net/107/e107950_227.mp4 35 | http://collider.com/wp-content/uploads/the-hunger-games-poster1.jpg 36 | 37 | 38 | HTML5: Se7en 39 | http://progressive.totaleclips.com.edgesuite.net/102/e10278_301.mp4 40 | http://www.movieposter.com/posters/archive/main/84/MPW-42060 41 | 42 | 43 | HTML5: The Matrix 44 | http://progressive.totaleclips.com.edgesuite.net/445/e44573_301.mp4 45 | http://www.movieposter.com/posters/archive/main/9/A70-4902 46 | 47 | 48 | HTML5: Amelie 49 | http://progressive.totaleclips.com.edgesuite.net/203/e20379_301.mp4 50 | http://www.movieposter.com/posters/archive/main/91/MPW-45860 51 | 52 | 53 | HTML5: The Prestige 54 | http://progressive.totaleclips.com.edgesuite.net/308/e30871_257.mp4 55 | http://www.movieposter.com/posters/archive/main/76/MPW-38403 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /doc/scripts/toc.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | $.fn.toc = function(options) { 3 | var self = this; 4 | var opts = $.extend({}, jQuery.fn.toc.defaults, options); 5 | 6 | var container = $(opts.container); 7 | var headings = $(opts.selectors, container); 8 | var headingOffsets = []; 9 | var activeClassName = opts.prefix+'-active'; 10 | 11 | var scrollTo = function(e) { 12 | if (opts.smoothScrolling) { 13 | e.preventDefault(); 14 | var elScrollTo = $(e.target).attr('href'); 15 | var $el = $(elScrollTo); 16 | 17 | $('body,html').animate({ scrollTop: $el.offset().top }, 400, 'swing', function() { 18 | location.hash = elScrollTo; 19 | }); 20 | } 21 | $('li', self).removeClass(activeClassName); 22 | $(e.target).parent().addClass(activeClassName); 23 | }; 24 | 25 | //highlight on scroll 26 | var timeout; 27 | var highlightOnScroll = function(e) { 28 | if (timeout) { 29 | clearTimeout(timeout); 30 | } 31 | timeout = setTimeout(function() { 32 | var top = $(window).scrollTop(), 33 | highlighted; 34 | for (var i = 0, c = headingOffsets.length; i < c; i++) { 35 | if (headingOffsets[i] >= top) { 36 | $('li', self).removeClass(activeClassName); 37 | highlighted = $('li:eq('+(i-1)+')', self).addClass(activeClassName); 38 | opts.onHighlight(highlighted); 39 | break; 40 | } 41 | } 42 | }, 50); 43 | }; 44 | if (opts.highlightOnScroll) { 45 | $(window).bind('scroll', highlightOnScroll); 46 | highlightOnScroll(); 47 | } 48 | 49 | return this.each(function() { 50 | //build TOC 51 | var el = $(this); 52 | var ul = $('