enigma2-plugins.git
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 :)

15 years agofix handling of screensaverstart
Rico Schulte [Sun, 12 Aug 2007 17:45:01 +0000 (17:45 +0000)]
fix handling of screensaverstart

15 years agofix type with
Rico Schulte [Sun, 12 Aug 2007 17:06:25 +0000 (17:06 +0000)]
fix type with
onTrackBannedCB
and
onTrackBanedCB

15 years agofix bug with stationurl of tracks (similar tracks)
Rico Schulte [Sun, 12 Aug 2007 16:32:53 +0000 (16:32 +0000)]
fix bug with stationurl of tracks (similar tracks)

15 years ago-following changes at the lastfm-webaip
Rico Schulte [Sun, 12 Aug 2007 16:19:45 +0000 (16:19 +0000)]
-following changes at the lastfm-webaip
-major changes in handling the streams (now each track is a single file/stream)
-displaying remaining playtime of a track
-fix small bugs with stationurls

15 years agofunction unquote_plus added
Rico Schulte [Sun, 12 Aug 2007 16:17:41 +0000 (16:17 +0000)]
function unquote_plus added

this changes
The+Association%E2%80%99s+Top+Listeners
to
The Association’s Top Listeners

15 years agoadded vlcplayer
Rico Schulte [Sun, 12 Aug 2007 08:09:52 +0000 (08:09 +0000)]
added vlcplayer
developed by lexx911
big thanks to him

15 years agoinitial version
Rico Schulte [Sun, 12 Aug 2007 08:09:17 +0000 (08:09 +0000)]
initial version
developed by lexx911
big thanks to him

15 years ago* Changed Subservice Handling a lot
Stephan Reichholf [Thu, 9 Aug 2007 22:47:28 +0000 (22:47 +0000)]
* Changed Subservice Handling a lot
** Works on all 4 Major Browsers
** Doesn't block mainloop anymore
** Poll for Subservices every 15 seconds (we will soon be able to handle this using enigma2 events).
* Added Autoreconnect - When loosing the connection to the live-update stream the WebIF now tries to reconnect every 5 seconds for 10 times - (this fixes the "disconnected popup" when unloading the page, too)
* Some Cleanups here and there

NEEDS TESTING - PLEASE REPORT! THX! :)

15 years agoadd missing import
Andreas Monzner [Tue, 31 Jul 2007 18:44:20 +0000 (18:44 +0000)]
add missing import

15 years agoadd missing import
Andreas Monzner [Wed, 25 Jul 2007 13:45:15 +0000 (13:45 +0000)]
add missing import

15 years agore-add used functions
Andreas Monzner [Tue, 24 Jul 2007 19:09:10 +0000 (19:09 +0000)]
re-add used functions

15 years agore-add missing import
Andreas Monzner [Tue, 24 Jul 2007 13:28:03 +0000 (13:28 +0000)]
re-add missing import

15 years agofix import
Andreas Monzner [Mon, 23 Jul 2007 14:58:40 +0000 (14:58 +0000)]
fix import

15 years agoimport fixes
Andreas Monzner [Mon, 23 Jul 2007 14:49:02 +0000 (14:49 +0000)]
import fixes

15 years agoimport cleanup
Andreas Monzner [Mon, 23 Jul 2007 14:01:17 +0000 (14:01 +0000)]
import cleanup
hopefully this breaks nothing

15 years agofix scrolling SignalPanel
Rico Schulte [Sat, 21 Jul 2007 09:59:36 +0000 (09:59 +0000)]
fix scrolling SignalPanel

15 years ago- add dB signal to signal panel
Henning Behrend [Thu, 19 Jul 2007 18:49:49 +0000 (18:49 +0000)]
- add dB signal to signal panel
- whitespace clean up

15 years ago* not working yet
Stephan Reichholf [Sun, 15 Jul 2007 12:12:56 +0000 (12:12 +0000)]
* not working yet

15 years agonow correct movie filesize in MB
Rico Schulte [Sat, 14 Jul 2007 13:17:01 +0000 (13:17 +0000)]
now correct movie filesize in MB

15 years agoadd Filesize of Movies and display that in MegaBytes
Rico Schulte [Sat, 14 Jul 2007 13:03:32 +0000 (13:03 +0000)]
add Filesize of Movies and display that in MegaBytes

15 years agopython-large-file support is now avaiable in OE, so we dont need to work around the...
Rico Schulte [Sat, 14 Jul 2007 12:41:45 +0000 (12:41 +0000)]
python-large-file support is now avaiable in OE, so we dont need to work around the stream.FileStream-Exception

