aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/MediaPlayer
AgeCommit message (Collapse)Author
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-04-26meta: remove trailing slash from installdirsAndreas Oberritter
2010-01-05remove m2ts againghost
2010-01-05bug #238Stefan Pluecken
added m4v file extension to media player capabilities Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-12-23Merge branch 'bug_178_update_meta_files'acid-burn
2009-11-25Enigma2-Metainformations: - update all Meta Informationsacid-burn
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-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-10-27disable m2ts support for release 2.6ghost
2009-10-13MediaPlayer/settings.py: - use "Setup" Skin for MediaPlayerSettings but ↵acid-burn
still allow individual skinning over own Skin entry "MediaPlayerSettings" - use "FileBrowser" Skin for DirectoryBrowser but still allow individual skinning over own Skin entry "MediaPlayerDirectoryBrowser" - add SetupSummary - fix crash when selecting a mountpoint as start directory inside DirectoryBrowser
2009-10-06MediaPlayer/settings.py: small skin correctionsacid-burn
2009-10-05Mediaplayer: don't crash if writing playlist.e2pls failsFraxinas
2009-09-03Enigma2-meta: install plugins-meta.xml in /usr/share/metaacid-burn
genmetaindex.py: change index.xml layout a bit
2009-08-27show correct icon for "repeat" stateFraxinas
2009-08-19Plugins/Meta-Makefiles: add EXTRA_DIST for jpgs to Makefilesacid-burn
2009-08-18set permissions to 644 for data filesAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18Don't install *.jpg files with the Plugin metadata to save space.acid-burn
2009-08-17enable metadata install, install into /usr/share/enigma2/meta/enigma2/Felix Domke
2009-08-15Makefile.am: use dist_*_DATA to include data files in tarballsAndreas Oberritter
2009-08-15update all Makefile.am filesAndreas Oberritter
remove 'AUTOMAKE_OPTIONS = gnu', which is the default, use pkgdatadir instead of $(DATADIR)/enigma2, use pkglibdir instead of $(LIBDIR)/enigma2
2009-07-20some more work on plugin manageracid-burn
add experimental plugin meta informations, not yet included in build process install missing py from TuxboxPlugins plugin remove Filemanger from plugins build process
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-17fix crash when trying to select base dir as start directoryFraxinas
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-08use ConfigDirectory from config.py instead of local definitionFraxinas
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