vuplus_dvbapp-plugin
15 years agoimport local gettext
Moritz Venn [Mon, 4 Aug 2008 09:04:45 +0000 (09:04 +0000)]
import local gettext

15 years agodont forget to install wizard xml
Moritz Venn [Sun, 3 Aug 2008 15:29:22 +0000 (15:29 +0000)]
dont forget to install wizard xml

15 years agoWith a recent new enigma2 the EOF was no more propagated to the python-side. A recomp...
Volker Christian [Sat, 2 Aug 2008 15:06:02 +0000 (15:06 +0000)]
With a recent new enigma2 the EOF was no more propagated to the python-side. A recompile was enough to fix this problem

15 years agoFlash-Video extension "flv" added
Volker Christian [Fri, 1 Aug 2008 00:14:05 +0000 (00:14 +0000)]
Flash-Video extension "flv" added

15 years agocheck if the other object is actually an autotimercomponent not only if it has the...
Moritz Venn [Thu, 31 Jul 2008 21:51:52 +0000 (21:51 +0000)]
check if the other object is actually an autotimercomponent not only if it has the questioned attribues

15 years agodon't try to read in phonebook if plugin is inactive (its useless and the config...
Moritz Venn [Thu, 31 Jul 2008 21:50:39 +0000 (21:50 +0000)]
don't try to read in phonebook if plugin is inactive (its useless and the config option is not accessible so its not obvious to disable)

15 years agofix typo already fixed in 1.2 but reintroduced in 1.3 :)
Moritz Venn [Thu, 31 Jul 2008 21:37:20 +0000 (21:37 +0000)]
fix typo already fixed in 1.2 but reintroduced in 1.3 :)

15 years agoreduce ammount of try/except-blocks used,
Moritz Venn [Thu, 31 Jul 2008 21:28:38 +0000 (21:28 +0000)]
reduce ammount of try/except-blocks used,
make some remaining ones more obvious,
smaller import cleanup,
add newlines to end of files

15 years agoVlcServer.play() now expect a session and not a screen as first argument.
Volker Christian [Thu, 31 Jul 2008 19:45:16 +0000 (19:45 +0000)]
VlcServer.play() now expect a session and not a screen as first argument.
VlcServer.play() now also can deal with modified VlcPlayer-objects

15 years agoChanged the mechanism in marking the default server
Volker Christian [Thu, 31 Jul 2008 19:43:52 +0000 (19:43 +0000)]
Changed the mechanism in marking the default server

15 years agoSave the server-name at all circumstances, also when it is the default-name
Volker Christian [Thu, 31 Jul 2008 19:42:47 +0000 (19:42 +0000)]
Save the server-name at all circumstances, also when it is the default-name

15 years agoVlcServer.play() now wants a session and not a screen as first argument
Volker Christian [Thu, 31 Jul 2008 19:37:35 +0000 (19:37 +0000)]
VlcServer.play() now wants a session and not a screen as first argument

15 years agoAdded a default server icon
Volker Christian [Thu, 31 Jul 2008 19:36:29 +0000 (19:36 +0000)]
Added a default server icon

15 years agoUpdate of the controling statemachine
Volker Christian [Thu, 31 Jul 2008 19:35:57 +0000 (19:35 +0000)]
Update of the controling statemachine

15 years ago- reverseLookup AT
Michael Schmidt [Wed, 30 Jul 2008 18:03:21 +0000 (18:03 +0000)]
- reverseLookup AT
- cleaning
- simpler url

15 years ago- added reverse lookup for Austria
Michael Schmidt [Wed, 30 Jul 2008 07:54:49 +0000 (07:54 +0000)]
- added reverse lookup for Austria
- fixed bug with umlauts in reverse lookup

15 years ago- added italian translation
Michael Schmidt [Wed, 30 Jul 2008 07:43:00 +0000 (07:43 +0000)]
- added italian translation

15 years agofix xmlparser exception on content with "&" symbol and auto-update mediaplayer screen
Andreas Frisch [Tue, 29 Jul 2008 14:16:12 +0000 (14:16 +0000)]
fix xmlparser exception on content with "&" symbol and auto-update mediaplayer screen

15 years agoadd building of cdinfo plugin (audio cd playback, cd-text & cddb scan)
Andreas Frisch [Tue, 29 Jul 2008 11:28:56 +0000 (11:28 +0000)]
add building of cdinfo plugin (audio cd playback, cd-text & cddb scan)

