Archiv > Development

vdr-plugin-restfulapi

(1/2) > >>

det:
hi
da das plugin von hier https://github.com/yavdr/vdr-plugin-restfulapi/archive/master.tar.gz    Audioprobleme hat  2011-05-16: Version 0.0.1. 
wollte ich das testen  https://github.com/Saman-VDR/vdr-plugin-restfulapi/archive/master.tar.gz   2013-07-03: Version 0.1.3
 
und nun das

--- Code: ---*** Plugin restfulapi:
tools.cpp: In static member function ‘static std::string VdrExtension::getVideoDiskSpace()’:
tools.cpp:627:48: error: ‘VideoDiskSpace’ was not declared in this scope
   int Percent = VideoDiskSpace(&FreeMB, &UsedMB);
                                                ^
tools.cpp: In static member function ‘static bool VdrExtension::MoveDirectory(const string&, const string&, bool)’:
tools.cpp:675:60: error: ‘RenameVideoFile’ was not declared in this scope
         if (!RenameVideoFile(source.c_str(), target.c_str())) {
                                                            ^
tools.cpp:771:35: error: ‘VideoDirectory’ was not declared in this scope
                  while (source != VideoDirectory) {
                                   ^
tools.cpp:788:32: error: ‘VideoDirectory’ was not declared in this scope
               while (target != VideoDirectory) {
                                ^
tools.cpp: In static member function ‘static std::string VdrExtension::MoveRecording(const cRecording*, const string&, bool)’:
tools.cpp:816:27: error: ‘VideoDirectory’ was not declared in this scope
   string newname = string(VideoDirectory) + "/" + name + oldname.substr(found);
                           ^
make[4]: *** [tools.o] Fehler 1

*** failed plugins: restfulapi
--- End code ---

MegaX magst das mal anschauen ?
mfg det

det:
hi
wirklich keiner einen tib dazu ?
mfg det

det:
abend
@ Claus kannst du das plugin restfulapi und plex-plugin-vdr-live-tv einstweilen wider raus nehmen da vdr-plugin-restfulapi zu alt ist und nicht alle canele gehen
mfg det

clausmuus:
Hi,

aber das restfulapi ist doch seit Wochen im VDR Portal im Gespräch... Haben die dort das Selbe Problem?
Wenn Du dir Pakete nur vorübergehend raus nehmen möchtest, bis die Probleme gelöst sind, kannst Du die auch im Makefile.git über die Blacklist deaktivieren.

Claus

det:
morche

Problem ist das resetfulapi in der jetzigen Version nicht sauber arbeitet es liest manchmal nicht alle Kanäle aus was zur folge hat das in plex nicht alle Kanäle da sind  .
auch wird Audio nicht erkannt . 
im VDR Portal habe ich schon alles dazu durch .

was ich nicht begreife ist zb das wen ich  https://github.com/Saman-VDR/vdr-plugin-restfulapi/archive/master.tar.gz plugin bauen will

im Mackefil

--- Code: ---#src_url := https://github.com/yavdr/vdr-plugin-restfulapi/archive/master.tar.gz
src_url := https://github.com/Saman-VDR/vdr-plugin-restfulapi/archive/master.tar.gz
--- End code ---
das entern dann kommt beim bauen der Fehler 

tools.cpp: In static member function ‘static std::string VdrExtension::getVideoDiskSpace()’:
tools.cpp:628:48: error: ‘VideoDiskSpace’ was not declared in this scope
   int Percent = VideoDiskSpace(&FreeMB, &UsedMB);

so im tools.cpp  wird
#include <vdr/videodir.h>  gesetzt
und im vdr/videodir.h
 static int VideoDiskSpace(int *FreeMB = NULL, int *UsedMB = NULL); // returns the used disk space in percent  widerum das also wiso will er nicht bauen ?
das selbe ist mit den anderen Fehlern

ich bin einfach zu doof das zu finden
mfg det

Navigation

[0] Message Index

[#] Next page

Go to full version