| Counter |
| Visitors total: |
31033240 |
| Visitors today: |
3469 |
| Visitors yesterday: |
15652 |
|
|
|
| Latest News |
|
|
Tag zusammen,
es hat lange gedauert, aber jetzt habe ich das Gefühl, dass ich mal einen Snapshot vom neuen Vodcatcher Helper rausgeben kann.
Es handelt sich um eine komplett neu geschriebene Version, die auf OSGi (Apache Felix) basiert und somit auch ganz gut modularisiert ist.
Was geht im Moment:- ARD Mediathek
- ZDFmediathek
- Arte+7
- 3sat Mediathek
- DMAX Videotheke (ganze Folgen)
- RSS Feeds (z.B. Computer Club 2)
- Youtube RSS Feeds
- Brainblog
- Youporn
- HTTP Downloads
- MMS Downloads (manchmal gut, manchmal eher schlecht. Genaues Problem hab ich noch nicht gefunden)
Im Moment gibt es nur den snapshot, der jede Nacht automatisch aus dem aktuellen SVN Stand gebaut wird, wenn der vserver das mitmacht
Benötigt wird Java 1.6, das osdserver-Plugin und das mplayer- oder xineliboutput-Plugin.
Installation: Einfach auspacken.
Starten: vch.sh ausführbarmachen und dann mit starten.
Das Webinterface wird auf Port 8080 gestartet. Ändern kann man das in conf/config.properties, letzte Zeile.
Einsteigen könnt ihr mit http://host:8080/downloads .
Herunterfahren geht so:
| code: |
1:
2:
|
telnet host 6666
shutdown |
|
Wer Brainblog und Youporn haben möchte, sollte unter Erweiterungen->Konfiguration noch das Repository http://vch.berlios.de/repo/snapshots/repository.xml hinzufügen. Dann kann man die beiden Parser unter Erweiterungen installieren.
Ist erstmal ganz schön viel für den Anfang, aber so kompliziert ist es nicht.
So, den aktuellen Snapshot gibt es hier: http://vch.berlios.de/repo/snapshots/de/...SHOT-bin.tar.gz
Dann lasst mal hören, wie ihr damit klarkommt.
Gruß
Henrik
|
|
|
|
Die Version des Extensionpatch NG für VDR 1.7.13 ist endlich fertig.
Dadurch geht der Support für alle älteren Versionen verloren.
Besonderen Dank geht an ich MarkusE (für die LNBSHARE-Anpassung und kls (für vdr-1.7.13 und die vielen Patches, die dadurch unnötig geworden sind)
Änderungen:
V1:
CMDRECCMDI18N ist nicht mehr enthalten (zu starke Änderungen notwendig)
SOURCECAPS ist nicht mehr enthalten (Siehe VDR-Changelog)
PLUGINPARAM ist nicht mehr enthalten (Siehe VDR-Changelog)
DOLBYINREC ist nicht mehr enthalten (Siehe VDR-Changelog)
ATSC ist nicht mehr enthalten (zu starke Änderungen notwenig, außerdem scheint VDR mittlerweile selber mit ATSC umgehen zu können)
LNBSHARE wurde ersetzt gegen den Fix von MarkusE (ungetestet)
TTXTSUBS wurde ersetzt gegen die Version 0.2.0
Ich habe mich dazu entschlossen mich mit der Versionierung an den VDR-Versionen zu orientierten. Daher heißt die neue Version "ExtP-NG-vdr-1.7.13-V1"
V2:
ATSC wieder hinzugefügt und aktualisiert
TIMERINFO hinzugefügt
Download wie immer von meiner Website: Siehe Signatur.
Ich bin nun auch bereit, weitere Patches aufzunehmen. Ist ja mittlerweile genug rausgeflogen.
Gruß
Copperhead
|
|
|
|
hallo,
wie schon angekuendigt, haben wir mal die verfuegbaren patches zusammen ins
graphlcd plugin gepackt. danke hierfuer an die fleissigen patcher und wastl.
das ganze gibts jetzt als version 0.1.6:
download:
http://projects.vdr-developer.org/projec..._files/graphlcd
alternativ via git:
git clone git://projects.vdr-developer.org/vdr-plugin-graphlcd.git
git clone git://projects.vdr-developer.org/graphlcd-base.git
die aenderungen:
graphlcd-base:
- added LDFLAGS_diff in Makefiles for better combat
- added gcc43-compat patch (include cstring.h/csdtlib.h)
- added support for Futaba DM140 vfd
- added support for option BRIGHTNESS (for graphlcd-dimming support); added correct intialisation for self-emitting displays (eg. OLEDs); added missing check for ancient serdisplib-version (mrwastl)
vdr-plugin-graphlcd:
- added UTF8 support (vdr-graphlcd-0.1.5-utf8_i18n.diff)
- added include path graphlcd-base/ in Makefile
- added -L./graphlcd-base/glcddrivers/ & glcdgraphics/ in Makefile if graphlcd-base is not installed system-wide
- changed FRAMESPERSEC to DEFAULTFRAMESPERSECOND (vdr-1.7.x)
- modified Makefile for vdr-1.7.13
gruss,
-- randy
|
|
|
|
posted on the ML (27.02.10)
| quote: |
This release brings an update and major refactorings of the VDR patch for
VDR 1.7.12. The Subtitle OSD rendering has been simplified and now allows
outlined texts (background for non-outlined-text will be added later).
Special credits go to Rolf Ahrenberg for helping with the VDR patch and
Oliver Hochgartz and mjl for testing! Thanks a lot!
The changes:
* Added Ukrainian translation by Yarema aka Knedlyk (Closes #130)
* Some code refactoring
* Major VDR patch update for 1.7.12 (Closes #236, References #139)) -
The patch now covers the following changes to VDR:
- Record teletext subtitles
- Added setup option to enable teletext subtitle recording
- Allow configuration of fixed teletetxt subtitle pages
- Capture teletext subtitle pages from PMT
- Pass teletext date ttxtsubs plugin
Special Thx to Rolf Ahrenberg!
* Fixed replay when the current live ttxtsubs page differs from the
one in the recording - Thx to Rolf Ahrenberg (Closes #139)
* Show colored subtitles if color information is provided e.g. for
different speakers and dropped custom color settings (Closes #61)
* Position subtitles always centered at the bottom, independent of the
OSD resolution and dropped custom text position settings (Closes #231)
* Render subtitles outlined (Closes #51)
* Decrypt encrypted teletext stream (Closes #241)
* Don't redisplay unchanged subtitle pages
As always: Any help is welcome!
Development site:
http://projects.vdr-developer.org/projects/show/plg-ttxtsubs
Downloads:
http://projects.vdr-developer.org/projec...es/plg-ttxtsubs
Git-Web:
http://projects.vdr-developer.org/git/?p...in-ttxtsubs.git
Anonymous Git-access :
git://projects.vdr-developer.org/vdr-plugin-ttxtsubs.git
The Git repository for the ttxsubs VDR patch is obsolete - it's just too
hard to maintain the patches in a public Git.
This is intended to be a community maintained project! Don't expect me
to fix your problems, I'm merely maintaining the project!
Please report any bugs, ideas or feature requests to the project site (no
registration required for this!). If you want to contribute patches, new
features or whatever, post an issue or patch to the projects issue tracker
or request to join the project. I would happily add everyone as a project
member, who would like to contribute to the project!
Tobias
|
greetings gromit...
|
|
|
|
|
| Online |
| Users Online: 271 |
| aelo, as7805, benilo, carel, climber, Cyberduke, danielboukreev, det, DigitalDevil, don-baba, DrBoon, effendie, eisenkarl, franki, gerdh, gismo82, HerrHut, hotzenplotz5, iNOB, ivonovak, KiLLERHOLiC, liquidolze, Lolo, marc, methodus, Moja, mschmitz, NemoN, oldspies2, onkeltom, opunkt, Piet, pompase, powarman, ReiniPP, reufer, rolandm, rpitroff, sf0815, shad0w, Skiron1, smt7020s, stevie101, swoop124, theonlychriss, Tiroler, utiltiy, winni, Zimbo |
|