NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 30 31 32 33 34 … 93 Next »
Access to FSE switch

 
  • 0 Vote(s) - 0 Average
Access to FSE switch
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#1
2008-07-02, 11:46 AM
Is there a way that I can request PVRx2 when operating in Full screen exclusive mode to go to shared mode?

I would like to check to see if FSE was set if it was set it to shared then lauch the emulators from gamezone. after emulator finishes then I could set it back to FSE mode.

Is this possible? Do I need Sub to expose some feature for me to exploit?

Cheers
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#2
2008-07-02, 04:15 PM
That could benefit me as well with the Netflix plugin. I don't think it's possible though.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#3
2008-07-02, 09:03 PM
Unfortunately I dont think there is anything easy I can do. I have looked into it in the past.

I'm sure I could come up with something, but it'd need to wait until I've got a bit more spare time available.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#4
2008-07-02, 10:01 PM
Is there a keystroke combination which allows switching between FSE and windowed mode? If so, it could be faked by a direct call to OnKeyDown() from within the plugin.

Also, as we were recently discussing GetClientIdentifier(), I see it just returns "VMR" for either VMR9 Fullscreen or VMR9 Custom etc. Could you easily tweak that to return a specific mode?

Or am I talking out of my ear? Big Grin

Cheers,
Brian
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#5
2008-07-03, 06:47 AM
I am open to suggestions, if it means I need to wait for the next release then so be it!
I think as we go forward this may be something that is useful my reseach has led me to believe that this is catered for with <cough> MCE.

Cheers
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#6
2008-07-03, 07:51 PM
bgowland Wrote:Is there a keystroke combination which allows switching between FSE and windowed mode? If so, it could be faked by a direct call to OnKeyDown() from within the plugin.

Also, as we were recently discussing GetClientIdentifier(), I see it just returns "VMR" for either VMR9 Fullscreen or VMR9 Custom etc. Could you easily tweak that to return a specific mode?

Or am I talking out of my ear? Big Grin

Cheers,
Brian
If you stay in windowed mode, Alt-ENTER toggles between full screen and windowed.
InVermont
Offline

Member

Posts: 157
Threads: 10
Joined: Mar 2007
#7
2008-07-03, 08:59 PM
>>I am open to suggestions
You asked...

The only thing I could think of when I ran across this problem was to have GB-PVR start a secondary program. That secondary program posts a WM_QUIT to GB-PVR, then starts the program you really wanted to launch (the emulator in this case). The secondary program then waits for the intended program(the emulator) to end, then restarts GB-PVR and exits.
Not a great solution, but it does work.
idkpmiller
Offline

Posting Freak

Posts: 817
Threads: 141
Joined: May 2006
#8
2008-07-04, 12:02 AM
InVermont Wrote:>>I am open to suggestions
You asked...

The only thing I could think of when I ran across this problem was to have GB-PVR start a secondary program. That secondary program posts a WM_QUIT to GB-PVR, then starts the program you really wanted to launch (the emulator in this case). The secondary program then waits for the intended program(the emulator) to end, then restarts GB-PVR and exits.
Not a great solution, but it does work.

Although this would work the user experience wouldn't be very good, as when returning to GBPVR they would need to reenter the plugin and navigate back to another emulator/game. certainly an idea not one I am thinking of pursuing at this time.

Thanks
Let the Games begin...Round 2!
GameZone v2.9.6 - PVRx2 1.4.7 compatible!

[Image: 1299379.png]
InVermont
Offline

Member

Posts: 157
Threads: 10
Joined: Mar 2007
#9
2008-07-04, 05:07 AM
I could swear there was a commend line to launch GBPVR and have it automatically go into a plugin... but I can't find it.

Is there any way to do that?
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,591
Threads: 386
Joined: Dec 2004
#10
2008-07-04, 07:51 PM
InVermont Wrote:I could swear there was a commend line to launch GBPVR and have it automatically go into a plugin... but I can't find it.

Is there any way to do that?
Command line options are here on the wiki...

http://gbpvr.com/pmwiki/pmwiki.php/Manua...ineOptions

-direct "plugin name" should do this.

Cheers,
Brian
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR 5: When is PIN Required for API Access? pkscout 3 2,827 2020-05-26, 04:45 AM
Last Post: sub
  API access to artwork and deleting recordings cncb 29 16,005 2016-11-06, 02:20 AM
Last Post: mvallevand
  Access 'Stay on top' setting from a plugin? McBainUK 5 2,482 2011-11-07, 04:43 PM
Last Post: sub
  Access ImportHDPVRChannelsForm mvallevand 62 15,686 2011-08-09, 03:37 AM
Last Post: mvallevand
  Access to Schedules inside standalone progs dero 1 1,444 2008-12-09, 12:03 PM
Last Post: dero
  Linking gbpvr.db3 to Access 2003: get readonly tables Khurram 5 4,003 2008-09-11, 08:35 AM
Last Post: Khurram
  Switch Channels in Inset JavaWiz 2 1,688 2008-07-27, 06:03 AM
Last Post: JavaWiz
  Access DB and DateTime idkpmiller 5 2,466 2008-04-14, 10:37 AM
Last Post: idkpmiller
  SilverLight Web Access uwfalcon 1 1,392 2008-03-16, 05:32 AM
Last Post: sub
  GB-PVR web access McBainUK 2 3,673 2008-03-14, 03:21 PM
Last Post: McBainUK

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode