enigma2-plugins.git
15 years agofix handling of session with StreamPlayer
Rico Schulte [Tue, 13 Nov 2007 19:08:47 +0000 (19:08 +0000)]
fix handling of session with StreamPlayer

15 years agoVersion 1.4:
Alex Lätsch [Thu, 1 Nov 2007 19:50:56 +0000 (19:50 +0000)]
Version 1.4:
- new aspect ration setting
- "<" and ">" key jump to prev/next file in current dir
- prepared for new Enigma service 0x1002

15 years agoalways set actual session to Streamplayer on LastFMScreenMain start
Rico Schulte [Sun, 28 Oct 2007 11:44:03 +0000 (11:44 +0000)]
always set actual session to Streamplayer on LastFMScreenMain start

15 years agoenable scrobbling of lastfm tracks. this is not done by lastfm itself, so the client...
Rico Schulte [Sun, 28 Oct 2007 11:04:50 +0000 (11:04 +0000)]
enable scrobbling of lastfm tracks. this is not done by lastfm itself, so the client must do this

15 years agoenabling debug output
Rico Schulte [Wed, 24 Oct 2007 15:15:20 +0000 (15:15 +0000)]
enabling debug output
I just have problems to test the login of many imap-server. So I need help to get it working with several loginmethods (TLS, SSL, CRAM-MD5). I you cant login into your server, the output will help me to find out, why :) To get this output you have to start e2 in the console... you know how to do that ....

15 years ago - Fix clipping issues with RSSEntryList
Moritz Venn [Wed, 24 Oct 2007 10:08:55 +0000 (10:08 +0000)]
 - Fix clipping issues with RSSEntryList

15 years ago * Don't create a new list on every feed update,
Moritz Venn [Tue, 23 Oct 2007 22:16:29 +0000 (22:16 +0000)]
 * Don't create a new list on every feed update,
* change RSSFeedView accordingly

15 years ago * Fix BSOD when opening enclosures of Feed
Moritz Venn [Tue, 23 Oct 2007 14:04:05 +0000 (14:04 +0000)]
 * Fix BSOD when opening enclosures of Feed

15 years ago* Allow to easily invalidate RSSBaseList,
Moritz Venn [Tue, 23 Oct 2007 10:10:34 +0000 (10:10 +0000)]
* Allow to easily invalidate RSSBaseList,
* Identify RSSFeedList entry by uri rather than by title,
* Pass parent to RSSScreens instead of next/previous*CB,
* Optimize RSSFeedOverview.pollCallback

15 years agoDon't show URL in FeedView,
Moritz Venn [Mon, 22 Oct 2007 18:18:10 +0000 (18:18 +0000)]
Don't show URL in FeedView,
Don't convert Feeds to 4-tuples and use an own Component for them

15 years ago* forgot to remove...
Stephan Reichholf [Sat, 20 Oct 2007 12:28:06 +0000 (12:28 +0000)]
* forgot to remove...

15 years agoFix size of RSSEntry content widget
Moritz Venn [Sat, 20 Oct 2007 11:55:59 +0000 (11:55 +0000)]
Fix size of RSSEntry content widget

15 years agoyet another test commit
Felix Domke [Sat, 20 Oct 2007 10:30:32 +0000 (10:30 +0000)]
yet another test commit

15 years agowhitespace fix
Felix Domke [Sat, 20 Oct 2007 10:22:14 +0000 (10:22 +0000)]
whitespace fix

15 years agowhitespace fixup
Felix Domke [Sat, 20 Oct 2007 09:33:22 +0000 (09:33 +0000)]
whitespace fixup

15 years agothis is simply a try/except for all error can happen on starting the webif. This...
Rico Schulte [Wed, 17 Oct 2007 09:20:37 +0000 (09:20 +0000)]
this is simply a try/except for all error can happen on starting the webif. This because in some special network-configs our code will thow exceptions.. and to avoid that e2 crashes, we use this try/except

15 years agoadding a printer friendly movielist
Rico Schulte [Tue, 9 Oct 2007 21:23:04 +0000 (21:23 +0000)]
adding a printer friendly movielist
the tag-attrib must still be set to avoid a server error and to get all movies .... yes, that sucks

http://dm7025/web/movielist.html?tag=

15 years agochanging height of lists
Rico Schulte [Tue, 9 Oct 2007 20:32:46 +0000 (20:32 +0000)]
changing height of lists

15 years ago* follow Changes in CVS according Mediaplayer (thx to ritzMo for the .patch)
Stephan Reichholf [Mon, 8 Oct 2007 21:55:15 +0000 (21:55 +0000)]
* follow Changes in CVS according Mediaplayer (thx to ritzMo for the .patch)
* adjust depends

