aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/MediaPlayer/plugin.py
AgeCommit message (Collapse)Author
2011-02-08Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' into ↵acid-burn
experimental
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-08Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption' into ↵acid-burn
experimental
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2010-11-23enable m2ts file extensionghost
2010-10-14Revert "Revert "disable m2ts support for release 2.6""ghost
This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d.
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-04Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2009-11-11Merge branch 'bug_249_current_skin_fallback' into experimentalacid-burn
Conflicts: lib/python/Components/FileList.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-10Enigma2-Plugins-{GraphMultiEPG/GraphMultiEpg.py, MediaPlayer/plugin.py, ↵Acid Burn
SoftwareManager/plugin.py}:- use SCOPE_CURRENT_SKIN and SCOPE_CURRENT_PLUGIN for LoadPixmap allowing better skinning.
2009-11-04Merge branch 'master' into experimentalStefan Pluecken
Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-02Revert "disable m2ts support for release 2.6"ghost
This reverts commit bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.
2009-10-27disable m2ts support for release 2.6ghost
2009-10-05Mediaplayer: don't crash if writing playlist.e2pls failsFraxinas
2009-08-27show correct icon for "repeat" stateFraxinas
2009-07-02MediaPlayer: add *.m2ts as playable extension (proper demuxing will be done ↵Fraxinas
by gstreamer's mpegtsdemux)
2009-06-29Revert "mediaplayer: allow playback of flv files"Fraxinas
This reverts commit 35403704d9aee1e5d322e2fa59a90d8fb2a32c91.
2009-06-29mediaplayer: allow playback of flv filesFraxinas
2009-06-11MediaPlayer/plugin.py: use correct InfoBarSubtitleSupport instance for ↵ghost
Subtitle screen
2009-04-23experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. ↵Fraxinas
requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
2009-04-15Mediaplayer/plugin.py: fix startup at first boot (thx toghost
Mike Looijmans)
2009-04-01add .mov as playable extensionghost
2009-03-17Mediaplayer/plugin.py: dont show mediaplayer gui after seekghost
2009-02-24small optimizations and cleanups by Moritz Vennghost
2009-02-23show warning message when trying to play video container with DTS stream ↵Fraxinas
(requires gst-plugins-dvbmedisink > 20090223)
2009-02-09refuse to operate on /, do not iterate into list of mountpoints, do not ↵Felix Domke
endlessly recurse into the same directory
2008-12-08get rid off trailing colon : from translatable strings for tag keysFraxinas
2008-12-05move audio_extensions one level up. fixes ↵Fraxinas
http://www.dm8000-vip.de/forum/index.php?page=Thread&postID=11626#post11626
2008-12-04small cleanupghost
2008-12-03initialize noCoverFile in case skin doesn't define it. thx to RitzMoFraxinas
2008-12-03allow hardware playback of M4A (AAC) and MP3 audio streams.Fraxinas
2008-12-02add "divx" as known file extensionghost
2008-11-24delete file, shuffle, save & delete playlist and settings screen only for ↵Fraxinas
intermediate+ users
2008-11-20decode id3 cover art images embedded into mp3 files and show them in mediaplayerFraxinas
2008-11-19correctly use new ePicLoad. keep "no cover art" pixmap resident the whole ↵Fraxinas
time instead of reloading it. move entire cover art functionality into MediaPixmap class.
2008-11-19update MediaPlayer to use new async ePicLoad function for cover artwork. ↵Fraxinas
currently no transparent background possible though :/
2008-11-17use new hotplugNotifier return value to clear playlist if audio CD was removedFraxinas
2008-11-15MediaPlayer german locale updateFraxinas
2008-11-14callbacks that are added upon hotplug events can be added to a ↵Fraxinas
hotplugNotifier list now. use this to speed up Audio CD recognition in MediaPlayer
2008-11-14MediaPlayer: fix imports, introduce config and settings screen for repeat ↵Fraxinas
playlist, save playlist on exit and default start directory, implement file delete. this update comprises enhancements by courtesy of ralfk. fixes #46
2008-11-07fix coverart displaying, allow using cover art with all different image ↵Fraxinas
formats, remove some debug prints
2008-11-07refresh playlist when adding playlist via filelist. when copying directory ↵Fraxinas
to playlist, only add media files and no playlist files
2008-11-06user correct playlist parser from dictFraxinas
2008-11-06add .mp2 as supported filetypeghost
2008-10-28change internal handling of media format types and don't scan cd before ↵Andreas Frisch
opening context menu
2008-10-21allow playing audio cds without mediascanner (choice in mediaplayer menu). ↵Andreas Frisch
offer playing dvd only if disc in drive actually is a dvd
2008-10-18emit evUpdatedInfo on id3 taglist parse and implement YEAR tagAndreas Frisch
2008-10-17also scan for video-CD content in directory MPEGAV (capitalized)Andreas Frisch
2008-10-15allow gstreamer to signalize missing plugins to the gui (requires ↵Andreas Frisch
reconfiguring enigma2) and add support for flac files (requires libflac7, gst-plugin-flac)