Kodi Community Forum
[RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - 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)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins (/showthread.php?tid=144457)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - rasjani - 2015-05-21

Yle opened their api's recently, any plans to use those in the future instead of (what i assume?) scraping areena site ?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - ikke-t - 2015-05-23

API info:
http://developer.yle.fi/ - partly in finnish
http://developer.yle.fi/tutorials.html - english

This is great opportunity to make a killer plugin for Kodi


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Jezze - 2015-06-03

Can someone update katsomo plugin for testing? There is couple shows now what using html5 and one of them is grillikuume series. Thanks.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Damstas - 2015-06-05

(2015-06-03, 20:53)Jezze Wrote: Can someone update katsomo plugin for testing? There is couple shows now what using html5 and one of them is grillikuume series. Thanks.

I would also appreciate this.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Raitsa - 2015-06-17

Been fighting with Areena and Openelec the last few weeks, beta6 / Isengard does not work well with Areena, only a really small percentage of the videos play.
Been going through official build of Openelec (5.0.8) and the two 6.0 betas that I would really like to start using on my 3 * Intel NUC´s.
All the other plugins are ok in beta6´s except for Areena.

Hopefully this can be remedied.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Damstas - 2015-06-19

Any new news with these plugins?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - BelovedLover - 2015-07-24

I did a fresh install of OSMC and installed YLE Areena plugin/addon from the .zip, through the OSMC. When trying to start YLE Areena from OSMC, I get error message "No module named Crypto.Cipher".


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - pylkko - 2015-08-09

(2015-07-24, 20:27)BelovedLover Wrote: I did a fresh install of OSMC and installed YLE Areena plugin/addon from the .zip, through the OSMC. When trying to start YLE Areena from OSMC, I get error message "No module named Crypto.Cipher".

Does this mean that
https://pypi.python.org/pypi/pycrypto
is missing?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - perplex - 2015-08-11

(2015-07-24, 20:27)BelovedLover Wrote: I did a fresh install of OSMC and installed YLE Areena plugin/addon from the .zip, through the OSMC. When trying to start YLE Areena from OSMC, I get error message "No module named Crypto.Cipher".

For Yle Areena you need to install missing packages.. check https://github.com/aajanki/yle-dl


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - BoxFreak - 2015-08-16

Some childrens programs are missing in the Kodi YleAreena addon (eg. Pikku Kakkonen from last friday). There's now own "Kids Areena" section in the browser and Android -version of Areena which might cause this. Any possibility to fix this?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Jamiar - 2015-08-17

(2015-08-11, 10:20)perplex Wrote:
(2015-07-24, 20:27)BelovedLover Wrote: I did a fresh install of OSMC and installed YLE Areena plugin/addon from the .zip, through the OSMC. When trying to start YLE Areena from OSMC, I get error message "No module named Crypto.Cipher".

For Yle Areena you need to install missing packages.. check https://github.com/aajanki/yle-dl

Can you specify how to do that? What i need to install to get away "No module named Crypto.Cipher" error message?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - JPXNET - 2015-08-18

(2015-08-16, 14:20)BoxFreak Wrote: Some childrens programs are missing in the Kodi YleAreena addon (eg. Pikku Kakkonen from last friday). There's now own "Kids Areena" section in the browser and Android -version of Areena which might cause this. Any possibility to fix this?

My "Quick Fix"...
Open yleareena.py and edit...
Add Line in to 184

Code:
self.addViewLink('» ' + self.lang(30040), 'programs', 1, {'link': 'http://areena-v3.yle.fi/tv/lapset/kaikki.json?jarjestys=ao'})

Open /resources/language/Finnish/strings.xml
Add line in to 32
Code:
<string id="30040">Lasten Ohjelmat</string>



RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Raitsa - 2015-08-18

Thanks for the fix Big Grin

Hopefully a new version of the plugin appears automagically to all the users soon Wink


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - BoxFreak - 2015-08-19

Hmmm... I made that modification. Still for example today's Pikku Kakkonen is available via web browser, but I cannot find it on Kodi. Tried also search, but latest episode is from yesterday.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - pen1 - 2015-08-23

(2015-08-19, 20:37)BoxFreak Wrote: Hmmm... I made that modification. Still for example today's Pikku Kakkonen is available via web browser, but I cannot find it on Kodi. Tried also search, but latest episode is from yesterday.

Try reboot kodi, some add-ons does not refresh database automatically.