Beiträge von Roby
-
-
Siehe schrift oben
-
Was ist mit diesem skin passiert ist nicht mehr übersichtlich wie bei beta 5
-
Ich habe ein anderes Problem nach kompilieren von tvheadend 4.1-2383 ~ gdf9bd3e kann Ich nicht einloggen
Ich habe kein Passwort vergeben bei kompilieren und default passwort funktioniert auch nichtRaspberry pi mit osmc
-
Im beta 6 sind die balken im skin verschwunden sieht nicht so gut aus
-
Verständnisfrage wo müssen tvg-logo und tvg-shift hinterlegt
#EXTINF:-1 tvg-id="Teleclub Cinema HD" tvg-logo="Teleclub Cinema HD.png" tvg-shift=+2,Teleclub Cinema HD -
Umschaltzeiten sind extrem zu lange so kann man nicht brauchen
kennt jemand eine Lösung um umschaltzeiten zu verkürzenRPi2
LibreELEC (Krypton) v7.90.008 ALPHA
pvr.iptvsimple3.0.0 -
Jetz hab angepast und funktioniert
ich brauche nur noch ein kleine hilfe es gibt eine beschreibung auf webgrabplus forum mein English ist
nicht so gut vieleicht könntest du mir weiterhelfen es geht um ipko.com.inihttp://www.webgrabplus.com/content/ipkocom-down
Zitat von becks14In my case, I kind of managed to solve this by circumventing the HTTPS traffic. In fact I created a PHP script that acts as a proxy. I pointed WebGrap to fetch the new data from the custom PHP script using HTTP while the PHP script fetches the HTML from the IPKO site using HTTPS.
Zitat von becks14
This is the PHP script code, in my case I have named the file as ipko_epg.php:
<?php
// create curl resource
$ch = curl_init();
$agent = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)';
// set url
curl_setopt($ch, CURLOPT_URL, "https://www.ipko.com/epg/admin/programs.php?date=" . $_GET["date"]);
//return the transfer as a string
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, $agent);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
// $output contains the output string
$output = curl_exec($ch);
// close curl resource to free up system resources
curl_close($ch);
echo $output;
?>
Then, one has to modify the url_index part in the ipko.com.ini file of WeGrab as follows:
url_index{url()|http://127.0.0.1/ipko_epg.php?date=|urldate}
Here I have used a local webserver to serve the PHP script. If one uses a remote server, then update the http://127.0.0.1 url accordingly. -
hier für VLC 32 bit
-
guide_time_correct.xml wird aber nicht erstellt somit kann ich auch nicht auswählen
sonst funktioniert recht gut
-
In dem ordner xmltv_time_correct hab auch ein datei namens update.sh die pfade sind aber hier
für LibreELEC nicht für OSMC weisst du wie muss ich pfad für OSMC hier eingeben#!/bin/bash
cd /storage/wg++/xmltv_time_correct/
/storage/.kodi/addons/http://tools.mono/bin/mono xmltv_time_correct.exe guide.xml output.xmlund auch im ordner mdb mdb.config.xml
<filename>/storage/wg++/guide.xml</filename>
<ldbfilename update="f">/storage/wg++/mdb/mdb.xml</ldbfilename> -
Das habe ich ja gerade gemacht ich bin gerade am einrichten
zumindenst mono ist gegangen zum instalieren
sudo apt-get install mono-runtime libmono-system-data4.0-cil libmono-system-web4.0-cilIch melde mich wieder und Danke für die hilfe
-
Ich habe ja auch die ganz letzte
sources.list sieht so aus da hab ich nichts geändert
deb http://ftp.debian.org/debian jessie main contrib non-free
deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://apt.osmc.tv jessie main
-
sudo apt-get remove --purge mono-*
siehe mono.txtEs scheint das es kein mono für osmc zu geben
sudo apt-get install mono-runtime libmono-system-data4.0-cil libmono-system-web4.0-cil
siehe mono install.txt -
Testlauf funktioniert
Last login: Tue Nov 22 11:22:51 2016 from 192.168.0.101
osmc@osmc:~$ /home/osmc/.kodi/userdata/addon_data/wg++/update.shWebGrab+Plus/w MDB & REX Postprocess -- version V1.57
Jan van Straaten
Francis De Paemeleerethanks to Paul Weterings and all the contributing users
--------------------------------------------------------------------------------Job started at 22/11/2016 11:27:42
found: /home/osmc/.kodi/userdata/addon_data/wg++/http://siteini.pack/Switzerland/horizon.tv.ch.ini -- Revision 02
processing /home/osmc/.kodi/userdata/addon_data/wg++/guide.xml ...
Could find existing channel (xmltv_id=TC Star HD) in the config file
Could find existing channel (xmltv_id=TC Prime HD) in the config file
Could find existing channel (xmltv_id=TC Sport 1 HD) in the config file
.....i=index .=same c=change g=gab r=replace n=new
Group (0) :
update requested for - 0 - out of - 3 - channels for 3 day(s)Group (1) :
update requested for - 3 - out of - 3 - channels for 3 day(s)
( 1/3 ) HORIZON.TV.CH -- chan. (xmltv_id=TC Star HD) -- mode Incrementalno robots data found
skipped robots check
iiiiiiiiiiiinnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
0.56 sec/update
( 2/3 ) HORIZON.TV.CH -- chan. (xmltv_id=TC Prime HD) -- mode Incremental
iiiiiiicrontab will einfach nicht
40 11 * * * /home/osmc/.kodi/userdata/addon_data/wg++/update.sh >>/home/osmc/cronlog.txt 2>&1crontablog.txt
/home/osmc/.kodi/userdata/addon_data/wg++/update.sh: line 3: mono: command not foundVieleicht liget es doch an mono
root@osmc /home/osmc > sudo apt-get install mono-runtime libmono-system-data4.0-cil libmono-system-web4.0-cil
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mono-runtime is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
mono-runtime-common libmono-profilerE: Package 'mono-runtime' has no installation candidate
root@osmc /home/osmc >mono hab ja nach diesem anleitung installiert
http://www.webgrabplus.com/documentation/…on/raspberry-piTrotzdem danke ich dir für hilfsbereitschaft
-
wie meinst du manuell wie muss ich starten hab nicht all zu grosse erfahrung mit linux
wenn ich so starte ./update.sh funktioniert auch
osmc@osmc:/home/pi/wg++$ ./update.shsudo aus update.sh entfernt gleiche fehler
/home/pi/wg++/update.sh: line 3: mono: command not foundmono ist schon installiert
root@osmc ~ > mono -V
Mono JIT compiler version 2.11.4 (tarball Thu Mar 14 14:32:54 CDT 2013)
Copyright (C) 2002-2012 Novell, Inc, Xamarin Inc and Contributors. http://www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp(hardfp-abi)
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark) -
Irgendwie funktioniert nicht oder mache ich etwas falsch
update.sh sieht so aus update.sh rechte 775
#!/bin/bash
cd /home/pi/wg++/
sudo mono WebGrab+Plus.exe "$(pwd)"crontab
15 23 * * * /home/pi/wg++/update.sh >>/home/pi/cronlog.txt 2>&1crontablog.txt
sudo: mono: command not foundwenn ich manuell starte funktioniert
osmc@osmc:~$ cd /home/pi/wg++/
osmc@osmc:/home/pi/wg++$ mono WebGrab+Plus.exe "$(pwd)"WebGrab+Plus/w MDB & REX Postprocess -- version V1.57
Jan van Straaten
Francis De Paemeleerethanks to Paul Weterings and all the contributing users
--------------------------------------------------------------------------------Job started at 20/11/2016 23:32:26
timezone=UTC+01:00 mapped with timezone_id "Europe/Paris"
found: /home/pi/wg++/http://siteini.pack/Montenegro/extratv.me.ini -- Revision 01
found: /home/pi/wg++/http://siteini.pack/Romania/horizon.tv.ro.ini -- Revision 02
found: /home/pi/wg++/http://siteini.pack/Poland/tv.wp.pl.ini -- Revision 07
timezone=UTC+01:00 mapped with timezone_id "Europe/Paris"
found: /home/pi/wg++/http://siteini.pack/Serbia/sbb.rs.ini -- Revision 01
Non-sequential revisions found:
Rev. 11:[22/04/2015] - Francis De Paemeleere
- sync this version to mp version
- make description work again
Rev. 09:[26/05/2013] - Jan van Straaten
- removed categories like cine from title and index_title
Non-sequential revisions found:
Rev. 11:[22/04/2015] - Francis De Paemeleere
- sync this version to mp version
- make description work again
Rev. 09:[26/05/2013] - Jan van Straaten
- removed categories like cine from title and index_title
Non-sequential revisions found:
Rev. 11:[22/04/2015] - Francis De Paemeleere
- sync this version to mp version
- make description work again
Rev. 09:[26/05/2013] - Jan van Straaten
- removed categories like cine from title and index_title
found: /home/pi/wg++/http://siteini.pack/Spain/elmundo.es.ini -- Revision 11
found: /home/pi/wg++/http://siteini.pack/Spain/elmundo.es.mp.ini -- Revision 11
timezone=UTC+01:00 mapped with timezone_id "Europe/Paris"
found: /home/pi/wg++/http://siteini.pack/Hungary/musor.tv.ini -- Revision 07
found: /home/pi/wg++/http://siteini.pack/Croatia/tvprofil.net.ini -- Revision 03
timezone=UTC+01:00 mapped with timezone_id "Europe/Paris"
found: /home/pi/wg++/http://siteini.pack/Spain/laguiatv.com.ini -- Revision 06
input file /home/pi/wg++/guide.xml not found ... created a new one ...i=index .=same c=change g=gab r=replace n=new
-
Hab webgrabplus nach diesen anleitung installiert
http://www.webgrabplus.com/documentation/…on/raspberry-pi
http://www.webgrabplus.com/documentation/installation/linux
http://www.webgrabplus.com/documentation/…tware/tvheadendwenn ich manuell starte funktioniert
cd ~/wg++mono WebGrab+Plus.exe "$(pwd)"nun will ich aber das automatisch startet
hab diesen script laut beschreibung erstelle damit es automatisch startet leider funktioniert nicht
hoffe kan mir jemand weiterhelfen
Create a file called update.sh in the ~/wg++ directory and parse the next text into it
#!/bin/bash
cd ~/wg++mono WebGrab+Plus.exe "$(pwd)"crontab -e
15 2 * * * ~/wg++/update.shim Tvheadend interner Grabber Cron mehrzeilig: 15 2 * * * ~/wg++/update.sh eingegeben
Hab OSMC letzte version
-
das heisst ich muss verzichten auf Technotrend CT 2-440
-
Technotrend CT 2-440 http://www.technotrend.eu/2988/TT-TVStick_CT2-4400.html
wird nicht erkannt hab LibreELEC-Odroid_C2.aarch64-7.90.008 mit Tvheadend 4.1.2309 ~ LibreELEC Tvh-addon v.107