aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/MediaPlayer.py
AgeCommit message (Collapse)Author
2007-10-07move media player into plugin (patch by Moritz Venn, ↵Felix Domke
001_enigma2_make_mediaplayer_a_plugin.patch)
2007-09-07add missing 16X seek forward,Andreas Monzner
add 48X seek forward/backward, add 8X seek backward ( not fine.. but better as nothing )
2007-07-22fix os importFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-07-20(ralfk) media playerFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-18start on device list, don't crash when list is emptyFelix Domke
2006-10-17fix for pressing OK in MediaPlayer when currently selected file is already ↵Stefan Pluecken
playing (starts from the beginning in that case)
2006-10-06fix media player behaviour when adding a single file:Stefan Pluecken
adds the whole directory to the playlist now and plays the selected file (advantage: the next file is automatically played after the selected file finished playing)
2006-10-02add alternative seeking, currently with 5,4,6-keys instead of ok,left,rightFelix Domke
2006-09-26whitespace fixFelix Domke
2006-07-30allow standy in media playerFelix Domke
2006-06-27revert needed changesAndreas Monzner
2006-06-27add some skin fixes/extensions made by Nemesis (thanks for this)Andreas Monzner
2006-06-22make file extensions case insensitive in mediaplayer and servicefsStefan Pluecken
2006-06-20show mpg and vobs in filebrowserFelix Domke
2006-06-18change .e2 to .e2plsStefan Pluecken
2006-06-18more flexible way of adding new playlist typesStefan Pluecken
add .e2 as playlist type for the internal e2 playlist
2006-06-18add support for opening m3u, pls, extended m3u and extended pls playlistsStefan Pluecken
2006-06-17save playlist on leaving the media player (currently saved with line by line ↵Stefan Pluecken
service referenced to /etc/enigma2/playlist.e2...)
2006-06-17fix seek state visualizationStefan Pluecken
2006-04-27to prevent bsods stop currently playing file, when remove it from playlistAndreas Monzner
2006-04-26better descriptionAndreas Monzner
2006-04-26more space in movieplayer for movie/mp3 titleAndreas Monzner
add ability to hide movieplayer via contextmenu
2006-04-11don't crash when there is no infoFelix Domke
2006-04-08fix crash when pressing play in MovieplayerAndreas Monzner
2006-04-05restart service after leaving the media playerStefan Pluecken
2006-03-24mediaplayer can play wave files (package gst-plugin-wavparse needed)Stefan Pluecken
2006-03-24fix playing file when adding to the playlistStefan Pluecken
2006-03-24display id3 tags in media playerStefan Pluecken
2006-03-24playing next entry after EOF should work now in the media playerStefan Pluecken
start playing when adding first entry to the playlist
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number