Its now possible to seek to moviepositions in files >2GB also

increase depending enigma2-version, so that it is garantied that we install it in an actual image with this oe-fixes

15 years agofixed scrolling problem in mediaplaer and filelist
Julian Dittrich [Sat, 14 Jul 2007 12:30:49 +0000 (12:30 +0000)]
fixed scrolling problem in mediaplaer and filelist

15 years agoadd help.cursor to moviename to indicate that there is more info
Rico Schulte [Mon, 9 Jul 2007 07:26:11 +0000 (07:26 +0000)]
add help.cursor to moviename to indicate that there is more info

15 years agorm alert()
Rico Schulte [Mon, 9 Jul 2007 06:27:01 +0000 (06:27 +0000)]
rm alert()

15 years agonew function FileBrowser
Julian Dittrich [Sun, 8 Jul 2007 17:11:43 +0000 (17:11 +0000)]
new function FileBrowser

15 years agonew function FileBrowser
Julian Dittrich [Sun, 8 Jul 2007 16:45:37 +0000 (16:45 +0000)]
new function FileBrowser

15 years agosmall changes (mostly var. names)
Julian Dittrich [Sat, 7 Jul 2007 18:51:38 +0000 (18:51 +0000)]
small changes (mostly var. names)

15 years agoadd Notes
Rico Schulte [Sat, 7 Jul 2007 18:28:38 +0000 (18:28 +0000)]
add Notes

15 years ago*** empty log message ***
Rico Schulte [Sat, 7 Jul 2007 18:28:20 +0000 (18:28 +0000)]
*** empty log message ***

15 years agoMediaPlayer some last improvments.
Julian Dittrich [Sat, 7 Jul 2007 16:05:56 +0000 (16:05 +0000)]
MediaPlayer some last improvments.

15 years agoFiles can now be downloaded
Julian Dittrich [Sat, 7 Jul 2007 15:32:45 +0000 (15:32 +0000)]
Files can now be downloaded

15 years agoadd a notesystem to http://dm7025/notes accessable via xml
Rico Schulte [Sat, 7 Jul 2007 14:16:45 +0000 (14:16 +0000)]
add a notesystem to dm7025/notes accessable via xml

15 years agoFiles can now be downloaded
Julian Dittrich [Sat, 7 Jul 2007 14:15:21 +0000 (14:15 +0000)]
Files can now be downloaded

15 years agoadd self.default_uploaddir to form
Rico Schulte [Sat, 7 Jul 2007 12:20:45 +0000 (12:20 +0000)]
add self.default_uploaddir to form

15 years agochmod from 775 to 755
Rico Schulte [Sat, 7 Jul 2007 12:18:15 +0000 (12:18 +0000)]
chmod from 775 to 755
this was a typo? :)

15 years agoadd Note of Free space in /tmp/
Rico Schulte [Sat, 7 Jul 2007 12:16:20 +0000 (12:16 +0000)]
add Note of Free space in /tmp/
add chmod 775 to the uploaded file

15 years agoadd getTime for movies
Rico Schulte [Sat, 7 Jul 2007 11:27:52 +0000 (11:27 +0000)]
add getTime for movies

15 years agoadd Fileupload
Rico Schulte [Sat, 7 Jul 2007 10:51:45 +0000 (10:51 +0000)]
add Fileupload
http://dm7025/upload

15 years agosome fixes
Julian Dittrich [Thu, 5 Jul 2007 20:19:53 +0000 (20:19 +0000)]
some fixes

15 years agoadd movielength to movielist-data
Rico Schulte [Thu, 5 Jul 2007 19:49:52 +0000 (19:49 +0000)]
add movielength to movielist-data

because this slows down the request extremply, i made it 'disable able' (default is off)

with ~70 recording a list took 4.7 sec without length
with length it took 37 sec

15 years agofix BS with not existing session
Rico Schulte [Thu, 5 Jul 2007 19:43:27 +0000 (19:43 +0000)]
fix BS with not existing session
got BS with "global name session is not defined" so i catched it, but please make it safe if you use globals!

thx

15 years agosmall bugfix
Julian Dittrich [Thu, 5 Jul 2007 19:23:13 +0000 (19:23 +0000)]
small bugfix

15 years agofix streaminterface design
Stephan Reichholf [Wed, 4 Jul 2007 21:01:41 +0000 (21:01 +0000)]
fix streaminterface design

