• 1
  • 42
  • 43
  • 44(current)
  • 45
  • 46
  • 49
[RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins
(2017-10-13, 22:05)-Dis Wrote:
(2017-10-13, 21:57)Jezze Wrote: How about cmore.fi plugin? There is cmore plugin but it doesnt have finnish content because cmore.fi uses different api than other nordic cmore sites.

Yeah cmore.fi uses katsomo api at least in login part. Currently I don't have cmore subscription but I have plans to make cmore.fi working if it doesn't mean complete rework of emilsvennesson's kodi-cmore plugin.

If you gonna make plugin i can help you giving cmore account.
Reply
(2017-10-13, 22:07)Jezze Wrote:
(2017-10-13, 22:05)-Dis Wrote:
(2017-10-13, 21:57)Jezze Wrote: How about cmore.fi plugin? There is cmore plugin but it doesnt have finnish content because cmore.fi uses different api than other nordic cmore sites.

Yeah cmore.fi uses katsomo api at least in login part. Currently I don't have cmore subscription but I have plans to make cmore.fi working if it doesn't mean complete rework of emilsvennesson's kodi-cmore plugin.

If you gonna make plugin i can help you giving cmore account.

There seems to be free trial for cmore without sport content so I can use it for testing. I can't say any eta for possible solution for cmore.fi but I take look on it in this weekend.
Reply
(2017-10-13, 22:22)-Dis Wrote:
(2017-10-13, 22:07)Jezze Wrote:
(2017-10-13, 22:05)-Dis Wrote: Yeah cmore.fi uses katsomo api at least in login part. Currently I don't have cmore subscription but I have plans to make cmore.fi working if it doesn't mean complete rework of emilsvennesson's kodi-cmore plugin.

If you gonna make plugin i can help you giving cmore account.

There seems to be free trial for cmore without sport content so I can use it for testing. I can't say any eta for possible solution for cmore.fi but I take look on it in this weekend.

If you need help for sports and live channels let me know for account. Also if you can make it, can you add function deleting content from watched section?
Reply
I did look into cmore.fi and it looks like cmore.fi uses completely different api than rest of nordic countries. But because that is kinda same than katsomo api I try to make plugin when I have some time.
Reply
(2017-10-13, 21:51)-Dis Wrote:
(2017-10-13, 21:01)Raitsa Wrote: Is there a way to install Libwidevine to LibreElec?

On what device you're using LibreElec? Here is installation guide for raspberry pi https://github.com/asciidisco/plugin.vid...stallation

Thanks, I am using Intel NUCs.
3 * Nvidia Shield + Synology NAS DS218+ LG 77CX6LA + Genelec + RasPi/rAudio + Adam T5V + T7V + T10S - ArcoLinux
Reply
(2017-10-14, 09:52)Raitsa Wrote:
(2017-10-13, 21:51)-Dis Wrote:
(2017-10-13, 21:01)Raitsa Wrote: Is there a way to install Libwidevine to LibreElec?

On what device you're using LibreElec? Here is installation guide for raspberry pi https://github.com/asciidisco/plugin.vid...stallation

Thanks, I am using Intel NUCs.

Can you try this method what is in installation guide:

Run
Code:
wget http://nmacleod.com/public/libreelec/getwidevine.sh

and after that run

Code:
sh getwidevine.sh

That should at least download libwidevine but I don't know if it puts that in .kodi/cdm folder
Reply
No go with WinSCp console:

Image
3 * Nvidia Shield + Synology NAS DS218+ LG 77CX6LA + Genelec + RasPi/rAudio + Adam T5V + T7V + T10S - ArcoLinux
Reply
Installed better with Putty...:

Image

I will fire up the projector later tonite and check the results Smile
3 * Nvidia Shield + Synology NAS DS218+ LG 77CX6LA + Genelec + RasPi/rAudio + Adam T5V + T7V + T10S - ArcoLinux
Reply
No go so far, trying to open some episodes, did reboot before trying to use the addon:

https://pastebin.com/H4rSxuE2
3 * Nvidia Shield + Synology NAS DS218+ LG 77CX6LA + Genelec + RasPi/rAudio + Adam T5V + T7V + T10S - ArcoLinux
Reply
Inputstream is installed like this:

Image
3 * Nvidia Shield + Synology NAS DS218+ LG 77CX6LA + Genelec + RasPi/rAudio + Adam T5V + T7V + T10S - ArcoLinux
Reply
libwidevinecdm.so installed:

Image
3 * Nvidia Shield + Synology NAS DS218+ LG 77CX6LA + Genelec + RasPi/rAudio + Adam T5V + T7V + T10S - ArcoLinux
Reply
For some reason katsomo not work for me anymore. I get this error and my credentials is correct:

Edit: trying to watch rikospaikka program but that not working. Tested with salatut elämät and live channels, those works fine.

14:14:10.997 T:1836053392 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'resources.lib.katsomo.KatsomoError'>
Error Contents: u'SESSION_NOT_AUTHENTICATED'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.katsomo/addon.py", line 206, in <module>
router(sys.argv[2][1:])
File "/storage/.kodi/addons/plugin.video.katsomo/addon.py", line 192, in router
helper.play_item(params['video_id'])
File "/storage/.kodi/addons/plugin.video.katsomo/resources/lib/kodihelper.py", line 143, in play_item
stream = self.k.get_stream(video_id)
File "/storage/.kodi/addons/plugin.video.katsomo/resources/lib/katsomo.py", line 198, in get_stream
data_dict = json.loads(self.make_request(url, 'get', params=params, headers=None))['playback']
File "/storage/.kodi/addons/plugin.video.katsomo/resources/lib/katsomo.py", line 65, in make_request
self.raise_katsomo_error(req.content)
File "/storage/.kodi/addons/plugin.video.katsomo/resources/lib/katsomo.py", line 82, in raise_katsomo_error
raise self.KatsomoError(error['code'])
KatsomoError: u'SESSION_NOT_AUTHENTICATED'
-->End of Python script error report<--
14:14:11.255 T:1942409232 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.katsomo/?action=play&video_id=816442]
Reply
There was little indentation typo in kodihelper.py. 'Rikospaikka' was not drm protected and that typo made playing non drm protected content impossible.
Download new version of plugin from github and issue should be fixed.
Reply
(2017-10-19, 15:58)-Dis Wrote: There was little indentation typo in kodihelper.py. 'Rikospaikka' was not drm protected and that typo made playing non drm protected content impossible.
Download new version of plugin from github and issue should be fixed.

That fix all other programs too? Like punk’d suomi? It didnt work either when i tested earlier today.

Edit: Rikospaikka works now but punk’d suomi not work.

19:20:21.644 T:1105589136 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('mpd_url',)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.katsomo/addon.py", line 206, in <module>
router(sys.argv[2][1:])
File "/storage/.kodi/addons/plugin.video.katsomo/addon.py", line 192, in router
helper.play_item(params['video_id'])
File "/storage/.kodi/addons/plugin.video.katsomo/resources/lib/kodihelper.py", line 145, in play_item
playitem = xbmcgui.ListItem(path=stream['mpd_url'])
KeyError: ('mpd_url',)
-->End of Python script error report<--
19:20:21.962 T:1943105552 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.katsomo/?action=play&video_id=816403]
19:20:24.666 T:1105589136 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('mpd_url',)
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.katsomo/addon.py", line 206, in <module>
router(sys.argv[2][1:])
File "/storage/.kodi/addons/plugin.video.katsomo/addon.py", line 192, in router
helper.play_item(params['video_id'])
File "/storage/.kodi/addons/plugin.video.katsomo/resources/lib/kodihelper.py", line 145, in play_item
playitem = xbmcgui.ListItem(path=stream['mpd_url'])
KeyError: ('mpd_url',)
-->End of Python script error report<--
19:20:25.010 T:1943105552 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.katsomo/?action=play&video_id=816403]
Reply
Thanks for report. Try now, it should be fixed.
Reply
  • 1
  • 42
  • 43
  • 44(current)
  • 45
  • 46
  • 49

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins8