Felix Domke [Mon, 3 Apr 2006 12:05:46 +0000 (12:05 +0000)]
add bsod
Felix Domke [Mon, 3 Apr 2006 12:02:13 +0000 (12:02 +0000)]
remove some debug stuff, use bsod
Felix Domke [Mon, 3 Apr 2006 12:01:02 +0000 (12:01 +0000)]
remove old lcd stuff
Felix Domke [Mon, 3 Apr 2006 12:00:39 +0000 (12:00 +0000)]
catch buggy python code
Andreas Monzner [Mon, 3 Apr 2006 10:55:00 +0000 (10:55 +0000)]
revert stupid change
Andreas Monzner [Mon, 3 Apr 2006 10:47:52 +0000 (10:47 +0000)]
add possibility to do things after thread start.. but before setting the thread to alive
Felix Domke [Mon, 3 Apr 2006 10:03:19 +0000 (10:03 +0000)]
update languages: es, nl
Andreas Monzner [Mon, 3 Apr 2006 09:35:34 +0000 (09:35 +0000)]
fix segfault
Stefan Pluecken [Mon, 3 Apr 2006 08:33:29 +0000 (08:33 +0000)]
smaller service name in movie list
Stefan Pluecken [Mon, 3 Apr 2006 08:12:07 +0000 (08:12 +0000)]
faster loading of movie list (done by initially not loading the file length and updating the file lengths after displaying the list in the background
(timer driven))
Stefan Pluecken [Mon, 3 Apr 2006 07:46:11 +0000 (07:46 +0000)]
show service name in movielist
Stefan Pluecken [Mon, 3 Apr 2006 07:00:51 +0000 (07:00 +0000)]
show timer duration in timer edit list
Stefan Pluecken [Sun, 2 Apr 2006 22:13:38 +0000 (22:13 +0000)]
add support for multiple instant recordings
Andreas Monzner [Sun, 2 Apr 2006 16:06:17 +0000 (16:06 +0000)]
compile fix
Andreas Monzner [Sun, 2 Apr 2006 16:00:29 +0000 (16:00 +0000)]
much faster service change on same transponder (just FTA)
add ability to "zapto" and "record" services and use just cached pids (no use of PMT) ( no playback yet !!!! )
this is implemented likewise to enigma1
Example entry in lamedb:
6dca:
00c00000:044d:0001:1:0
Das Erste
p:ARD,c:000065,c:010066,c:020068,c:030065,f:4
p: is the provider name
c:XXPPPP: are cached pids
00 is the video pid
01 is the audio pid
02 is the text pid
03 is the pcr pid
f: is a flag bitmask
bit 3 (decimal 4) is used for disable use of the pmt (just use cached pids)
Stefan Pluecken [Sat, 1 Apr 2006 23:54:46 +0000 (23:54 +0000)]
some translations (thx to Reichi for that)
Andreas Monzner [Fri, 31 Mar 2006 14:47:40 +0000 (14:47 +0000)]
release cached channel when its no more used and a pvr channel request is pending
Felix Domke [Fri, 31 Mar 2006 11:54:34 +0000 (11:54 +0000)]
fix: fd leaked when reading recordings.epl
Andreas Monzner [Thu, 30 Mar 2006 23:32:28 +0000 (23:32 +0000)]
add background file eraser class for asynchronous file deletion
Andreas Monzner [Thu, 30 Mar 2006 23:31:35 +0000 (23:31 +0000)]
add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart mainloops)
Andreas Monzner [Thu, 30 Mar 2006 23:30:42 +0000 (23:30 +0000)]
comment out debug message.. increase waiting time for thread start
Andreas Monzner [Thu, 30 Mar 2006 10:43:55 +0000 (10:43 +0000)]
in automatic scan do no more scan satellites twice when not needed (for advanced sat configurations)
Andreas Monzner [Wed, 29 Mar 2006 14:39:20 +0000 (14:39 +0000)]
make teletext plugin useable in ts playbacks
Andreas Monzner [Wed, 29 Mar 2006 09:47:48 +0000 (09:47 +0000)]
on cancel press in single epg no more do recursive close
Stefan Pluecken [Tue, 28 Mar 2006 18:46:05 +0000 (18:46 +0000)]
add support for 16:10 display aspect ratio
Stefan Pluecken [Mon, 27 Mar 2006 20:03:33 +0000 (20:03 +0000)]
make power key handling global (so that standby/deep standby should work everywhere now)
Stefan Pluecken [Mon, 27 Mar 2006 19:49:18 +0000 (19:49 +0000)]
fix typo and resize text in image upgrade wizard
Andreas Monzner [Mon, 27 Mar 2006 12:18:54 +0000 (12:18 +0000)]
fix segfault after leaving scan in some conditions
Andreas Monzner [Mon, 27 Mar 2006 12:18:22 +0000 (12:18 +0000)]
add panic check
Felix Domke [Mon, 27 Mar 2006 05:22:47 +0000 (05:22 +0000)]
do not allow colon in filenames
Stefan Pluecken [Fri, 24 Mar 2006 23:33:42 +0000 (23:33 +0000)]
mediaplayer can play wave files (package gst-plugin-wavparse needed)
Felix Domke [Fri, 24 Mar 2006 17:27:36 +0000 (17:27 +0000)]
support for arbitrary number of skinfiles
Stefan Pluecken [Fri, 24 Mar 2006 09:29:07 +0000 (09:29 +0000)]
fix playing file when adding to the playlist
Stefan Pluecken [Fri, 24 Mar 2006 09:09:38 +0000 (09:09 +0000)]
display id3 tags in media player
Stefan Pluecken [Fri, 24 Mar 2006 08:24:35 +0000 (08:24 +0000)]
playing next entry after EOF should work now in the media player
start playing when adding first entry to the playlist
Stefan Pluecken [Fri, 24 Mar 2006 00:42:29 +0000 (00:42 +0000)]
remove old softwareupdate from configure and makefile - new softwareupdate could be called stable by now
Andreas Monzner [Thu, 23 Mar 2006 11:21:26 +0000 (11:21 +0000)]
re-use try.. except here
Andreas Monzner [Thu, 23 Mar 2006 10:59:03 +0000 (10:59 +0000)]
fix for avoid false locks before new frontend parameters are written to tuner
Andreas Monzner [Thu, 23 Mar 2006 10:57:44 +0000 (10:57 +0000)]
remove workaround
Felix Domke [Thu, 23 Mar 2006 10:32:46 +0000 (10:32 +0000)]
allow some more media types, fix extension detection
Stefan Pluecken [Thu, 23 Mar 2006 00:59:19 +0000 (00:59 +0000)]
fix settings restore in image update
Stefan Pluecken [Thu, 23 Mar 2006 00:22:56 +0000 (00:22 +0000)]
don't sort language list
Stefan Pluecken [Thu, 23 Mar 2006 00:06:27 +0000 (00:06 +0000)]
- switchtimer added to RecordingTimer
- 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
Felix Domke [Wed, 22 Mar 2006 23:03:57 +0000 (23:03 +0000)]
add tag information for audio files
Felix Domke [Wed, 22 Mar 2006 22:50:52 +0000 (22:50 +0000)]
add icelandic language
Felix Domke [Wed, 22 Mar 2006 22:45:36 +0000 (22:45 +0000)]
add icelandic language
Andreas Monzner [Wed, 22 Mar 2006 21:19:03 +0000 (21:19 +0000)]
fix type
Stefan Pluecken [Wed, 22 Mar 2006 21:15:43 +0000 (21:15 +0000)]
don't show frontend data when no frontend data is available (remove exception)
Felix Domke [Wed, 22 Mar 2006 19:40:23 +0000 (19:40 +0000)]
fix calculation of size, when dealing with big file ranges
Felix Domke [Wed, 22 Mar 2006 18:20:41 +0000 (18:20 +0000)]
emergency resync code for pvrparse
Andreas Monzner [Wed, 22 Mar 2006 13:37:16 +0000 (13:37 +0000)]
fix
Andreas Monzner [Tue, 21 Mar 2006 20:22:55 +0000 (20:22 +0000)]
dont crash when no language files avail
Andreas Monzner [Tue, 21 Mar 2006 20:07:26 +0000 (20:07 +0000)]
use timemap instead of eventmap.. so the returned list is sorted by service and time
Andreas Monzner [Tue, 21 Mar 2006 19:50:33 +0000 (19:50 +0000)]
begin searching for similar broadcasts on base service
Andreas Monzner [Tue, 21 Mar 2006 14:03:49 +0000 (14:03 +0000)]
remove test stuff
Andreas Monzner [Tue, 21 Mar 2006 13:53:19 +0000 (13:53 +0000)]
add search function to epgcache to do similar broadcasting searches and text searches in event titles
for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment
above the funcion
the similar broadcastings search is used from python in Eventview.py
Andreas Monzner [Tue, 21 Mar 2006 13:50:04 +0000 (13:50 +0000)]
comment out posix_fadvise call
Andreas Monzner [Tue, 21 Mar 2006 13:48:58 +0000 (13:48 +0000)]
fix
Andreas Monzner [Tue, 21 Mar 2006 13:47:22 +0000 (13:47 +0000)]
small fix
Stefan Pluecken [Tue, 21 Mar 2006 09:57:23 +0000 (09:57 +0000)]
fixes to language activation callbacks and using the callbacks in mytest for setting epg language (uncomment for implementation)
Stefan Pluecken [Tue, 21 Mar 2006 09:41:32 +0000 (09:41 +0000)]
translation fixes
Andreas Monzner [Tue, 21 Mar 2006 09:35:01 +0000 (09:35 +0000)]
add function to set epg language
Stefan Pluecken [Tue, 21 Mar 2006 09:26:44 +0000 (09:26 +0000)]
use callbacks to signal the change of language
functions can get the language code with:
from Components.Language import language
lang = language.getLanguage()
lang reads for example "de_DE" or "en_EN"
Andreas Monzner [Sat, 18 Mar 2006 15:18:34 +0000 (15:18 +0000)]
pre select currently running subservice in subservicelist
Stefan Pluecken [Fri, 17 Mar 2006 20:57:01 +0000 (20:57 +0000)]
add missing translations
Felix Domke [Fri, 17 Mar 2006 16:43:33 +0000 (16:43 +0000)]
fix: gstreamer is supposed to be optional.
Andreas Monzner [Fri, 17 Mar 2006 13:45:08 +0000 (13:45 +0000)]
fix error handling (errno checking)
Andreas Monzner [Fri, 17 Mar 2006 13:30:13 +0000 (13:30 +0000)]
use parent service reference for query EPG to build a .eit file when a parent is avail
(on subservices)
Felix Domke [Thu, 16 Mar 2006 18:36:13 +0000 (18:36 +0000)]
cutlist editor: restore old service, abilty to cut before and after current position
Felix Domke [Thu, 16 Mar 2006 17:57:07 +0000 (17:57 +0000)]
use gstreamer for playing media files
Felix Domke [Thu, 16 Mar 2006 17:51:43 +0000 (17:51 +0000)]
use gstreamer, if available
Felix Domke [Thu, 16 Mar 2006 17:41:29 +0000 (17:41 +0000)]
Infobar: don't show state when not execing
Andreas Monzner [Tue, 14 Mar 2006 20:49:22 +0000 (20:49 +0000)]
fix bug
Felix Domke [Tue, 14 Mar 2006 14:38:02 +0000 (14:38 +0000)]
list mp3 files. we need something better here.
Andreas Monzner [Mon, 13 Mar 2006 23:22:55 +0000 (23:22 +0000)]
dont ask for scanning second nim in automatic scan, when it is not meaningful
Stefan Pluecken [Sat, 11 Mar 2006 21:41:13 +0000 (21:41 +0000)]
don't offer scans for tuners where nothing is connected
Stefan Pluecken [Sat, 11 Mar 2006 21:04:25 +0000 (21:04 +0000)]
fix plugin download
Andreas Monzner [Sat, 11 Mar 2006 17:19:57 +0000 (17:19 +0000)]
fix linked tuner
Andreas Monzner [Sat, 11 Mar 2006 09:07:48 +0000 (09:07 +0000)]
increase commit interval
Felix Domke [Sat, 11 Mar 2006 02:30:13 +0000 (02:30 +0000)]
build without gstreamer
Felix Domke [Sat, 11 Mar 2006 02:02:48 +0000 (02:02 +0000)]
hack: clear LCD on shutdown until we have proper code for that
Felix Domke [Sat, 11 Mar 2006 01:51:46 +0000 (01:51 +0000)]
eDVBChannel::getFrontend: don't crash when there is no frontend.
Andreas Monzner [Sat, 11 Mar 2006 01:15:52 +0000 (01:15 +0000)]
fix showing timer symbol in epglist..
Felix Domke [Sat, 11 Mar 2006 01:00:05 +0000 (01:00 +0000)]
fix return of actionmap
Felix Domke [Sat, 11 Mar 2006 00:59:28 +0000 (00:59 +0000)]
Plugin: add WHERE_TELETEXT
Felix Domke [Sat, 11 Mar 2006 00:59:07 +0000 (00:59 +0000)]
run teletext plugin when pressing teletext
Felix Domke [Sat, 11 Mar 2006 00:48:05 +0000 (00:48 +0000)]
fix plugin call
Andreas Monzner [Fri, 10 Mar 2006 23:35:37 +0000 (23:35 +0000)]
fix removing .eit files
Stefan Pluecken [Fri, 10 Mar 2006 22:53:55 +0000 (22:53 +0000)]
use capital letters in translation of instant record choice box
Stefan Pluecken [Fri, 10 Mar 2006 22:51:57 +0000 (22:51 +0000)]
don't move the choice box
Stefan Pluecken [Fri, 10 Mar 2006 20:57:09 +0000 (20:57 +0000)]
add parameter to Console screen to set the console window title
Stefan Pluecken [Fri, 10 Mar 2006 20:43:22 +0000 (20:43 +0000)]
a lot of translations
Stefan Pluecken [Fri, 10 Mar 2006 17:07:28 +0000 (17:07 +0000)]
show ChannelSelection on first run (after the start wizard)
Andreas Monzner [Thu, 9 Mar 2006 13:07:13 +0000 (13:07 +0000)]
more python fixes :)
Andreas Monzner [Thu, 9 Mar 2006 12:20:41 +0000 (12:20 +0000)]
more python fixes
Andreas Monzner [Thu, 9 Mar 2006 12:11:23 +0000 (12:11 +0000)]
fix
Andreas Monzner [Thu, 9 Mar 2006 12:01:47 +0000 (12:01 +0000)]
make eDVBResourceManager accessible from python (needed for allocate a raw iDVBChannel)
make iDVBChannel accessible from python (needed for get iDVBFrontend)
make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
Andreas Monzner [Tue, 7 Mar 2006 21:35:56 +0000 (21:35 +0000)]
fix storing of advanced satconfig out of the start wizard
Andreas Monzner [Tue, 7 Mar 2006 20:36:40 +0000 (20:36 +0000)]
add ability to set a callback build function in listbox multicontent
Felix Domke [Tue, 7 Mar 2006 16:32:15 +0000 (16:32 +0000)]
note about skins / screen names