15 years agoincrease version
Stephan Reichholf [Mon, 8 Oct 2007 16:57:50 +0000 (16:57 +0000)]
increase version

15 years ago* properly handle encoded urls (fixes problems with german umlauts and other special...
Stephan Reichholf [Mon, 8 Oct 2007 16:56:33 +0000 (16:56 +0000)]
* properly handle encoded urls (fixes problems with german umlauts and other special chars when trying to download a movie via webinterface)

15 years agoRemove Workaround which removed mimetypes of Images.
Moritz Venn [Sun, 7 Oct 2007 14:51:31 +0000 (14:51 +0000)]
Remove Workaround which removed mimetypes of Images.
This was only needed during development.

15 years agoFix missing return statement which prevented fetching new_items on first run
Moritz Venn [Sun, 7 Oct 2007 14:37:23 +0000 (14:37 +0000)]
Fix missing return statement which prevented fetching new_items on first run

15 years agoCheck if new_items is not None before extending
Moritz Venn [Sun, 7 Oct 2007 14:20:23 +0000 (14:20 +0000)]
Check if new_items is not None before extending

15 years agoFix import
Moritz Venn [Sun, 7 Oct 2007 11:26:49 +0000 (11:26 +0000)]
Fix import

15 years agoBump version and requires enigma2
Moritz Venn [Sun, 7 Oct 2007 10:32:23 +0000 (10:32 +0000)]
Bump version and requires enigma2

15 years agoAdd filescanner
Moritz Venn [Sun, 7 Oct 2007 10:32:04 +0000 (10:32 +0000)]
Add filescanner

15 years agoUse Components.Scanner.openList to open enclosures,
Moritz Venn [Sun, 7 Oct 2007 10:31:40 +0000 (10:31 +0000)]
Use Components.Scanner.openList to open enclosures,
Remove self-made PictureViewer

15 years agoUse ScanFile to save enclosures
Moritz Venn [Sun, 7 Oct 2007 10:31:05 +0000 (10:31 +0000)]
Use ScanFile to save enclosures

15 years agoAdded support for subtitles
Alex Lätsch [Sat, 6 Oct 2007 13:35:10 +0000 (13:35 +0000)]
Added support for subtitles

15 years agopre-compiled libs for dm7025
Alex Lätsch [Sat, 6 Oct 2007 13:34:43 +0000 (13:34 +0000)]
pre-compiled libs for dm7025

15 years agoFix showing error-message in errorPolling,
Moritz Venn [Sat, 29 Sep 2007 19:16:08 +0000 (19:16 +0000)]
Fix showing error-message in errorPolling,
check if Poller is present before polling

15 years agoFix screen sizes
Moritz Venn [Sat, 29 Sep 2007 17:20:39 +0000 (17:20 +0000)]
Fix screen sizes

15 years agoChange order in which feed-type is checked
Moritz Venn [Sat, 29 Sep 2007 17:19:41 +0000 (17:19 +0000)]
Change order in which feed-type is checked

15 years agoAdd function to easily add a new feed
Moritz Venn [Sat, 29 Sep 2007 17:18:44 +0000 (17:18 +0000)]
Add function to easily add a new feed

15 years agoremove debug ouput
Stephan Reichholf [Fri, 28 Sep 2007 07:12:03 +0000 (07:12 +0000)]
remove debug ouput

15 years ago* follow "realted Screen" changes ins enigma2 cvs (maybe there is something more...
Stephan Reichholf [Fri, 28 Sep 2007 06:51:35 +0000 (06:51 +0000)]
* follow "realted Screen" changes ins enigma2 cvs (maybe there is something more that needs to be fixed)
* increase Depends therefore

15 years agocommit mailing list test
Stephan Reichholf [Wed, 26 Sep 2007 16:54:32 +0000 (16:54 +0000)]
commit mailing list test

15 years agoRemove unneeded usage of boundFunction
Moritz Venn [Wed, 26 Sep 2007 14:37:46 +0000 (14:37 +0000)]
Remove unneeded usage of boundFunction

15 years agoUse better pngs for Buttons
Moritz Venn [Mon, 24 Sep 2007 15:49:20 +0000 (15:49 +0000)]
Use better pngs for Buttons

15 years agoAdd poller to RSSBaseView,
Moritz Venn [Mon, 24 Sep 2007 15:46:28 +0000 (15:46 +0000)]
Add poller to RSSBaseView,
TagStrip is no longer a class

15 years agoDon't rely on icons from enigma2-skins, using skin_default now
Moritz Venn [Mon, 24 Sep 2007 15:29:33 +0000 (15:29 +0000)]
Don't rely on icons from enigma2-skins, using skin_default now

15 years ago- adding some debugout witch hopefully helps to find errors with loggin in to differe...
Rico Schulte [Sun, 23 Sep 2007 15:43:04 +0000 (15:43 +0000)]
- adding some debugout witch hopefully helps to find errors with loggin in to different servers
- add connectSSL while using Port 993

Tested with IMAP-Server of GMX.net and new with IMAP-Server of WEB.de. Both working with Port 143 and 993.

If your server doesnt work, send me the complet output to 3c5x9(at)gmx(dot)net

15 years agonew icon in WHERE_PLUGINMENU
Rico Schulte [Sat, 22 Sep 2007 08:04:44 +0000 (08:04 +0000)]
new icon in WHERE_PLUGINMENU

thanks to Nemesis

15 years agoadding Icons in WHERE_PLUGINMENU
Rico Schulte [Sat, 22 Sep 2007 08:03:20 +0000 (08:03 +0000)]
adding Icons in WHERE_PLUGINMENU

thanks to Nemesis

15 years agosome working on encodings
Rico Schulte [Sat, 15 Sep 2007 17:40:28 +0000 (17:40 +0000)]
some working on encodings
never seen a 'system' that contains more different codec than email... :]

15 years agoadd insecure-login method, after secure-login failed
Rico Schulte [Sat, 15 Sep 2007 09:54:31 +0000 (09:54 +0000)]
add insecure-login method, after secure-login failed

fix BS with no existing self.proto

15 years ago*arg*
Rico Schulte [Thu, 13 Sep 2007 10:50:27 +0000 (10:50 +0000)]
*arg*

15 years agofix copy´n´paste error
Rico Schulte [Thu, 13 Sep 2007 10:44:55 +0000 (10:44 +0000)]
fix copy´n´paste error

15 years agoadding emailclient
Rico Schulte [Thu, 13 Sep 2007 10:38:43 +0000 (10:38 +0000)]
adding emailclient

15 years agoadding emailclient
Rico Schulte [Thu, 13 Sep 2007 10:32:16 +0000 (10:32 +0000)]
adding emailclient

15 years agotesting building
Rico Schulte [Wed, 12 Sep 2007 20:31:11 +0000 (20:31 +0000)]
testing building

15 years agofix BS with non existing targetfile in some cases
Rico Schulte [Wed, 12 Sep 2007 18:32:36 +0000 (18:32 +0000)]
fix BS with non existing targetfile in some cases

15 years agousing rdepends for twisted-web
Rico Schulte [Wed, 12 Sep 2007 18:12:41 +0000 (18:12 +0000)]
using rdepends for twisted-web

15 years agoOnly show "Keep running in background" when not autostarting
Moritz Venn [Wed, 12 Sep 2007 10:50:00 +0000 (10:50 +0000)]
Only show "Keep running in background" when not autostarting

15 years agotypo
Stephan Reichholf [Tue, 11 Sep 2007 22:06:50 +0000 (22:06 +0000)]
typo

15 years ago*do not write debugfile (no ones needs this anymore)
Stephan Reichholf [Tue, 11 Sep 2007 22:05:42 +0000 (22:05 +0000)]
*do not write debugfile (no ones needs this anymore)
*set UTF-8 encoding for result of reverse lookup (should fix problems with german Umlauts).

15 years agofix bluescreen with getTrack of Playlist
Rico Schulte [Tue, 11 Sep 2007 17:42:22 +0000 (17:42 +0000)]
fix bluescreen with getTrack of Playlist

15 years agonow waiting until all ports has shut down
Rico Schulte [Sun, 9 Sep 2007 14:26:59 +0000 (14:26 +0000)]
now waiting until all ports has shut down

15 years agomake play/stop, next, love and ban actions available when screensaver is running
Stephan Reichholf [Sun, 9 Sep 2007 14:09:12 +0000 (14:09 +0000)]
make play/stop, next, love and ban actions available when screensaver is running

15 years ago* add possiblity to show only calls for a specific MSN
Stephan Reichholf [Sun, 9 Sep 2007 13:48:07 +0000 (13:48 +0000)]
* add possiblity to show only calls for a specific MSN
* fix called nr always 0 on outgoing calls (copy&paste error)

15 years agochange method of shutting down the webserver
Rico Schulte [Sun, 9 Sep 2007 12:09:35 +0000 (12:09 +0000)]
change method of shutting down the webserver
its not cool to use disconnectAll() when you have other services running than the Services on Port 80. if you have another plugin which uses twisted, this would be killed too.

So now we keep a deffered for each connection of the webif and shut it down seperatly.

And I hope this have no sideeffects :)