15 years agotiny fix
Stephan Reichholf [Wed, 4 Jul 2007 20:43:21 +0000 (20:43 +0000)]
tiny fix

15 years agoMediaPlayer needs some redesign, but the functionality is up and running :)
Julian Dittrich [Wed, 4 Jul 2007 20:17:05 +0000 (20:17 +0000)]
MediaPlayer needs some redesign, but the functionality is up and running :)

15 years agoenable/disable autowrite of timer to flash after change/add via config
Rico Schulte [Wed, 4 Jul 2007 19:14:42 +0000 (19:14 +0000)]
enable/disable autowrite of timer to flash after change/add via config

15 years agoand now do it in english ;)
Rico Schulte [Wed, 4 Jul 2007 18:59:42 +0000 (18:59 +0000)]
and now do it in english ;)

15 years agoimprove Movielist, Details now visible
Rico Schulte [Wed, 4 Jul 2007 18:58:31 +0000 (18:58 +0000)]
improve Movielist, Details now visible

But Layout isnt eyecandy... td-width of left-rows must be smaler

15 years agoadd Recordtime to Movielist
Rico Schulte [Wed, 4 Jul 2007 18:56:16 +0000 (18:56 +0000)]
add Recordtime to Movielist

15 years agofixed small bug, repeated list was reversed.
Julian Dittrich [Wed, 4 Jul 2007 17:15:59 +0000 (17:15 +0000)]
fixed small bug, repeated list was reversed.

15 years agoMessage Answer now reaches webinterface
Julian Dittrich [Wed, 4 Jul 2007 14:39:25 +0000 (14:39 +0000)]
Message Answer now reaches webinterface

15 years agoMessage Answer now reaches webinterface
Julian Dittrich [Wed, 4 Jul 2007 14:33:12 +0000 (14:33 +0000)]
Message Answer now reaches webinterface

15 years agonice record button
Stephan Reichholf [Tue, 3 Jul 2007 20:40:38 +0000 (20:40 +0000)]
nice record button

15 years agoadd missing ?tag= to url in movielist.rss
Rico Schulte [Tue, 3 Jul 2007 17:41:48 +0000 (17:41 +0000)]
add missing ?tag= to url in movielist.rss

15 years agoother banner pngs
Stephan Reichholf [Tue, 3 Jul 2007 15:42:39 +0000 (15:42 +0000)]
other banner pngs

15 years ago- More desing changes (tell me if you like it!)
Stephan Reichholf [Tue, 3 Jul 2007 14:41:23 +0000 (14:41 +0000)]
- More desing changes (tell me if you like it!)

15 years agofix size of record button (and make it little nicer).
Stephan Reichholf [Tue, 3 Jul 2007 13:46:16 +0000 (13:46 +0000)]
fix size of record button (and make it little nicer).
slightly nicer record button, change bg of trash.gif to white...
need nicer icons for both...

15 years agoadd missing button - smaller, nicer buttons
Stephan Reichholf [Tue, 3 Jul 2007 13:11:23 +0000 (13:11 +0000)]
add missing button - smaller, nicer buttons

15 years agoAdd Header for "Message" Screen
Stephan Reichholf [Mon, 2 Jul 2007 21:32:02 +0000 (21:32 +0000)]
Add Header for "Message" Screen

15 years ago* small changes...
Stephan Reichholf [Mon, 2 Jul 2007 21:23:58 +0000 (21:23 +0000)]
* small changes...

15 years ago* Nicer Buttons (still ugly)
Stephan Reichholf [Mon, 2 Jul 2007 21:11:20 +0000 (21:11 +0000)]
* Nicer Buttons (still ugly)
* Add IEFixes.htc to allow hovering of any HTML Element
* Change Servicelist to work with IE :)
* NOT!!! done yet!

15 years agosecond steps for a control-page of the mediaplayer
Julian Dittrich [Mon, 2 Jul 2007 20:03:55 +0000 (20:03 +0000)]
second steps for a control-page of the mediaplayer

15 years agoProfessor Zoom is strait forward
Rico Schulte [Mon, 2 Jul 2007 18:03:21 +0000 (18:03 +0000)]
Professor Zoom is strait forward

15 years ago* more style fixes....
Stephan Reichholf [Mon, 2 Jul 2007 08:42:15 +0000 (08:42 +0000)]
* more style fixes....
* fix flipped hex/dec values on about screen (PIDs)

