OnlineVideos 2.4.0.0 [2024/02/24] (15 Viewers)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Ok, so first try to build OLV throws me this error on Visual Studio Community 2013:
    Code:
    Error    1    The "GitVersion" task failed unexpectedly.
    System.Exception: Could not find git.exe. Looked in PATH locations and various common folders inside Program Files as well as LocalPath.
       at MSBuild.Community.Tasks.Git.GitClient.FindToolPath(String toolName)
       at MSBuild.Community.Tasks.Git.GitClient.GenerateFullPathToTool()
       at Microsoft.Build.Utilities.ToolTask.ComputePathToTool()
       at Microsoft.Build.Utilities.ToolTask.Execute()
       at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()    OnlineVideos

    What did I forget?
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    In addition to tortoiseGit I have this installed: https://git-for-windows.github.io/
    Maybe when installing tortoise you can somehow tell it to install commandline tools - not sure.
    I added a BuildTask that gets the git hash and adds it to to the dlls assembly info - which is later logged - so we as developer know the exact build a user is running.
     

    doskabouter

    Development Group
  • Team MediaPortal
  • September 27, 2009
    4,600
    2,996
    Nuenen
    Home Country
    Netherlands Netherlands
    Perhaps a tip for all developers:
    Before committing and pushing, first pull the latest sources, that way you won't get those "Merge branch 'master'" commits
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    It worked fine when I reinstalled Git with a check in one of the boxes that allows Git to be used by command-line :)

    Now that I have your attention; could it please be user-configurable, to select whether "H" (home) takes you to MediaPortal home, and not OLV home? I have a remote controlling my setup, and use PowerScheduler to only allow standby/sleep in the "Home" window of MediaPortal. But when I use OLV, the "H" command does not take me to MP home, but OLV home, thus no standby.

    Thanx :)
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    So simply pressing H again is too much then? ;) Because I implemented it so that Home action is only intercepted when not in the root view of OV.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    I can easily map a button/action on my Harmony remote to send a keypress twice. But if you do this on "Home" window, it will switch to "BasicHome". That is not what I want. In general I don't think that plugins should take over control of my mappings ;)
     

    CypherMK

    MP Donator
  • Premium Supporter
  • March 11, 2009
    1,735
    617
    Home Country
    Netherlands Netherlands
    So simply pressing H again is too much then? ;) Because I implemented it so that Home action is only intercepted when not in the root view of OV.
    Ah, so OV is doing this. I was always wondering why I had to do press twice. Maybe it can be changed? Or configurable?
     

    Hippo

    Portal Member
    November 17, 2007
    31
    0
    Hamburg
    Home Country
    Germany Germany
    Anyone else having issues playing Amazon Prime Videos?

    I am using latest filters and OV 2.1.0.0.

    Code:
    [10-10 21:41:34,989] [OnlineVideos] [INFO ] Looking for subcategories in 'Movies' on site 'Amazon Prime De'
    [10-10 21:41:35,559] [OnlineVideos] [INFO ] Found 22 subcategories in 'Movies' on site 'Amazon Prime De'
    [10-10 21:41:39,172] [OnlineVideos] [INFO ] Looking for subcategories in 'Popular Movies' on site 'Amazon Prime De'
    [10-10 21:41:40,565] [OnlineVideos] [INFO ] Found 61 subcategories in 'Popular Movies' on site 'Amazon Prime De'
    [10-10 21:41:45,960] [OnlineVideos] [INFO ] matchCIDA36LLY45W5312V
    [10-10 21:41:45,981] [OnlineVideos] [INFO ] matchTokenkvdON38hYB5hYWV70bUSHs5BA70vkdVTCzfOr9YK+/I
    [10-10 21:41:46,003] [OnlineVideos] [INFO ] matchMIDA1PA6795UKMFR9
    [10-10 21:41:46,052] [OnlineVideos] [INFO ] https://www.amazon.de/gp/video/streaming/player-token.json?callback=jQuery16406641344620746118_63580110106051&csrftoken=kvdON38hYB5hYWV70bUSHs5BA70vkdVTCzfOr9YK%2B%2FI&_=63580110106051
    [10-10 21:41:46,162] [OnlineVideos] [INFO ] jQuery16406641344620746118_63580110106051({"token":"f1260ca0b71383e44a3546bee4368956"});
    [10-10 21:41:46,173] [OnlineVideos] [INFO ] matchTokenf1260ca0b71383e44a3546bee4368956
    [10-10 21:41:46,252] [OnlineVideos] [WARN ] Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
    
    Server stack trace:
       bei Newtonsoft.Json.JsonTextReader.ParseValue()
       bei Newtonsoft.Json.JsonTextReader.ReadInternal()
       bei Newtonsoft.Json.JsonTextReader.Read()
       bei Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
       bei Newtonsoft.Json.Linq.JObject.Parse(String json)
       bei OnlineVideos.WebCache.GetWebData[T](String url, String postData, CookieContainer cookies, String referer, IWebProxy proxy, Boolean forceUTF8, Boolean allowUnsafeHeader, String userAgent, Encoding encoding, NameValueCollection headers, Boolean cache)
       bei OnlineVideos.Sites.JSurf.ConnectorImplementations.BrowserSessionBase.GetWebData[T](String url, String postData, CookieContainer cookies, String referer, IWebProxy proxy, Boolean forceUTF8, Boolean allowUnsafeHeader, String userAgent, Encoding encoding, NameValueCollection headers, Boolean cache)
       bei OnlineVideos.Sites.JSurf.ConnectorImplementations.AmazonPrime.Connectors.AmazonPrimeInformationConnector.getPlaybackOptions(VideoInfo video)
       bei OnlineVideos.Sites.JSurf.ConnectorImplementations.AmazonPrime.Connectors.AmazonPrimeInformationConnector.getMultipleVideoUrls(VideoInfo video, Boolean inPlaylist)
       bei OnlineVideos.Sites.JSurf.AmazonPrimeSiteUtil.GetMultipleVideoUrls(VideoInfo video, Boolean inPlaylist)
       bei System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       bei System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
     

    PrivotSponge

    MP Donator
  • Premium Supporter
  • October 20, 2009
    276
    6
    BaWü
    Home Country
    Germany Germany
    Hi,

    I´ve made a fresh installation of Win7 (I will later upgrade to Win 10) recently. After setting up all drivers i installed MP 1.12.
    Before formating my c:\ drive i saved all databases and later copied them back (MP-TVseries and Moving Pictures). I installed all plugins manually and didn´t use the backup plugin.
    Everything is fine except the online videos plugin.
    If i try to test the codecs, only mp4 and mov is working :(
    The latest IP Source filter is installed.
    Beside the windows codecs there is only LAV Audio and Video and AC3Filter installed.

    In the tool "Graphstudionext" FLV-files are played.

    Any Ideas?

    Is there a Microsoft tool missing ? (e.g. ".net framework")
    there is only ".net framework 4.6" installed

    Sponge
     

    Attachments

    • OnlineVideos_Codecs.jpg
      OnlineVideos_Codecs.jpg
      443.3 KB
    Last edited:

    rsbrux

    Documentation Group
  • Team MediaPortal
  • April 15, 2007
    1,137
    117
    Home Country
    Switzerland Switzerland
    I can easily map a button/action on my Harmony remote to send a keypress twice. But if you do this on "Home" window, it will switch to "BasicHome". That is not what I want. In general I don't think that plugins should take over control of my mappings ;)
    I had the same issue and got around it by just disabling BasicHome.
     

    Users who are viewing this thread

    Top Bottom