15 years agoadd missing import eServiceReference
Rico Schulte [Sun, 9 Sep 2007 10:54:57 +0000 (10:54 +0000)]
add missing import eServiceReference

15 years agoadd webcamviewer
Rico Schulte [Sun, 9 Sep 2007 10:41:27 +0000 (10:41 +0000)]
add webcamviewer

15 years agoadd Webcam/Pictureviewer
Rico Schulte [Sun, 9 Sep 2007 10:41:05 +0000 (10:41 +0000)]
add Webcam/Pictureviewer
initial version

15 years agofix typo
Stephan Reichholf [Sat, 8 Sep 2007 22:40:00 +0000 (22:40 +0000)]
fix typo

15 years agoAdd FritzCall
Stephan Reichholf [Sat, 8 Sep 2007 22:19:01 +0000 (22:19 +0000)]
Add FritzCall

15 years agoadd fritz!call to enigma2-plugins cvs (this is a much more feature rich version)
Stephan Reichholf [Sat, 8 Sep 2007 22:18:44 +0000 (22:18 +0000)]
add fritz!call to enigma2-plugins cvs (this is a much more feature rich version)
Features are:
* Show Incoming & Outgoing Calls
* Import Fritz!Box PhoneBook
* Use internal PhoneBook (HDD/USB/CF)
* Strip Leading 0
* Add Prefix for Outgoing Calls
* Auto add Callers to internal PhoneBook
* ReverseLookup Callers (Germany Only for now, you feel free to send me urls and regexes for other countries)

