Close
Advertise Here
Page 15 of 77 FirstFirst ... 513141516172565 ... LastLast
Results 141 to 150 of 763

Thread: SPMC - Koying

  1. #141


    Quote Originally Posted by elmerohueso View Post
    +1000
    I'd like to add a menu shortcut to open Netflix.

    Also, now that we have shutdown and reboot working, can we add the sleep function to the Power menu? (I've heard the sleep function is available via a pop-up menu in Abominable Snowman, but I'm on an older custom ROM).

    Edit:
    I actually haven't ever built XBMC, and I don't have a build environment setup (maybe a weekend project, if I have time).
    It looks like CXBMCApp::StartActivity is already defined in SPMC, so could StartAndroidActivity be added to the by borrowing the below code from the current XBMC trunk?
    In interfaces\Builtins.cpp, add the following to the BUILT_IN commands:

    Then add the execute definition:


    Then in ApplicationMessenger.cpp, add the function:

    And the case:
    Koying said on GitHub that he won't add this in because it's too much work, but he will make an SPMC version of the Gotham beta when it drops (Gotham is in feature freeze, so we're just waiting for stability)

    That said, please fork SPMC and make your changes listed above and submit a pull request, he might have time to drop a point release SPMC with those changes

  2. #142


    Quote Originally Posted by Jesper Hessius View Post
    That said, please fork SPMC and make your changes listed above and submit a pull request, he might have time to drop a point release SPMC with those changes
    Oh, sure. Pull requests are welcome, of course.

  3. #143
    OUYA Developer Eldon.McGuinness's Avatar
    Join Date
    Oct 2013
    Location
    www.Progressivethink.in
    Posts
    1,236


    Quote Originally Posted by Jesper Hessius View Post
    ...he will make an SPMC version of the Gotham beta when it drops (Gotham is in feature freeze, so we're just waiting for stability)
    What would be the point of an SPMC version of Gotham, doesn't Gotham support the things that SPMC does?

  4. #144


    SPMC - Koying

    I believe SPMC just has tweaks to make it run better on the Ouya specifically. SPMC is the unofficial official XBMC for Ouya.


    Sent from my iPhone using Tapatalk

  5. #145
    OUYA Developer Eldon.McGuinness's Avatar
    Join Date
    Oct 2013
    Location
    www.Progressivethink.in
    Posts
    1,236


    Hrm... Well I would be interested in knowing what in particular is different, since I currently run Gotham and it runs great.

  6. #146


    Quote Originally Posted by Eldon.McGuinness View Post
    Hrm... Well I would be interested in knowing what in particular is different, since I currently run Gotham and it runs great.
    For instance, the shutdown menu, which the option to Shutdown Ouya, reboot and exit (needs root).

  7. #147
    OUYA Developer Eldon.McGuinness's Avatar
    Join Date
    Oct 2013
    Location
    www.Progressivethink.in
    Posts
    1,236


    Can't say I have ever tried that, but I have root on my device so should it not work with Gotham?

  8. #148


    Re: SPMC - Koying

    Quote Originally Posted by Eldon.McGuinness View Post
    Can't say I have ever tried that, but I have root on my device so should it not work with Gotham?
    Unless things have changed in Gotham (I'm running Frodo right now), the power menu doesn't have items that require root, like powering off or rebooting, in the official XBMC Android builds.

  9. #149


    I've been following the development of XBMC on Ouya for months and finally took the plunge last week. The Ouya is connected to my Sony HTR-520 receiver, which is set to receive audio passthrough. Unfortunately, with SPMC, I get the static sound which can only be fixed by switching inputs back and forth or turning the receiver off and on, much like others have reported. When I change the audio settings in XBMC from HDMI to analog, I get sound (strangely, it still displays as multichannel, which I didn't think possible over analog), but the picture becomes choppy and unwatchable. This is while playing 720P xvid's with 5.1 Dolby Digital sound from a NAS using SMB via ethernet.

    First of all, I was under the impression that issues with static sound over HDMI were solved in SPMC, but perhaps I misunderstood. Perhaps someone can illuminate me on the the audio issues Ouya (and SPMC) has with audio passthrough. I understand why the Ouya doesn't play nicely with passthrough, but again, I thought SPMC had largely gotten around this.

    Secondly, I don't understand why I still get sound through my receiver when the audio in XBMC is set to analog.

    I've tried every build of XBMC, and so far the only ones that seems to perform satisfactorily with both video and audio in XBMC are recent Gotham nightlies, but they crash often and don't work with a lot of addons. Every other build (Ouya's old store version with multichannel audio codecs, XBMC's official android version of Frodo, etc.) has noticeably jerky video or doesn't play audio correctly.

    SPMC has noticeably smoother video playback than any other version, and seems the most stable, but the the issue with static audio makes it unusable as I have no intention of turning my receiver on and off all the time. Even when I get the multichannel working, skipping through a video will sometimes cause the audio to go to static again.

    Any information or suggestions would be appreciated.

  10. #150


    Remap mouse buttons

    Quote Originally Posted by koying View Post
    Changelog:
    12.4.1:
    - Added mouse wheel and proper button support
    - Allow reboot/restart on rooted devices
    - Runs on kitkat
    Many thanks for the mouse support koying, scrolling is now working well within SPMC! However, one thing I cannot seem to get working is remapping a middle mouse click.

    I would like to remap a middle mouse click to bring up the context menu within SPMC. I have created a mouse.xml file in my userdata keymaps directory. To test the changes in my mouse.xml were being picked up if I add something like <wheeldown>contextmenu</wheeldown> then this works (the context menu will pop up when I scroll the mouse wheel down).

    However, I want the context menu on a middle button click. When instead I add <middleclick>contextmenu</middleclick>, clicking the middle mouse button does not bring up the context menu. Would you expected this to work with your latest changes for mouse wheel and proper button support and if so any idea what I'm doing wrong?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •