XBMC Community Forum
[RELEASE] Danish repository - dr.dk, tv2.dk, onside tv & more Denmark addons to come - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Third Party Repositories (/forumdisplay.php?fid=157)
+---- Thread: [RELEASE] Danish repository - dr.dk, tv2.dk, onside tv & more Denmark addons to come (/showthread.php?tid=82238)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


- Gitrian - 2011-01-09 14:10

twinther Wrote:Currently only the back button exits the tv guide. It's the equivalence of the back space key on the keyboard.

Arrh - I thougt I could simply change the back-button to the menu-button, but I simply can't figure out what value I should write instead in the script. :confused2:


- twinther - 2011-01-09 17:47

Gitrian Wrote:Arrh - I thougt I could simply change the back-button to the menu-button, but I simply can't figure out what value I should write instead in the script. :confused2:

The easiest fix is to change
KEY_BACK = 9
to
KEY_BACK = 10
in navigation.py. This way you can exit with the menu button instead of the back button. If will add this is the next version.


- Gitrian - 2011-01-09 19:04

Thanks for the help. I tried to change it to 6, which I found mentioned somewhere, but that didn't work.


- Vinther - 2011-01-10 18:06

Hey Tommy

Har nogle problemer med alle plugins. Jeg kører det nyeste XBMC altså 10.0. Tidligere har plugin'sne virket, men nu får jeg script fejl: addon.py. Jeg har prøvet TV2, DR Bonanza, Podcast, DR.NU, Gametest og videovideo.dk HD. Alle samme fejl. I linket har jeg lagt 2 logs:

http://dl.dropbox.com/u/2803354/Desktop.zip


- daninino - 2011-01-12 13:00

How about nutv is there any chance of getting this to work? My wife is very fond of "De unge Mødre"

It is based on WMP with DRM


- ameinild - 2011-01-12 13:25

Vinther: Prøv og fjern alle plugins og installer dem igen. Så *burde* det virke, men der har været en del problemer med at et bestemt script ikke har installeret. Hvis det stadig ikke virker, så skriv igen, da du i så fald skal lægge en mappe med et script ind manuelt...


- twinther - 2011-01-12 21:44

I have updated some of the addons and added a few new ones as well. See my blog for details:
http://tommy.winther.nu/wordpress/2011/01/12/flere-danske-xbmc-addons/

Vinther: din fejl skyldes at XBMC ikke har hentet filerne korrekt ned. Det driller også for mig ind i mellem. Men prøv ameinild's tip, det virker som regel for mig. Prøv evt. også at genstarte XBMC.
Det hjælper nogen gange for mig at installere en addon af gangen, i stedet for at drøne igennem og klikke install på samtlige på en gang Smile


- bblauritzen - 2011-01-13 13:58

twinther Wrote:I have updated some of the addons and added a few new ones as well. See my blog for details:
http://tommy.winther.nu/wordpress/2011/01/12/flere-danske-xbmc-addons/

Thanks for the update, works like a charm. The Vega player rocks, been to a couple of those concerts myself, looking forward to relive them.

Keep up the excellent work.

Brian.

Btw, have you ever thought about going in to the scraper business? scope.dk and filmz.dk are great recources.


- hezten - 2011-01-16 15:35

i tried install the addon from the zipfile, but when i click "get addons" and choose the danish repository, the list is empty, is there some step i maybed missed ? The other repositories are working fine, so i dont think xbmc install is not working.

im running the 10.0 version on ubuntu linux.

the is the error from the log


14:44:52 T:2722421616 M:3217989632 DEBUG: CFileCache::Open - opening <xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml> using cache
14:44:52 T:2722421616 M:3217989632 DEBUG: Using proxy http://:8080
14:44:52 T:2722421616 M:3217989632 DEBUG: FileCurl::Open(0xbe70d80) http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
14:44:52 T:2722421616 M:3217989632 WARNING: FillBuffer: curl failed with code 56
14:44:52 T:2722421616 M:3217989632 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
14:44:52 T:2722421616 M:3217989632 DEBUG: FileCurl::Close(0xbe70d80) http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
14:44:52 T:2722421616 M:3217989632 ERROR: Open - failed to open source <http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml>
14:44:52 T:2722421616 M:3217989632 ERROR: Repository Danish XBMC Addons returned no add-ons, listing may have failed


i tried open the xml file in a browser, and that works just fine... any hints ? the xbmc has internet access i have confirgmed that with ssh to the box and did this


root@XBMCLive:~# wget http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
--2011-01-16 14:46:24-- http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml [following]
--2011-01-16 14:46:24-- https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
Connecting to github.com|207.97.227.239|:443... connected.
ERROR: certificate common name `*.github.com' doesn't match requested host name `github.com'.
To connect to github.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
root@XBMCLive:~# wget --no-check-certificate http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
--2011-01-16 14:46:45-- http://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml [following]
--2011-01-16 14:46:45-- https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
Connecting to github.com|207.97.227.239|:443... connected.
WARNING: certificate common name `*.github.com' doesn't match requested host name `github.com'.
HTTP request sent, awaiting response... 200 OK
Length: 17315 (17K) [text/plain]
Saving to: `addons.xml'

100%[================================================================================​===================================>] 17,315 --.-K/s in 0s

2011-01-16 14:46:45 (242 MB/s) - `addons.xml' saved [17315/17315]


could the ssl certificate be the issue ?

i tried changing the url in the xml file to https

now i get this in the log


14:51:02 T:2807847792 M:3225796608 DEBUG: CFileCache::Open - opening <xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml> using cache
14:51:02 T:2807847792 M:3225796608 DEBUG: Using proxy http://:8080
14:51:02 T:2807847792 M:3225796608 DEBUG: FileCurl::Open(0xb4c45158) https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
14:51:02 T:2807847792 M:3226050560 WARNING: FillBuffer: curl failed with code 56
14:51:02 T:2807847792 M:3226050560 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
14:51:02 T:2807847792 M:3226050560 DEBUG: FileCurl::Close(0xb4c45158) https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml
14:51:02 T:2807847792 M:3226050560 ERROR: Open - failed to open source <https://github.com/xbmc-danish-addons/Danish-XBMC-addons/raw/master/addons.xml>
14:51:02 T:2807847792 M:3226050560 ERROR: Repository Danish XBMC Addons returned no add-ons, listing may have failed
14:51:02 T:2794969968 M:3226050560 DEBUG: thread start, auto delete: 0
14:51:02 T:2794969968 M:3226050560 DEBUG: Thread 2794969968 terminating
14:51:07 T:3078641536 M:3226062848 INFO: CheckIdle - Closing session to http://feeds.feedburner.com (easy=0xaea0e90, multi=0xad9f8b8)
14:51:08 T:3078641536 M:3226062848 INFO: CheckIdle - Closing session to http://xoap.weather.com (easy=0xafcb860, multi=0xaed4718)
14:51:08 T:3078641536 M:3226062848 DEBUG: SECTION:UnloadDelayed(DLL: libvorbisfile.so.3)
14:51:08 T:3078641536 M:3226062848 DEBUG: Unloading: libvorbisfile.so.3
14:51:08 T:3078641536 M:3226062848 INFO: CheckIdle - Closing session to https://repo.xbmc-catchuptv-au.googlecode.com (easy=0xa6a2b4f8, multi=0xa6a380e0)
14:51:11 T:3078641536 M:3226071040 INFO: CheckIdle - Closing session to http://api.themoviedb.org (easy=0xb0336d8, multi=0xb01e148)


- hezten - 2011-01-16 16:16

its working now, i just had to disable proxy, that somehow was configured incorrectly on the xbmc.. sorry for the trouble. excelent work you guys :-)