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 - piipes - 2013-12-08

Now it works.
I only change 2.0 to 2.1 from areena addon.xml <import addon="xbmc.python" version="2.1"/>

http://xbmc.org/xbmc-13-gotham-note-to-add-on-developers/

Quote:Due to these changes we have set the minimum python API version to 2.1.0 which has to be set in addon.xml. Since this version was already available in Frodo it won’t affect your Add-on in any way. Any Add-on that still has a lower API version set will still work in Frodo but will be marked broken in Gotham



RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - kissa - 2013-12-10

I'm new in this area. I've tried to get these plugins installed to my Raspbmc but failed so far.

On the weekend I did managed to get the repository and the plugins to installed. However I did not get the plugins to work.
Yesterday I did a fresh install of the Raspbmc and installed the repository successfully, but the plugins did not get installed.
The repository has marked those plugins as "viallinen" (Broken) and naturally stops doing anything to them.

I tried to install them from zip files - option, but I get an error message (on the screen) informing that "Dependecies not met".

Damn, I guess that the Raspmc version was updated on Sunday/Monday and now there is something incompatible things in the plugins. I could do manual hacks but I do not know where to start.

Does anyone know what has caused this incompatibility issue?


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

(2013-12-10, 10:23)kissa Wrote: I'm new in this area. I've tried to get these plugins installed to my Raspbmc but failed so far.

On the weekend I did managed to get the repository and the plugins to installed. However I did not get the plugins to work.
Yesterday I did a fresh install of the Raspbmc and installed the repository successfully, but the plugins did not get installed.
The repository has marked those plugins as "viallinen" (Broken) and naturally stops doing anything to them.

I tried to install them from zip files - option, but I get an error message (on the screen) informing that "Dependecies not met".

Damn, I guess that the Raspmc version was updated on Sunday/Monday and now there is something incompatible things in the plugins. I could do manual hacks but I do not know where to start.

Does anyone know what has caused this incompatibility issue?

Raspbmc use version 13 and these are made for Frodo 12.2
As Piipes told...open addon.xml and change line: <import addon="xbmc.python" version="2.0"/> to <import addon="xbmc.python" version="2.1.0"/>
or wait when they are fixed.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - kissa - 2013-12-11

(2013-12-11, 00:12)JPXNET Wrote: Raspbmc use version 13 and these are made for Frodo 12.2
As Piipes told...open addon.xml and change line: <import addon="xbmc.python" version="2.0"/> to <import addon="xbmc.python" version="2.1.0"/>
or wait when they are fixed.

Thanks! Sorry, I did not figure out that that was exactly the same problem that I had.

After that I run into a different problem : Error Contents: No module named SimpleDownloader
but this time I managed to search the fix to this one : http://forum.xbmc.org/showthread.php?tid=168903

Once I installed that module I got the yleareena to work!

So as summary, with the latest raspbmc you need to modify the addon.xml (above) but also install the http://mirrors.xbmc.org/addons/frodo/script.module.simple.downloader/


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - kissa - 2013-12-13

After several reinstallations I go the Yle Areena to work in most cases, like direct but with some series/epsiodes I run into errors.

Like with Downtown Abbey:
Code:
21:05:12 T:2740974656  NOTICE: CommonFunctions-2.5.1
21:05:13 T:2740974656   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script re
turned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: cannot concatenate 'str' and 'NoneType' objects
                                            Traceback (most recent call last):
                                              File "/home/pi/.xbmc/addons/plugin.video.yleareena/yleareena.py", line 441, in <module>
                                                yleAreenaAddon.handle()
                                              File "/home/pi/.xbmc/addons/plugin.video.yleareena/xbmcutil.py", line 48, in handle
                                                self.playVideo(link)
                                              File "/home/pi/.xbmc/addons/plugin.video.yleareena/yleareena.py", line 368, in playVideo
                                                resolvedVideoLink, subtitleFiles = scrapVideo(link)
                                              File "/home/pi/.xbmc/addons/plugin.video.yleareena/yleareena.py", line 59, in scrapVideo
                                                rtmpparams = dl.get_rtmp_parameters(clip, url)
                                              File "/home/pi/.xbmc/addons/plugin.video.yleareena/lib/yle-dl.py", line 529, in get_rtmp_parameters
                                                return self.get_tv_rtmp_parameters(clip, pageurl)
                                              File "/home/pi/.xbmc/addons/plugin.video.yleareena/lib/yle-dl.py", line 548, in get_tv_rtmp_parameters
                                                papiurl = 'http://papi.yle.fi/ng/mod/rtmp/' + media['id']
                                            TypeError: cannot concatenate 'str' and 'NoneType' objects
                                            -->End of Python script error report<--

Damn, I do not know python that well that I could hack it, but one of those parameters is propably empty (null)?

Any suggestions how I could catch the root cause for this problem?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - jxee14 - 2013-12-17

