aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/MediaPlayer
AgeCommit message (Collapse)Author
2008-04-13png cleanup by nemesis, source changes.Felix Domke
2008-02-19movie player configuration options, by Anders HolstFelix Domke
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated)
2007-12-27add possibility to add complete content of a directory to playlist just withAndreas Monzner
one button press
2007-10-25fix bugAndreas Monzner
2007-10-23fix coverart png stuffAndreas Monzner
2007-10-22use coverart png given in skinAndreas Monzner
2007-10-07reorder mainmenu to match previous order, patch by Moritz Venn ↵Felix Domke
(007_enigma2_fix_mainmenu_order.patch)
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, ↵Felix Domke
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz ↵Felix Domke
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
2007-10-07Rename WHERE_SETUP to WHERE_MENU and patch all local plugins to follow this ↵Felix Domke
(patch by Moritz Venn, 004_enigma2_plugin_rename_where_setup_to_where_menu.patch)
2007-10-07add .cvsignoreFelix Domke
2007-10-07move media scanner components into core, patch by Moritz Venn ↵Felix Domke
(002_enigma2_move_mediascanner_components_into_core.patch)
2007-10-07fix install pathFelix Domke
2007-10-07move media player into plugin (patch by Moritz Venn, ↵Felix Domke
001_enigma2_make_mediaplayer_a_plugin.patch)