15 years ago-add LCD Text
Mladen Horvat [Tue, 29 Jul 2008 10:19:57 +0000 (10:19 +0000)]
-add LCD Text

15 years agoNew plugin for playing Audio-CDs in MediaPlayer, adds hotplug, extract CD-TEXT and...
Andreas Frisch [Mon, 28 Jul 2008 08:40:04 +0000 (08:40 +0000)]
New plugin for playing Audio-CDs in MediaPlayer, adds hotplug, extract CD-TEXT and query CDDB (freedb) for album info and track listing

15 years agoupdat italian translation
Andreas Monzner [Mon, 28 Jul 2008 06:43:50 +0000 (06:43 +0000)]
updat italian translation

15 years ago- house keeping for reverse lookups
Michael Schmidt [Sun, 27 Jul 2008 14:44:44 +0000 (14:44 +0000)]
- house keeping for reverse lookups

15 years ago- Fixed calls after standby
Michael Schmidt [Sun, 27 Jul 2008 10:34:58 +0000 (10:34 +0000)]
- Fixed calls after standby
- Added reverselookup for foreign numbers with CH and IT
- Fixed handling of multiple MSNs with filter

15 years agoreadd plugin.py to cvs, i think deleting it was not the fix ;)
Stephan Reichholf [Sat, 26 Jul 2008 13:04:33 +0000 (13:04 +0000)]
readd plugin.py to cvs, i think deleting it was not the fix ;)

15 years agofix of call handling after standby
Michael Schmidt [Sat, 26 Jul 2008 09:47:57 +0000 (09:47 +0000)]
fix of call handling after standby

15 years agoyou can now give a list of MSNs to the filter, separated by ","
Michael Schmidt [Fri, 25 Jul 2008 13:54:04 +0000 (13:54 +0000)]
you can now give a list of MSNs to the filter, separated by ","

15 years agoLimit number of calls to show after standby to 10
Michael Schmidt [Fri, 25 Jul 2008 11:57:07 +0000 (11:57 +0000)]
Limit number of calls to show after standby to 10

15 years agoDon't crash before tags-patch is in place
Anders Holst [Thu, 24 Jul 2008 22:04:31 +0000 (22:04 +0000)]
Don't crash before tags-patch is in place

15 years agoFix return to movielist
Anders Holst [Wed, 23 Jul 2008 23:25:33 +0000 (23:25 +0000)]
Fix return to movielist

15 years agono need for braces after class declaration when nothing should be inherited
Stephan Reichholf [Wed, 23 Jul 2008 08:00:31 +0000 (08:00 +0000)]
no need for braces after class declaration when nothing should be inherited

15 years ago- configuration option: show each call during standby after standby, show a summarizi...
Michael Schmidt [Tue, 22 Jul 2008 15:26:45 +0000 (15:26 +0000)]
- configuration option: show each call during standby after standby, show a summarizing list, show nothing

15 years agoUgly hack to make sure mcut is executable
Anders Holst [Mon, 21 Jul 2008 23:37:52 +0000 (23:37 +0000)]
Ugly hack to make sure mcut is executable

15 years agosimplify list management with avoidDuplicateDescription == 2,
Moritz Venn [Mon, 21 Jul 2008 15:40:53 +0000 (15:40 +0000)]
simplify list management with avoidDuplicateDescription == 2,
remove debug

15 years agoAdded MovieRetitle, MovieCut, and TagEditor
Anders Holst [Sun, 20 Jul 2008 20:09:51 +0000 (20:09 +0000)]
Added MovieRetitle, MovieCut, and TagEditor

15 years agoAdjusted mcut path
Anders Holst [Sun, 20 Jul 2008 20:06:55 +0000 (20:06 +0000)]
Adjusted mcut path

15 years agoInitial revision
Anders Holst [Sun, 20 Jul 2008 18:54:20 +0000 (18:54 +0000)]
Initial revision

15 years agoInitial revision
Anders Holst [Fri, 18 Jul 2008 21:29:56 +0000 (21:29 +0000)]
Initial revision

15 years agochange avoidDuplicateDescription from bool to int (0/1/2 -> no/same service/any service),
Moritz Venn [Fri, 18 Jul 2008 17:47:16 +0000 (17:47 +0000)]
change avoidDuplicateDescription from bool to int (0/1/2 -> no/same service/any service),
squash some bugs in the wizard

15 years agopossible installation issue fix
Stephan Reichholf [Fri, 18 Jul 2008 16:37:20 +0000 (16:37 +0000)]
possible installation issue fix