Hi all!

I installed XBMC 12.2 yesterday (on Win8) and tried to get these addons to work. I managed to add this repository but all plugins (Katsomo etc.) are listed as Broken, Denedencies not met.

Are there some problems with my setup or are these just "broken" as repository lists them?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - thefan - 2013-12-19

I seem to be unable to install the repository. I am able to install the addons separately though, i mean katsomo, ruutu etc, if i just zip them. But its no point, because it should be automatic in my openelec setup , so that when a repository is updated it would automaticly update the addons to the newest version.

I know how to install from zip files , have done so with a couple repoConfused. When i click on the download at the beginning of this thread and try to install from the whats on the download link as a zip file to my openelec it just says that the construction of the addon is wrong, or something similar , in finnish lisäosan rakenne on väärä. Zip opens just fine on winrar, so i dont know whats wrong .

How should i install this. Im using 12.2 frodo openelec setup.

Umm nevermind, got them to working when i renamed the archive to something shorter .... strange.

Yle areena and katsomo work, ruutu is out of sync and not working well, riemurasia doesnt find any files. Same with everyone else?

Thanx for the author.


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - piipes - 2014-01-12

Any change to get that python fix?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - linusl - 2014-02-16

This is to confirm to that Takiaine's fix (post #240) for international videos also works on Raspbmc, so thanks for that! Maybe the fix should be included in release?


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - valexi - 2014-02-17

Why this add on does not work in XBMC arm version?

EDIT: Got them working by downloading the zip files and modifying the addon.xml as described here before. Hope they will fix this in the repository.
Only Areena does not work, when started it says: "No module named Crypto.Cipher"

Can someone help on that one?


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

Do you have any idea why some videos in Katsomo doesn't work? I.e. when playing Kauniit ja rohkeat episodes, only audio is played but no video is shown. The display keeps showing list of episodes and audio plays in the background. Some other shows work (i.e. The voice of Finland).
Code:
20:04:40 T:4533575680  NOTICE: rtsp://212.226.124.238/mtv3_viihde_vod/_definst_/mp4:2014-02-18/Kauniit_ja_rohkeat_30262%21302627%2CT5HLSH%21.mp4?secure=(rAjP)r1RUIghijq9IfRPlr9uY6w30jhmGRcKB0BLf4LyaOXeKDweuKc2U1hLZyQTYHZzuGfOo(gefTqDWjDCNOwwib9bF1(nGJgGY256HLN9hdX7TKNc8AOW4GjZFvh&m=-1&ae=9&ts=1392746805248
20:04:40 T:4533575680 WARNING: The python script "/Users/teemu/Library/Application Support/XBMC/addons/plugin.video.katsomo/katsomo.py" has left several classes in memory that we couldn't clean up. The classes include: Addon
20:04:40 T:140735253496592  NOTICE: DVDPlayer: Opening: rtsp://212.226.124.238/mtv3_viihde_vod/_definst_/mp4:2014-02-18/Kauniit_ja_rohkeat_30262%21302627%2CT5HLSH%21.mp4?secure=(rAjP)r1RUIghijq9IfRPlr9uY6w30jhmGRcKB0BLf4LyaOXeKDweuKc2U1hLZyQTYHZzuGfOo(gefTqDWjDCNOwwib9bF1(nGJgGY256HLN9hdX7TKNc8AOW4GjZFvh&m=-1&ae=9&ts=1392746805248
20:04:40 T:140735253496592 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
20:04:40 T:4533575680  NOTICE: Thread CDVDPlayer start, auto delete: false
20:04:40 T:4533575680  NOTICE: Creating InputStream
20:04:40 T:4533575680  NOTICE: Creating Demuxer
20:04:55 T:4533575680  NOTICE: Opening video stream: 1 source: 256
20:04:55 T:4533575680  NOTICE: Creating video codec with codec id: 28
20:04:55 T:4533575680   ERROR: CDVDPlayerVideo::OpenStream - Invalid framerate 90000, using forced 25fps and just trust timestamps
20:04:55 T:4533575680  NOTICE: Creating video thread
20:04:55 T:4645388288  NOTICE: Thread CDVDPlayerVideo start, auto delete: false
20:04:55 T:4645388288  NOTICE: running thread: video_thread
20:04:55 T:4533575680  NOTICE: Opening audio stream: 0 source: 256
20:04:55 T:4533575680  NOTICE: Finding audio codec for: 86018
20:04:55 T:4533575680  NOTICE: Creating audio thread
20:04:55 T:4686663680  NOTICE: Thread CDVDPlayerAudio start, auto delete: false
20:04:55 T:4686663680  NOTICE: running thread: CDVDPlayerAudio::Process()
20:04:55 T:4686663680  NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
20:04:56 T:4686663680   ERROR: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.



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

(2014-01-12, 22:22)piipes Wrote: Any change to get that python fix?

