OnlineVideos 1.6.1.0 [2013/05/01] (3 Viewers)

Status
Not open for further replies.

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Re: Playing back with VLC (Re: OnlineVideos 1.0.0.0 [2011/12/18])

    I have been trying to experiment with using VLC Media Player for my playback. Nothing happens when I choose that option, presumably because VLC.exe is not in the correct path. However, I have searched the configuration files and XMLs for both Mediaportal and Online Videos, and cannot find any way to set a link to it. Can anyone help?

    It should find the path by itself (looking at the registry). But when installing VLC you need to have the ActiveX Plugin activated.
     

    avee

    MP Donator
  • Premium Supporter
  • April 8, 2008
    60
    6
    I'm not sure if I understand what you're saying Doskabouter. I couldn't find the configuration option, where is it exactly ? Also I now just press enter on an 'uitzendinggemist' stream and it shows 6 options (like mov std, mov bb etc). I'm not sure what you mean with 'press play' ? When I right click a video it does have the option 'play with', is that what you mean ? But even then, it shows again the 6 options. Anway, again, thanks a lot for this great plugin, really love it !

    The configuration option is in Mediaportal configurations/plugins/onlinevideos/sites.
    There, select uitzending gemist, and then you'll see a "prefered quality"

    Btw: this should also be available when using F9 while having the site selected in MP.

    Sorry, can't find neither of these... What next to check?
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    You have to update the site (e.g. AutoUpdate) before trying to find it.
     

    Caleb

    Portal Member
    January 14, 2012
    38
    4
    Hi,

    I'm currently trying to add the Hebrew site Nana 10 manually.
    The site has a list of categories and subcategories on the same page, for example, in red is the category, and in blue are subcategories:
    <div class="t1384_Menu t1384_MenuSelected" onclick="t1384.openSubMenu(1,this);return false;" id="t1384_FirstItem">עכשיו בערוץ 10</div>
    <div id="t1384SubMenu1" class="t1384_SubMenuContainer" style="display: block">
    <a sectionid="12153" class="t1384_SectionLink" id="t1384_SectionLink12153" href="/Section/?SectionId=12153" onclick="t1384.getData(12153, this);return false;">מעושרות</a>
    <a sectionid="12157" class="t1384_SectionLink" id="t1384_SectionLink12157" href="/Section/?SectionId=12157" onclick="t1384.getData(12157, this);return false;">אחת אפס אפס</a>

    I'd like to keep this hierarchy in the plugin, but in order for me to do so, in the RegEx page of the SubCategory, I have to use a custom parameter of the selected category. Can you add an option for me to refer back to some custom parameter of the parent category? This way I could match it in the main DIV and then only grab the necessary subcategories for it.
    In this case if you look at "t1384.openSubMenu(1,this)" I would need to save that number "1", and then in the SubCategories, I would only grab the divs that start have id="t1384SubMenu1"
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    I suggest writing your own c# util and basically inheriting or copying from the Generic One.
     

    Caleb

    Portal Member
    January 14, 2012
    38
    4
    I see. Unfortunately, I don't have enough time (exams!) right now to learn the code and write a separate app.
    I thought the ability to add custom named match groups (in addition to the default: url, title, descrption, etc..) and then having the ability to refer to them in the regex of other sections (for example to use cat.title or cat.custom_var) would've been useful in general.

    Anyway, this is a great plugin. Great work!
     

    xpe

    Portal Member
    April 19, 2011
    29
    3
    37
    Home Country
    Germany Germany
    AW: OnlineVideos 1.0.0.0 [2011/12/18]

    Hi!

    I just had to change the regex for Siries.me a little bit, since many video titles have " ' " in it, which of course is also used to mark the attribute's value's end. As it seems the site admin(s) don't escape this character when the individual pages are generated. So there's HTML on that site which looks like this:

    Code:
    <a class='invisible' title='I Don't Wanna Know' href='/.../...'>...</a>

    which obviously is invalid XML /HTML and therefore results in the video not showing up in the video list in OnlineVideos.

    To make it work, I changed the regex for <item key="videoListRegEx"> from

    Code:
    <![CDATA[<a\sclass='invisible'\stitle='(?<Title>[^']*)'\shref='(?<VideoUrl>[^']*)'>\s*<div\sclass='episode-box'>\s*<div\sclass='image'>\s*<img\ssrc='(?<ImageUrl>[^']*)'>\s*<span\sclass='overlay-play'></span>\s*<div\sclass='episode-info'>\s*<span\sclass='number'>[^<]*</span>\s*</div>]]>

    to

    Code:
    <![CDATA[<a\sclass='invisible'\stitle='(?<Title>.*?)'\shref='(?<VideoUrl>[^']*)'>\s*<div\sclass='episode-box'>\s*<div\sclass='image'>\s*<img\ssrc='(?<ImageUrl>[^']*)'>\s*<span\sclass='overlay-play'></span>\s*<div\sclass='episode-info'>\s*<span\sclass='number'>[^<]*</span>\s*</div>]]>


    I don't know if this change should be "made public".
     

    2.0

    MP Donator
  • Premium Supporter
  • January 18, 2012
    106
    19
    New York
    Home Country
    United States of America United States of America
    I'm having trouble with some of the sites. I haven't had a chance yet to check all of them, but one in particular doesn't work: I can't watch any of the videos in South Park World. It shows the complete list of seasons, and properly displays the thumbnails and info for each episode. But when I try to watch one it always says No URL Found.

    The strange thing is that the South Park DE and NL sites work just fine, and I can use the South Park World website just fine in Firefox. Is anyone else having this problem?

    And yes, I am using 1.0.0.0 and I did just do an update for all the sites.
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,647
    3,107
    Nuenen
    Home Country
    Netherlands Netherlands
    I'm having trouble with some of the sites. I haven't had a chance yet to check all of them, but one in particular doesn't work: I can't watch any of the videos in South Park World. It shows the complete list of seasons, and properly displays the thumbnails and info for each episode. But when I try to watch one it always says No URL Found.

    The strange thing is that the South Park DE and NL sites work just fine, and I can use the South Park World website just fine in Firefox. Is anyone else having this problem?

    And yes, I am using 1.0.0.0 and I did just do an update for all the sites.

    The thing is, as long as I don't have access to an american vpn, it's not easy for me to test what's going on...

    If you're able, can you try to find the correct parameters for rtmpdump?
     

    2.0

    MP Donator
  • Premium Supporter
  • January 18, 2012
    106
    19
    New York
    Home Country
    United States of America United States of America
    The thing is, as long as I don't have access to an american vpn, it's not easy for me to test what's going on...

    If you're able, can you try to find the correct parameters for rtmpdump?

    Sorry, I'm new here. What's a rtmpdump?

    If you're looking for a good VPN client, try SecurityKISS - Uneingeschränkter Internetzugang. There is a good free version available which lets you use servers in the US, UK and Germany. I use it to watch videos they don't want me to see in the US due to licensing restrictions, so it should work for you as well.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Similar threads

    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG grabbing configuration, thanks again for all the assistance, wow so much faster on everything now that MSE is out of the picture...MP WAF is now restored and FetchTV STB sits in the corner collecting dust :)
    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG...
    Long time MP user, and recently upgraded to MP1.34, prior to this upgrade, i have for many years successfully used MP with fast and...
    Replies
    20
    Views
    2K
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
    Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
    Replies
    1
    Views
    883
    • Sticky
    MP1 MP2 [News] MediaPortal 2 - 2.5 Release DE
    Well just tried that. Chose TV Channels and clicked "Clear". All channels cleared then did a rescan. What a shitshow! All channel number mappings a total mess: STV as Channel 1, W as Channel 18, BBC channels way down the list. Thanks for trying to help but this software, for me, is just a mess. Appreciate all the time you have...
    Well just tried that. Chose TV Channels and clicked "Clear". All channels cleared then did a rescan. What a shitshow! All...
    We are proud to present MediaPortal 2.5 MediaPortal 2.5 is a full-blown media center software that addresses most common user...
    Replies
    76
    Views
    10K
    • Sticky
    MP1 MP2 MP2 - V2.5 TVMosaic Provider for MP2 DE
    Hi , I try to put the recording on a network, but TVMOSAIC Server does not take into account the network paths in Recording Path; Do you think of a way of recording a network disc? THANKS Ludis
    Hi , I try to put the recording on a network, but TVMOSAIC Server does not take into account the network paths in Recording Path...
    The current TV engine (TVE3) for Media Portal 1 and 2 was developed long time before and is not state of the art any more...
    Replies
    363
    Views
    77K
    I fix it. I had to rebuilkd the whole solution to get it to work.
    I fix it. I had to rebuilkd the whole solution to get it to work.
    Hi all. I'm trying to fix the TV4Play plugin for OnlineVideos, but I've problem with the debuging. When I've changed something in...
    Replies
    1
    Views
    1K
    Top Bottom