Kodi Community Forum
UlmenTV Plugin [german] - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: UlmenTV Plugin [german] (/showthread.php?tid=36948)

Pages: 1 2


UlmenTV Plugin [german] - Bootsy - 2008-09-09

hello,
i thought there are maybe some who would like to have an UlmenTV (http://www.ulmen.tv) plugin to watch the episodes on their tv and not in front of their pc's.
so i made this small plugin, with much help from BigBellyBilly. thanks again Wink

the 'newest videos' category doesnt work so far, but it´ll be added maybe.

the plugin fetches all videos with their thumbnails...

so, if you´re interested, check it out:

UlmenTV Plugin Download


have fun,
bootsy


- Bootsy - 2008-09-10

New Version of the plugin is out, with 'Newest Videos' category.
Same downloadlink as in the first post.

Have fun with the plugin.

cheers,
bootsy


- Bootsy - 2008-09-18

hey!

version 1.1 is out. had to redo some regexp parts due to site changes.

see first post for download-link.

greets,
bootsy


- coupeborgward - 2008-09-20

Just tried it with the latest version and it doesn't start up at all. Other scripts are able to connect to the internet thus it can't be a connectivity problem


- Bootsy - 2008-09-20

heya,
it´s working on my pc and on my xbox...

it´s no script, it´s a plugin. you put it in 'Q/plugins/video' ?

greets,
bootsy


- coupeborgward - 2008-09-21

Great it's working once I installed it as a plugin.

Quick question. How do I know that it is a plugin or script ?


- Bootsy - 2008-09-21

Normally the author should name it 'script' or 'plugin' Wink

And in SVN there are sections for plugins and scripts, so you could check it there...


- Bootsy - 2008-10-05

hey,
version 1.2 is there. due to video server changes i had to code a workaround. working nice, what i can say so far.
see downloadlink in first post...and have fun.

greets,
bootsy


- bluey - 2008-11-04

Quote:17:28:19 T:1222912336 M: 9302016 NOTICE: -->Python Interpreter Initialized<--
17:28:19 T:1222912336 M: 9302016 NOTICE:
17:28:19 T:1222912336 M: 10256384 NOTICE: get_params() argv[2]=
17:28:19 T:1222912336 M: 10256384 NOTICE: Mode: None
17:28:19 T:1222912336 M: 10256384 NOTICE: URL: None
17:28:19 T:1222912336 M: 10256384 NOTICE: Name: None
17:28:19 T:1222912336 M: 10256384 NOTICE: categories
17:28:19 T:1222912336 M: 10256384 NOTICE: > getUlmenCats()
17:28:19 T:1222912336 M: 10256384 NOTICE: fetchText() url=http://www.myspass.de/de/ulmentv/index.html
17:28:20 T:1222912336 M: 10182656 NOTICE: (u'/de/ulmentv/index.html', u'Neueste Videos')
17:28:20 T:1222912336 M: 10182656 NOTICE: (u'/de/ulmentv/voneich/index.html', u'Alexander von Eich')
17:28:20 T:1222912336 M: 10182656 NOTICE: (u'/de/ulmentv/knut/index.html', u'Knut Hansen')
17:28:20 T:1222912336 M: 10182656 NOTICE: (u'/de/ulmentv/uwe/index.html', u'Uwe W\xf6llner')
17:28:20 T:1222912336 M: 10182656 NOTICE: < getUlmenCats()
17:28:20 T:1222912336 M: 10182656 NOTICE: addDir() url=plugin://video/UlmenTV/?url=%2Fde%2Fulmentv%2Findex.html&mode=1&name=Neueste+Videos
17:28:20 T:1222912336 M: 10182656 NOTICE: addDir() url=plugin://video/UlmenTV/?url=%2Fde%2Fulmentv%2Fvoneich%2Findex.html&mode=1&name=Alexander+von+Eich
17:28:20 T:1222912336 M: 10182656 NOTICE: addDir() url=plugin://video/UlmenTV/?url=%2Fde%2Fulmentv%2Fknut%2Findex.html&mode=1&name=Knut+Hansen
17:28:20 T:1222912336 M: 10182656 NOTICE: Traceback (most recent call last):
17:28:20 T:1222912336 M: 10182656 NOTICE: File "/home/mythtv/.xbmc/plugins/video/UlmenTV/default.py", line 219, in ?
17:28:20 T:1222912336 M: 10182656 NOTICE:
17:28:20 T:1222912336 M: 10182656 NOTICE: showCats(url,name)
17:28:20 T:1222912336 M: 10182656 NOTICE: File "/home/mythtv/.xbmc/plugins/video/UlmenTV/default.py", line 165, in showCats
17:28:20 T:1222912336 M: 10182656 NOTICE:
17:28:20 T:1222912336 M: 10182656 NOTICE: addDir(name,url,1)
17:28:20 T:1222912336 M: 10182656 NOTICE: File "/home/mythtv/.xbmc/plugins/video/UlmenTV/default.py", line 155, in addDir
17:28:20 T:1222912336 M: 10182656 NOTICE:
17:28:20 T:1222912336 M: 10182656 NOTICE: u=sys.argv[0]+"?url="+urllib.quote_plus(url)+"&mode="+str(mode)+"&name="+urllib.quote_plus(name)
17:28:20 T:1222912336 M: 10182656 NOTICE: File "/usr/xbmc//share/xbmc/system/python/python24.zip/urllib.py", line 1123, in quote_plus
17:28:20 T:1222912336 M: 10182656 NOTICE:
17:28:20 T:1222912336 M: 10182656 NOTICE: s = quote(s, safe + ' ')
17:28:20 T:1222912336 M: 10182656 NOTICE: File "/usr/xbmc//share/xbmc/system/python/python24.zip/urllib.py", line 1117, in quote
17:28:20 T:1222912336 M: 10182656 NOTICE:
17:28:20 T:1222912336 M: 10182656 NOTICE: res = map(safe_map.__getitem__, s)
17:28:20 T:1222912336 M: 10182656 NOTICE: KeyError
17:28:20 T:1222912336 M: 10182656 NOTICE: :
17:28:20 T:1222912336 M: 10182656 NOTICE: u'\xf6'
17:28:20 T:1222912336 M: 10182656 NOTICE:
17:28:20 T:1222912336 M: 10182656 ERROR: Scriptresult: Error
17:28:21 T:2435029024 M: 10063872 ERROR: CGUIMediaWindow::GetDirectory(plugin://video/UlmenTV/) failed

I can't get the Plugin to work under Linux, svn16104, x86_64.


- Bootsy - 2008-11-08

hmm, i have no linux based device here to test it...it´s running nicely on pc and xbox.
looks like a 'special letter' problem, like 'Uwe Wöllner'.
cant say more about it, but if i find something, i´ll fix it.
thanks for reporting Smile


- lolol - 2008-11-09

Bootsy Wrote:hmm, i have no linux based device here to test it...it´s running nicely on pc and xbox.
looks like a 'special letter' problem, like 'Uwe Wöllner'.
cant say more about it, but if i find something, i´ll fix it.
thanks for reporting Smile

Maybe encode strings to UTF8 after download, or something like this?


- Bootsy - 2008-11-09

yea, but that´s what it already does. and it works on pc and xbox, so i dunno why there´s a prob with the linux build...

Image
Image


- Sidoof - 2008-12-18

No, it don't work. I tried it with XBMC Atlantis 8.10. I think they changed some urls, because there is a new group named Maurice. I only get to the screen you captured but when i try to excecute i see this:

Bonustracks
Folge 1 / 3 - Das Film- und Fernsehteam
0 Einträge geladen.

It´s the same problem when i try the other folders (ich kam eben nicht drauf, was ordner auf englisch heisst. ...und ich komme aus dem IT-Bereich... Big Grin )


- Bootsy - 2008-12-18

thanks for the info, Sidoof.
that´s a different prob and i fixed it in v1.3.
so it´s working again, downloadlink is still the one from the first post...

merry x-mas and have fun Wink


- Bootsy - 2008-12-25

Ho Ho Ho,
version 1.31 is out (see first post). due to website problems i was able to make the plugin more stable. category 'Newest Videos' is working again Wink
i also changed the thumbnail path, was T:\\script_data, corrected to T:\\plugin_data.

merry xmas to all Smile

bye,
bootsy