15 years agomore readable code which also makes eclipse happy ;)
Stephan Reichholf [Fri, 18 Jul 2008 16:35:43 +0000 (16:35 +0000)]
more readable code which also makes eclipse happy ;)

15 years agoadd wip wizard which helps creating a new timer by providing descriptions for autotim...
Moritz Venn [Fri, 18 Jul 2008 14:07:28 +0000 (14:07 +0000)]
add wip wizard which helps creating a new timer by providing descriptions for autotimer attributes - you can revert to old behaviour in the plugin settings

15 years ago- added swiss and italian reverselookup
Michael Schmidt [Fri, 18 Jul 2008 10:09:57 +0000 (10:09 +0000)]
- added swiss and italian reverselookup
- presentation of names read from FBF phonebook more configurable

15 years agofix reading in filters
Moritz Venn [Thu, 17 Jul 2008 12:26:27 +0000 (12:26 +0000)]
fix reading in filters

15 years ago- dynamic interface handling
Mladen Horvat [Tue, 15 Jul 2008 21:03:56 +0000 (21:03 +0000)]
- dynamic interface handling
- update some translations
- add new box depending rc visualisations

15 years ago- alphabetize autotimers in overview,
Moritz Venn [Sun, 13 Jul 2008 20:09:32 +0000 (20:09 +0000)]
- alphabetize autotimers in overview,
- improve check for empty match/name,
- factor out what can be easily reused from autotimereditor to autotimereditorbase

15 years agosome changes to keep channel-data
Julian Dittrich [Fri, 11 Jul 2008 14:30:49 +0000 (14:30 +0000)]
some changes to keep  channel-data

15 years agoupdate configure.ac
Mladen Horvat [Fri, 11 Jul 2008 12:39:04 +0000 (12:39 +0000)]
update configure.ac

15 years ago- add translations
Mladen Horvat [Fri, 11 Jul 2008 12:37:33 +0000 (12:37 +0000)]
- add translations
- some more fixes

15 years ago-add translations
Mladen Horvat [Fri, 11 Jul 2008 12:30:57 +0000 (12:30 +0000)]
-add translations
-some fixes

15 years agoFixed a potential crash
Volker Christian [Wed, 9 Jul 2008 22:42:42 +0000 (22:42 +0000)]
Fixed a potential crash

15 years agoFixed a problem with filter...
Michael Schmidt [Wed, 9 Jul 2008 11:10:29 +0000 (11:10 +0000)]
Fixed a problem with filter...

15 years agofix indentation
Moritz Venn [Tue, 8 Jul 2008 20:22:07 +0000 (20:22 +0000)]
fix indentation

15 years agoreact to language changes
Moritz Venn [Tue, 8 Jul 2008 10:45:41 +0000 (10:45 +0000)]
react to language changes

15 years agochange some translations...
Moritz Venn [Mon, 7 Jul 2008 12:24:33 +0000 (12:24 +0000)]
change some translations...

15 years agobuild makefile in autotimer/po
Moritz Venn [Mon, 7 Jul 2008 12:03:25 +0000 (12:03 +0000)]
build makefile in autotimer/po

15 years agoIntroduction of localization including german messages
Michael Schmidt [Mon, 7 Jul 2008 11:36:29 +0000 (11:36 +0000)]
Introduction of localization including german messages

15 years agoConfiguration parser factored out to AutoTimerConfiguration, adjust to previous commit...
Moritz Venn [Mon, 7 Jul 2008 09:45:35 +0000 (09:45 +0000)]
Configuration parser factored out to AutoTimerConfiguration, adjust to previous commit...

15 years agoRename AutoTimerConfiguration -> AutoTimerSettings, OldConfigurationParser -> AutoTim...
Moritz Venn [Mon, 7 Jul 2008 09:44:01 +0000 (09:44 +0000)]
Rename AutoTimerConfiguration -> AutoTimerSettings, OldConfigurationParser -> AutoTimerConfiguration

15 years agobump required e2 version...
Moritz Venn [Sat, 5 Jul 2008 13:24:48 +0000 (13:24 +0000)]
bump required e2 version...

15 years agoif config.movielist.videodirs.value was not set, the hole thing died...
Julian Dittrich [Sat, 5 Jul 2008 09:52:56 +0000 (09:52 +0000)]
if config.movielist.videodirs.value was not set, the hole thing died...