15 years agoRemove httpclient.py and rely on twisted-web
Moritz Venn [Sat, 8 Sep 2007 18:50:37 +0000 (18:50 +0000)]
Remove httpclient.py and rely on twisted-web

15 years agoremoving httpclient.py
Rico Schulte [Sat, 8 Sep 2007 16:56:07 +0000 (16:56 +0000)]
removing httpclient.py

15 years agoadd twisted-web
Rico Schulte [Sat, 8 Sep 2007 16:52:52 +0000 (16:52 +0000)]
add twisted-web
change e2 date to be shure that the reactor-bug is fixed

15 years agohttpclient removed, no using better twisted.web.client
Rico Schulte [Sat, 8 Sep 2007 16:48:55 +0000 (16:48 +0000)]
httpclient removed, no using better twisted.web.client

15 years agoadd trafficinfo
Rico Schulte [Sat, 8 Sep 2007 10:12:33 +0000 (10:12 +0000)]
add trafficinfo

15 years agoinitial version
Rico Schulte [Sat, 8 Sep 2007 10:11:37 +0000 (10:11 +0000)]
initial version
plugin to view german trafficjam informations

15 years agoEnable the User to close 'New Messages'-Popup via exit
Moritz Venn [Tue, 4 Sep 2007 18:02:52 +0000 (18:02 +0000)]
Enable the User to close 'New Messages'-Popup via exit

15 years agoReadd LAN info to About Screen
Stephan Reichholf [Wed, 29 Aug 2007 09:15:40 +0000 (09:15 +0000)]
Readd LAN info to About Screen

15 years agoPlay Audio/Video enclosures in mediaplayer (still a little buggy)
Moritz Venn [Tue, 28 Aug 2007 17:28:10 +0000 (17:28 +0000)]
Play Audio/Video enclosures in mediaplayer (still a little buggy)

15 years agoapply changes from vlcplayer_0.1.3.tar.gz
Rico Schulte [Tue, 28 Aug 2007 11:47:54 +0000 (11:47 +0000)]
apply changes from vlcplayer_0.1.3.tar.gz

15 years agoincrease version
Stephan Reichholf [Tue, 28 Aug 2007 09:51:32 +0000 (09:51 +0000)]
increase version
About: make videoAspect readable
About: add videoSize

15 years agofix hex values in about
Stephan Reichholf [Tue, 28 Aug 2007 00:03:53 +0000 (00:03 +0000)]
fix hex values in about
rename PCRID to PCRPID

15 years agoremove debug
Stephan Reichholf [Mon, 27 Aug 2007 23:01:09 +0000 (23:01 +0000)]
remove debug

15 years agofix case
Stephan Reichholf [Mon, 27 Aug 2007 22:56:42 +0000 (22:56 +0000)]
fix case

15 years agoImprove readability,
Moritz Venn [Mon, 27 Aug 2007 17:37:32 +0000 (17:37 +0000)]
Improve readability,
replace more characters in enclosure-uris,
new item popup timeout handled in screen not in poller

