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 - teepean - 2015-12-06

FYI, there's a new plugin in the works. I haven't received api keys yet so haven't been able to test it.

https://github.com/Hemmu/plugin.video.areena


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

Thanks. The new API plugin seems to work. It's apparently in very early development and some of the videos don't seem to play (as noted by author in Readme.md) .


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

Great! I just don't quite understand this api-key thing. Does every user need to ask for api keys, or is it possible to include api key in this addon?


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

(2015-12-09, 18:39)BoxFreak Wrote: Great! I just don't quite understand this api-key thing. Does every user need to ask for api keys, or is it possible to include api key in this addon?

1. With this addon everybody(end user) have to be developer and ask api keys.
2. Yes, its possible, but against Yle's rules.
- If keys are there, its limited to 10 queries/1 second

BTW...MediaPortal made plugin with different coding language, but maybe it helps?
https://github.com/offbyoneBB/mp-onlinevideos2/blob/master/SiteUtilProjects/OnlineVideos.Sites.ministerk/YleUtil.cs

With fast look, they don't use any "secret key"

public string AppId { get; set; }
public string AppKey { get; set; }

With browser...I allways get same AppId and AppKey


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

Got keys and it's working. Hopefully sorting will be developed a bit better and also search would be nice. Now it seems that programs are in random order.

Subtitles aren't working also?


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

(2015-12-09, 22:18)JPXNET Wrote: With fast look, they don't use any "secret key"

Its "hidden" in https://github.com/offbyoneBB/mp-onlinevideos2/commit/739a1e42ffa6f61ee8866864828a98991c9dfed4#diff-554f270ea077f4cbf11df59090cb922dR658 Big Grin


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

(2015-12-16, 20:52)rasjani Wrote:
(2015-12-09, 22:18)JPXNET Wrote: With fast look, they don't use any "secret key"

Its "hidden" in https://github.com/offbyoneBB/mp-onlinevideos2/commit/739a1e42ffa6f61ee8866864828a98991c9dfed4#diff-554f270ea077f4cbf11df59090cb922dR658 Big Grin

Do you mean same AES key as Yle-dl use in class Areena2014Downloader(AreenaUtils): ?


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

Any news on development of new Areena Addon? Api plugin works but it's not quite there yet (missing subtitles and search + browsing videos is PITA).


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - teepean - 2016-02-25

There's a fork that has some improvements:

https://github.com/hirsivaja/plugin.video.areena


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - teemue - 2016-02-27

(2016-02-25, 17:50)teepean Wrote: There's a fork that has some improvements:

https://github.com/hirsivaja/plugin.video.areena

Works on RaspPi + OpenELEC 6.0.1.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - BoxFreak - 2016-02-29

What's updated?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Raitsa - 2016-02-29

You can follow the changes in git.


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

Can someone update ruutu plugin so we can get access ruutu+, like icehockey etc.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - Huxely - 2016-03-02

Does anybody know the reason that some of the videos work and some don't. I've been testing hirsivajas version of the API-plugin, and I can get some of the kids stuff to play, but most other content (e.g. Poirot or Shetland) don't play. All I get from the Kodi log is that Kodi fails to create demuxer. Using Openelec 6.0.3 legacy nvidia.

Ps. The API-key come now automatically when you submit the request to the yle site. All you have to do before is to create free yle account.

Pps. I tried looking at the Yle tutorials for the API, but I'm no coder, but did I understand correctly, that by using the services from the API, you could also get the live-streams of Yle channels? This would rock, if it could be implemented before Rio De Janeiro 2016 olympics. Yes!!!


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - hirsivaja - 2016-03-03

(2016-02-29, 15:20)BoxFreak Wrote: What's updated?

Yes, the changes can be seen from the GitHub.
But to summarize, I have added search, support for subtitles and possibility to add series and episodes as favourites. The list of videos can also be sorted by different criteria, for example you can see the most popular videos of the last 24h. Also I did some bug fixes and code refactoring.

(2016-03-02, 19:01)Huxely Wrote: Does anybody know the reason that some of the videos work and some don't. I've been testing hirsivajas version of the API-plugin, and I can get some of the kids stuff to play, but most other content (e.g. Poirot or Shetland) don't play. All I get from the Kodi log is that Kodi fails to create demuxer. Using Openelec 6.0.3 legacy nvidia.

Ps. The API-key come now automatically when you submit the request to the yle site. All you have to do before is to create free yle account.

Pps. I tried looking at the Yle tutorials for the API, but I'm no coder, but did I understand correctly, that by using the services from the API, you could also get the live-streams of Yle channels? This would rock, if it could be implemented before Rio De Janeiro 2016 olympics. Yes!!!

I have tested the plugin with OpenElec 5.0.8 on Raspberry Pi 2. I could not get it working with OE 6.0.1 and made an issue about that.
Are you having the same problem as described in the ffmpeg bug tracker? If you have a different problem could you create an issue to GitHub?

To your other question, yes it should be possible to watch the live channels as well. I have not tested it, but could look into that if that is something that should be included in the plugin.