aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
2009-11-25DVDBurn: switch TiteList to templatedmulticontentlist, allow skinning and ↵Fraxinas
display extra title information
2009-11-25DVDBurn Plugin: prevent "English" from showing up twice in language selectionFraxinas
2009-11-17for all non-ts files, display error message when trying to burn to dvdFraxinas
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-06Revert "disable fast winding for non TS mediafiles until we have a usable ↵ghost
solution for this.." This reverts commit b643641e2c6288eff61d0346a3dda82bd820b3b7.
2009-11-05Merge branch 'bug_274_disable_fast_winding_for_non_ts' into experimentalghost
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
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-04DVDBurn fix capacity report for full dual layer media in Media ToolboxFraxinas
2009-11-04DVDBurn fix capacity report for full dual layer media in Media ToolboxFraxinas
2009-11-03Merge branch 'enable_experimental_m2ts_support' into experimentalghost
2009-11-03Merge branch 'bug_246_cutlistedit' into experimentalghost
2009-11-02Revert "disable m2ts support for release 2.6"ghost
This reverts commit bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.
2009-10-29By Anders Holst: Improve custlist editorFelix Domke
1. Show the current seek state next next to the service time. It is very convenient to see how fast one is winding, when scanning through a movie. 2. Don't jump away from the current position whenever a cut or mark is added or removed. 2a. The variable self.last_cuts was not initialized, causing a jump to the first mark position when the first cut is made. 2b. Search backwards for the first difference between old and new cut lists: After having produced a cut pair (out - in) you would like to end up at the end (in) rather than beginning (out). (This also gives more intuitive selected positions in the general case.) 2c. Inhibit jumping whenever a cut or mark is removed: You don't want to leave that position now when it has no mark to easily jump back to. 3. Standing at either border of a cut, at IN or OUT, should always count as inside the cut, so that removing it is enabled from there. 3a. Count standing exactly at the end of a cut as also standing in an "OUT" area. 3b. It was not possible to remove a "cut from the beginning" at all if there was any mark before the "IN" point - it was not correctly recognized as an "OUT" area. Also note that nowadays, with the more exact seeking code of Enigma2 (on both platforms, DM7025 and DM800/8000), the CutListEditor can't be accused of being imprecise any more: As long as you put your cuts at GOP boundaries (which you are most likely to do if you fine tune your position with GOP single-stepping), the CutListEditor now has perfect precision! :-) patch for #246
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-13PicturePlayer/plugin.py: -use "Setup" Skin but still allow individual ↵acid-burn
skinning over own Skin entry "PicturePlayerSetup" - add Setup Summary
2009-10-12DVDBurn/ProjectSettings.py: -remove no more needed FileBrowser Skin and ↵acid-burn
allow individual skinning
2009-10-12Enigma2{skin_default.xml,Plugins-DVDBurn,DVDPlayer}: - move FileBrowser Skin ↵acid-burn
into skin_default and allow individual skinning
2009-10-08PicturePlayer/plugin.py: - fix red Button actionacid-burn
- whitespace cleanup
2009-10-06Extensions/DVDBurn: - use center,center for screens where possibleacid-burn
- replace some Lables through StaticText - remove unused Buttons - minor Skin alignments - use own Skin for adding a Title to the DVD, this changes button actions.(Red is now close, green is add and yellow edit)
2009-10-06MediaPlayer/settings.py: small skin correctionsacid-burn
2009-10-06PicturePlayer/plugin.py: - center screens where needed.acid-burn
- move buttons to top and replace Button/Label through StaticText - change Button actions in main screen. ( Red is now close, Green is for Thumbnails, Yellow for Exif Information and Blue for Setup) - use ConfigListScreen for Pic_Setup - add Buttons where needed. - minor Skinfixes
2009-10-05Mediaplayer: don't crash if writing playlist.e2pls failsFraxinas
2009-09-11Enigma2: add __init__.py to Plugins folders. Thx. Mike Looijmansacid-burn
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 orphaned FileManager pluginAndreas Oberritter
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-18do not use wildcards, because it breaks builds outside the source directory ↵Andreas Oberritter
and therefore breaks 'make distcheck'
2009-08-18DVDBurn: avoid spaces in filenamesAndreas Oberritter
2009-08-18remove FritzCall (moved to enigma2-plugins CVS some time ago)Andreas 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-15remove SimpleRSS (moved to enigma2-plugins CVS some time ago)Andreas Oberritter
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-08-04allow two different behaviours when going into resume: SUSPEND_STOPS ↵Fraxinas
(default as usual) and new SUSPEND_PAUSES (introduced for dvd player)
2009-07-29fix disc size unit confusionFraxinas
2009-07-29change disc size determination and tweak dual layer growisofs argumentsFraxinas
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-17we need policy2 in libdreamdvd for 16:10 supportghost
2009-07-16correct y_offset from libdreamdvdFelix Domke
2009-07-08DVDBurn... allow jumping from complex titleset titles to main disc menu. ↵Fraxinas
implement menu language selection.
2009-07-02when starting from scanner, don't ask if DVD in drive should be played, just ↵Felix Domke
do it.
2009-07-02MediaPlayer: add *.m2ts as playable extension (proper demuxing will be done ↵Fraxinas
by gstreamer's mpegtsdemux)