15 years agoPossibility to not autostart and to shutdown poller when inactive,whitespace cleanup
Moritz Venn [Mon, 27 Aug 2007 13:55:42 +0000 (13:55 +0000)]
Possibility to not autostart and to shutdown poller when inactive,whitespace cleanup

15 years agoadd Pid to getaudiotracks (needs latest e2)
Stephan Reichholf [Sun, 26 Aug 2007 12:46:30 +0000 (12:46 +0000)]
add Pid to getaudiotracks (needs latest e2)

15 years agocleanup imports
Andreas Monzner [Fri, 24 Aug 2007 11:02:40 +0000 (11:02 +0000)]
cleanup imports

15 years agoShow Overview by default (Setup when no feeds are present),
Moritz Venn [Wed, 22 Aug 2007 16:01:39 +0000 (16:01 +0000)]
Show Overview by default (Setup when no feeds are present),
don't crash when onSelChanged of RSSList throws an exception,
some more comments

15 years agoAdd possibility to show image-enclosures,
Moritz Venn [Mon, 20 Aug 2007 15:20:30 +0000 (15:20 +0000)]
Add possibility to show image-enclosures,
no longer crashing while trying to show enclosures when list is empty,
fix crash when single-feed updates is erroneous,
improvements to tagstripper (support for lists, uses html linebreaks, ...)

15 years agostarting dev of mediplay Playlist
Julian Dittrich [Sun, 19 Aug 2007 18:04:43 +0000 (18:04 +0000)]
starting dev of mediplay Playlist

15 years agoFix stupid Typo in TagStrip
Moritz Venn [Sat, 18 Aug 2007 18:36:02 +0000 (18:36 +0000)]
Fix stupid Typo in TagStrip

15 years agoExtended TagStrip a bit (max. 1 whitespace, simple list display),
Moritz Venn [Sat, 18 Aug 2007 18:26:07 +0000 (18:26 +0000)]
Extended TagStrip a bit (max. 1 whitespace, simple list display),
extended stripping is used for description of feed and entry,
added info field on EntryView and FeedView which shows which entry is selected

15 years agoNew Items displayed in Feeds,
Moritz Venn [Wed, 15 Aug 2007 22:17:37 +0000 (22:17 +0000)]
New Items displayed in Feeds,
TagStrip changes <p> to newline (readability reasons),
More logical names for files/functions,
Unification in some places,
Some more Comments,
Cleanups

15 years agoadding possibilty to use a proxy
Rico Schulte [Wed, 15 Aug 2007 18:32:56 +0000 (18:32 +0000)]
adding possibilty to use a proxy

15 years agoadd HTTP Header to suggest a better filename than grab --> screenshot.bmp
Rico Schulte [Wed, 15 Aug 2007 11:27:44 +0000 (11:27 +0000)]
add HTTP Header to suggest a better filename than grab --> screenshot.bmp

15 years agoSimplify unnecessarily complicated Code in stripper from last commit,
Moritz Venn [Tue, 14 Aug 2007 20:29:45 +0000 (20:29 +0000)]
Simplify unnecessarily complicated Code in stripper from last commit,
if someone needs to remove valid xml and keep invalid taggings the code is free to use :-)

15 years agoAdd a TagStripper to replace german umlauts and strip html-tags,
Moritz Venn [Tue, 14 Aug 2007 20:09:17 +0000 (20:09 +0000)]
Add a TagStripper to replace german umlauts and strip html-tags,
a present sgmllib would have made this a whole lot easier :-)

15 years agoplugin.py split up,\nfeed overview and single feed view in different screens,\nyellow...
Moritz Venn [Tue, 14 Aug 2007 15:51:16 +0000 (15:51 +0000)]
plugin.py split up,\nfeed overview and single feed view in different screens,\nyellow button plays enclosures found on currently selected item (also on feeds),\nprev/next bouquet works in entryview too,\ncleanups

15 years agoadd simplerss
Moritz Venn [Mon, 13 Aug 2007 20:16:19 +0000 (20:16 +0000)]
add simplerss

15 years agounix linebreaks
Stephan Reichholf [Mon, 13 Aug 2007 10:56:06 +0000 (10:56 +0000)]
unix linebreaks

15 years agobugfix with playlist is None, but i dont know why we can stop if we dont have a playl...
Rico Schulte [Mon, 13 Aug 2007 10:09:35 +0000 (10:09 +0000)]
bugfix with playlist is None, but i dont know why we can stop if we dont have a playlist to play :)