I really want use latest nightlies. There is good pvr updates, but areena wont work anymore becouse that python issue.


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

Programmers can do what they want. I promise just one bottle good whisky and i get this file from my friend.

http://japesone.kapsi.fi/files/Crypto.zip

Just unzip to
"C:\Users\###\AppData\Roaming\XBMC\addons\plugin.video.yleareena\win32"

and yleareena will work with gotham.

AND THIS CRYPTO WILL WORK ONLY GOTHAM!
If you use xbmc-12.3, or older please don't try this.


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

I made a branch with updated crypto for gotham, try this: https://github.com/szymex/xbmc-finnish-tv/blob/gotham/repo/plugin.video.yleareena/plugin.video.yleareena-1.7.0.zip?raw=true


RE: [RELEASE] Finnish TV: YleAreena and Ruutu (Video) plugins - aylitokola - 2014-03-05

Hi,

Anyone else having problems with the katsomo plugin?
I can't play anything from the katsomo at the moment, areena and ruutu are working fine. Latest katsomo plugin is installed (1.2.2).

18:46:46 T:2773464128 NOTICE: -->Python Interpreter Initialized<--
18:46:49 T:2773464128 NOTICE: CommonFunctions-2.5.1
18:46:49 T:2773464128 NOTICE: plugin.video.katsomo - http://m.mtvkatsomo.fi/?treeId=33005003
18:46:51 T:2773464128 WARNING: The python script "/home/xbian/.xbmc/addons/plugin.video.katsomo/katsomo.py" has left several classes in memory that we couldn't clean up. The classes include: Addon
18:46:51 T:2773464128 NOTICE: Thread BackgroundLoader start, auto delete: false
18:47:06 T:2773464128 NOTICE: Thread XBPyThread start, auto delete: false
18:47:06 T:2773464128 NOTICE: -->Python Interpreter Initialized<--
18:47:09 T:2773464128 NOTICE: CommonFunctions-2.5.1
18:47:10 T:2773464128 NOTICE: http://mtvhlsvod.edgesuite.net/mtv3_viihde_vod/_definst_/mp4:2014-02-24/Emmerdale_308371_WCS2_WM!308371,T5-5HLSH!.mp4/playlist.m3u8?hdnea=st=1394038029~exp=1394038149~acl=%2fmtv3_viihde_vod%2f_definst_%2fmp4%3a2014-02-24%2fEmmerdale_308371_WCS2_WM%21308371%2cT5-5HLSH%21.mp4%2fplaylist.m3u8%2a~hmac=9537c2209b873e5d4d4525640fb105947ca76723707716dfd44b0c8eee7f0550
18:47:10 T:2773464128 WARNING: The python script "/home/xbian/.xbmc/addons/plugin.video.katsomo/katsomo.py" has left several classes in memory that we couldn't clean up. The classes include: Addon
18:47:10 T:3040862752 NOTICE: COMXPlayer: Opening: http://mtvhlsvod.edgesuite.net/mtv3_viihde_vod/_definst_/mp4:2014-02-24/Emmerdale_308371_WCS2_WM!308371,T5-5HLSH!.mp4/playlist.m3u8?hdnea=st=1394038029~exp=1394038149~acl=%2fmtv3_viihde_vod%2f_definst_%2fmp4%3a2014-02-24%2fEmmerdale_308371_WCS2_WM%21308371%2cT5-5HLSH%21.mp4%2fplaylist.m3u8%2a~hmac=9537c2209b873e5d4d4525640fb105947ca76723707716dfd44b0c8eee7f0550
18:47:10 T:3040862752 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
18:47:10 T:3040862752 NOTICE: CXBMCRenderManager::ResetRenderBuffer - using 5 render buffers
18:47:10 T:2773464128 NOTICE: Thread COMXPlayer start, auto delete: false
18:47:10 T:2773464128 NOTICE: Creating InputStream
18:47:10 T:2903503936 NOTICE: Thread CFileCache start, auto delete: false
18:47:10 T:2773464128 NOTICE: Creating Demuxer
18:47:10 T:2773464128 ERROR: OpenDemuxStream - Error creating demuxer
18:47:10 T:2773464128 NOTICE: COMXPlayer::OnExit()
18:47:10 T:2773464128 NOTICE: COMXPlayer::OnExit() deleting input stream
18:47:10 T:3040862752 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.katsomo/?view=video&link=http%3A%2F%2Fm.mtvkatsomo.fi%2F%3FprogId%3D308371]
18:47:10 T:2773464128 NOTICE: Thread BackgroundLoader start, auto delete: false
18:47:10 T:3040862752 NOTICE: COMXPlayer::CloseFile
18:47:10 T:3040862752 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
18:47:10 T:3040862752 NOTICE: COMXPlayer: waiting for threads to exit
18:47:10 T:3040862752 NOTICE: DVDPlayer: finished waiting