15 years agofix style in IE7
Stephan Reichholf [Mon, 2 Jul 2007 08:24:05 +0000 (08:24 +0000)]
fix style in IE7

15 years agosmall IE fixes (still a little bit messed up...)
Stephan Reichholf [Sun, 1 Jul 2007 21:08:53 +0000 (21:08 +0000)]
small IE fixes (still a little bit messed up...)

15 years ago* Improve About
Stephan Reichholf [Sun, 1 Jul 2007 20:39:52 +0000 (20:39 +0000)]
* Improve About
* BodyContentChanelList is now name BodyContent!!!
* Please report if i broke something!

15 years agofix missing <e2currentserviceinformation>
Rico Schulte [Sun, 1 Jul 2007 19:55:58 +0000 (19:55 +0000)]
fix missing <e2currentserviceinformation>

15 years agofirst steps for a control-page of the mediaplayer
Julian Dittrich [Sun, 1 Jul 2007 19:38:01 +0000 (19:38 +0000)]
first steps for a control-page of the mediaplayer

15 years agoadd http://dm7025/play?file=/path/to/audio/file/or/movie.mpg
Rico Schulte [Sun, 1 Jul 2007 19:14:32 +0000 (19:14 +0000)]
add dm7025/play?file=/path/to/audio/file/or/movie.mpg

15 years agoProfessor Zoom strikes back
Rico Schulte [Sun, 1 Jul 2007 19:11:19 +0000 (19:11 +0000)]
Professor Zoom strikes back

15 years agoincrease enigma2 version and versiontag
Rico Schulte [Sun, 1 Jul 2007 09:05:52 +0000 (09:05 +0000)]
increase enigma2 version and versiontag

15 years agodelete signalPanel
Rico Schulte [Sat, 30 Jun 2007 19:10:21 +0000 (19:10 +0000)]
delete signalPanel

15 years agofixed smal bug
Julian Dittrich [Sat, 30 Jun 2007 18:01:38 +0000 (18:01 +0000)]
fixed smal bug

15 years agonew wap-page, that you can edit-timers
Julian Dittrich [Sat, 30 Jun 2007 16:05:23 +0000 (16:05 +0000)]
new wap-page, that you can edit-timers

15 years agodo startimercorrection only if it is not a repeated timer
Rico Schulte [Sat, 30 Jun 2007 14:49:42 +0000 (14:49 +0000)]
do startimercorrection only if it is not a repeated timer

15 years agochangeTimer changed, if a timer is changed and the starttime is in the past, it will...
Rico Schulte [Sat, 30 Jun 2007 14:44:56 +0000 (14:44 +0000)]
changeTimer changed, if a timer is changed and the starttime is in the past, it will be corrected with the current time

15 years agochanged tvbrowser to UTC-Time
Rico Schulte [Sat, 30 Jun 2007 14:30:32 +0000 (14:30 +0000)]
changed tvbrowser to UTC-Time

15 years agotimer add in WAP-Pages now working
Julian Dittrich [Sat, 30 Jun 2007 14:00:20 +0000 (14:00 +0000)]
timer add in WAP-Pages now working

15 years agofor the better
Julian Dittrich [Sat, 30 Jun 2007 13:50:38 +0000 (13:50 +0000)]
for the better

15 years agoincrease versiontag
Rico Schulte [Sat, 30 Jun 2007 11:44:43 +0000 (11:44 +0000)]
increase versiontag

15 years agodont add images (signal.png) via javascript... it will not be loaded
Rico Schulte [Sat, 30 Jun 2007 10:53:01 +0000 (10:53 +0000)]
dont add images (signal.png) via javascript... it will not be loaded

15 years agofix %20 in filename
Rico Schulte [Sat, 30 Jun 2007 10:44:59 +0000 (10:44 +0000)]
fix %20 in filename

15 years agofix ^^
Rico Schulte [Sat, 30 Jun 2007 10:04:31 +0000 (10:04 +0000)]
fix ^^

15 years agomajor changes... this hopefully fixes
Rico Schulte [Sat, 30 Jun 2007 09:28:52 +0000 (09:28 +0000)]
major changes... this hopefully fixes
- RAM-Bug
- starting HDD on WebIf Requests
- slowlieness :)

15 years agosome more changes, that should be save, but are not complete (but working)
Julian Dittrich [Fri, 29 Jun 2007 19:14:47 +0000 (19:14 +0000)]
some more changes, that should be save, but are not complete (but working)