15 years agoadding inputboxes to enter custom radio stations
Rico Schulte [Fri, 4 Jul 2008 21:23:22 +0000 (21:23 +0000)]
adding inputboxes to enter custom radio stations

15 years agofixing building of config file
Rico Schulte [Fri, 4 Jul 2008 20:05:18 +0000 (20:05 +0000)]
fixing building of config file
added leading / to Path, so file is build in /etc/enigma2/ instead of /etc/

15 years agorearrange this a little...
Moritz Venn [Fri, 4 Jul 2008 19:55:31 +0000 (19:55 +0000)]
rearrange this a little...

15 years agointegrated AutoTime partly. it's not visible for now.
Julian Dittrich [Fri, 4 Jul 2008 18:45:19 +0000 (18:45 +0000)]
integrated AutoTime partly. it's not visible for now.

15 years agoinserted two hooks for the webinterface
Julian Dittrich [Fri, 4 Jul 2008 18:32:59 +0000 (18:32 +0000)]
inserted two hooks for the webinterface

15 years ago - don't forget to copy maxduration and destination when cloning an AutoTimerComponen...
Moritz Venn [Fri, 4 Jul 2008 13:38:53 +0000 (13:38 +0000)]
 - don't forget to copy maxduration and destination when cloning an AutoTimerComponent (and actually copy match, which was set to name before),
 - use MovieLocationBox when choosing a custom location,
 - replace hardcoded /hdd/movie by resolveFilename(SCOPE_HDD),
 - add new option "use custom location" so the default record dir can be chosen via GUI without any hacks

15 years agoadd italian translation... thx to Spaeleus (linsat team)
Andreas Monzner [Thu, 3 Jul 2008 21:22:19 +0000 (21:22 +0000)]
add italian translation... thx to Spaeleus (linsat team)

15 years agoadding new value SSL to Interface List
Rico Schulte [Thu, 3 Jul 2008 08:48:26 +0000 (08:48 +0000)]
adding new value SSL to Interface List

15 years agoremoving debug except
Rico Schulte [Wed, 2 Jul 2008 22:44:34 +0000 (22:44 +0000)]
removing debug except

15 years agoadd / at end of dir
Rico Schulte [Wed, 2 Jul 2008 19:51:15 +0000 (19:51 +0000)]
add / at end of dir

15 years agoadding new Makefile of webif/etc
Rico Schulte [Wed, 2 Jul 2008 19:46:08 +0000 (19:46 +0000)]
adding new Makefile of webif/etc

15 years ago*** keyword substitution change ***
Rico Schulte [Wed, 2 Jul 2008 19:01:23 +0000 (19:01 +0000)]
*** keyword substitution change ***

15 years agoadding SSL Encryption to all WebInterface Ports with Python OpenSSL
Rico Schulte [Wed, 2 Jul 2008 18:53:04 +0000 (18:53 +0000)]
adding SSL Encryption to all WebInterface Ports with Python OpenSSL

Its now possible to switch on SSL Encryption for each Port configured in the WebIf
As this is not a official selfsigning SSL Certificate, the Browsers aka Clients have to define an exception for this.
PLEASE NOTE: The Use of a public Private Key isnt secure. To make it secure, you have to generate your own selfsigning certifikate!
The Server Keys server.pem and the certificate cacert.pem are stored in the folder /etc/enigma2/ to have it in Backup Files

15 years agoupdate recorddict when adding new timers to improve detection of repeats via avoidDup...
Moritz Venn [Wed, 2 Jul 2008 17:09:45 +0000 (17:09 +0000)]
update recorddict when adding new timers to improve detection of repeats via avoidDuplicateDescription

15 years agoFixed a bluescreen
Volker Christian [Tue, 1 Jul 2008 20:57:24 +0000 (20:57 +0000)]
Fixed a bluescreen

15 years agoimport rearrangement
Volker Christian [Tue, 1 Jul 2008 18:44:08 +0000 (18:44 +0000)]
import rearrangement

15 years agoremoving outdated weather pictures, thx to AliAbdul1978
Rico Schulte [Tue, 1 Jul 2008 11:42:07 +0000 (11:42 +0000)]
removing outdated weather pictures, thx to AliAbdul1978

