aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/FileList.py
AgeCommit message (Collapse)Author
2010-11-23enable m2ts file extensionghost
2010-10-06show "nothing connected" instead of empty filelist with only mountpoints shownFraxinas
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_249_current_skin_fallback'acid-burn
Conflicts: lib/python/Components/FileList.py
2009-12-22Merge branch 'bug_236_recordpath'ghost
2009-11-11Components/-{ChoiceList.py, EpgList.py, FileList.py, MediaPlayer.py, ↵acid-burn
ParentalControl.py, SelectionList.py, ServiceList.py, TimerList.py}: use SCOPE_CURRENT_SKIN for LoadPixmap.
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-10-29By Anders Holst:Felix Domke
At regular intervalls there are questions in the forum (in at least three or four different threads on only this subject) on how to configure the recording paths so you don't have to set them to the same thing over and over again in e.g EPG timers. People apparently forget to set it, and miss their recordings because the harddisk is full or not built in. They want an easy way to change the default from /hdd/movies/ to a NAS or a USB device. I have rebased the patch in this thread from March 23, added two minor bugfixes, and hopefully made it less controversial by making sure that it only affects the expert setup level. I don't think there should be anything controversial about this patch now, and no known bugs. It only provides functionality that several people are screaming to get. Synopsis: The patch changes the "Timeshift path..." setup dialogue into a "Recording paths..." dialogue where you can easily configure both the timeshift and the other recording paths.
2009-04-01add .mov as playable extensionghost
2009-02-13add MultiFileSelectListacid-burn
2009-02-09properly handle: non-accessible directories, 'None' (=list of mountpoints) ↵Felix Domke
with showMountPoints=false
2008-12-04add m4a as audio extensionghost
2008-12-02add "divx" as known file extensionghost
2008-11-06add .mp2 as supported filetypeghost
2008-10-28add flac and mp4Andreas Frisch
2008-09-06remove duplicate avi entryAndreas Monzner
2008-07-11fix some importsAndreas Monzner
2008-07-09re-add isTop param to FileList and use it in MediaPlayer (thanks to PieterG)Andreas Monzner
2008-07-04add support for avi/mkv .... please note that not all is working yet, andAndreas Monzner
not all hardware can handle both types... and you need a new gst-plugin-dvbmediasink... new drivers.. and new hardware ;)
2008-07-02#Andreas Monzner
# Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) #
2008-06-26add possibility to choose record location on timer creation and chooseAndreas Monzner
record location in movieplayer (only in expert user level)
2008-06-04fix bluescreen when path not exitsAndreas Monzner
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2008-02-20fix_detecting_mountpoint_in_filelist.patch by Moritz VennFelix Domke
2008-02-15fixAndreas Monzner
2008-02-15whitespace fixes,Andreas Monzner
cleanup and simplify FileList
2007-12-13factor out loadPNG into generic LoadPixmapFelix Domke
2007-07-22cleanup some importsAndreas Monzner
2007-07-11(ralfk) add getCurrentEvent to FilelistFelix Domke
2007-06-11add support for hotplug partitions. partitions/filesystems are dynamically ↵Felix Domke
added and removed by an external plugin.
2007-05-18add getSelectionIndexFelix Domke
2007-04-12follow itemHeight changesFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-11-22some picplayer fixesAndreas Monzner
2006-11-18don't crash when list is empty. Add 'list of storage devices' when ↵Felix Domke
directory=None.
2006-11-10select directory on .. (and first entry otherewise) in Filelist, add ↵Felix Domke
getCurrentDirectory, fix getFilename when service references are not used
2006-06-29sort files and directories in FileListStefan Pluecken
2006-06-27add some skin fixes/extensions made by Nemesis (thanks for this)Andreas Monzner
2006-06-18add support for opening m3u, pls, extended m3u and extended pls playlistsStefan Pluecken
2006-05-01simplify GUIcreate/createWidget, fix base class orderFelix Domke
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
2006-03-05fix absolute paths to be relativeFelix Domke
2006-02-22sorting the FileListStefan Pluecken
2006-02-22better detection of file extensionsStefan Pluecken
2006-02-22add some extension-iconsStefan Pluecken
2006-02-21add ability to use regular expressions to filter files to display in the ↵Stefan Pluecken
FileList transform the test plugin into an image viewer for png files
2006-02-21add FileList component for browsing files and directoriesStefan Pluecken