15 years ago- "Default-Server" is implemented: If a default server was choosen, the plugin starts...
Volker Christian [Mon, 30 Jun 2008 20:37:56 +0000 (20:37 +0000)]
- "Default-Server" is implemented: If a default server was choosen, the plugin starts just into the MediaList
- Some more API changes. The VlcServerListScreen now no longer opens the VlcMediaList directly. Instead a callback is used. This changes the VLcServerListScreen into a component usable from other plugins too.
- A stream is now opened via the play(...)-method of the VlcServer
- VlcServerConfig is only instanciated once a enigma2-session. Thus, the use of the VlcServerConfig has changed. Instead of instanciating a VlcServerConfig in every plugin dependent on the VLC-Plugin the plugin shall use the global instance vlcServerConfig which is imported by from Extensions.Plugins.VlcServer.VlcServerConfig import vlcServerConfig

15 years ago- Some minor problems fixed
Volker Christian [Sun, 29 Jun 2008 23:22:46 +0000 (23:22 +0000)]
- Some minor problems fixed
- Started to add a simpler API to be used by extern plugins

15 years agofix servererror, if box is in standby
Rico Schulte [Fri, 27 Jun 2008 15:13:15 +0000 (15:13 +0000)]
fix servererror, if box is in standby

15 years agotypo fixes
Henning Behrend [Wed, 25 Jun 2008 14:50:00 +0000 (14:50 +0000)]
typo fixes

15 years agoSecond update
Volker Christian [Tue, 24 Jun 2008 21:33:22 +0000 (21:33 +0000)]
Second update

15 years agoFirst update
Volker Christian [Tue, 24 Jun 2008 21:31:04 +0000 (21:31 +0000)]
First update

15 years agoAdded a .cvsignore
Volker Christian [Tue, 24 Jun 2008 21:30:35 +0000 (21:30 +0000)]
Added a .cvsignore

15 years agoJust code-reformat
Volker Christian [Tue, 24 Jun 2008 21:19:26 +0000 (21:19 +0000)]
Just code-reformat

15 years agoWrong Screen name in skin fixed
Volker Christian [Tue, 24 Jun 2008 21:17:37 +0000 (21:17 +0000)]
Wrong Screen name in skin fixed

15 years agoMake seekFwd and seekBack work again
Volker Christian [Tue, 24 Jun 2008 21:14:13 +0000 (21:14 +0000)]
Make seekFwd and seekBack work again

15 years agodo something
Rico Schulte [Tue, 24 Jun 2008 16:47:33 +0000 (16:47 +0000)]
do something

15 years agoenablel/disable zapping via config
Rico Schulte [Mon, 23 Jun 2008 22:48:29 +0000 (22:48 +0000)]
enablel/disable zapping via config

15 years agoadd and build dependencies for servicets
Andreas Monzner [Mon, 23 Jun 2008 19:41:06 +0000 (19:41 +0000)]
add and build dependencies for servicets

15 years agochanged interface for demux to iDVBDemux
Alex Lätsch [Mon, 23 Jun 2008 17:23:05 +0000 (17:23 +0000)]
changed interface for demux to iDVBDemux

15 years agodamn lambda
Stephan Reichholf [Mon, 23 Jun 2008 15:53:28 +0000 (15:53 +0000)]
damn lambda

15 years agopossible updates.html memleak fix...
Stephan Reichholf [Mon, 23 Jun 2008 15:49:31 +0000 (15:49 +0000)]
possible updates.html memleak fix...

15 years agoremove unneeded (?) lambda, hopefully this was the RAM Bug
Rico Schulte [Mon, 23 Jun 2008 15:05:34 +0000 (15:05 +0000)]
remove unneeded (?) lambda, hopefully this was the RAM Bug

15 years agofix typo
Rico Schulte [Sun, 22 Jun 2008 16:38:51 +0000 (16:38 +0000)]
fix typo

15 years agotranslation updates
Alex Lätsch [Sun, 22 Jun 2008 12:59:53 +0000 (12:59 +0000)]
translation updates

15 years agotranslation fixes
Alex Lätsch [Sun, 22 Jun 2008 12:57:50 +0000 (12:57 +0000)]
translation fixes

15 years agoAdded support for HDTV resolutions 1280x720, 1920x1080. Moved _ function (gettext...
Alex Lätsch [Sun, 22 Jun 2008 12:57:15 +0000 (12:57 +0000)]
Added support for HDTV resolutions 1280x720, 1920x1080. Moved _ function (gettext) to package init. removed VlcPluginInfo class.

15 years agoremoved VlcPluginInfo class, use resolveFilename instead
Alex Lätsch [Sun, 22 Jun 2008 12:55:01 +0000 (12:55 +0000)]
removed VlcPluginInfo class, use resolveFilename instead