NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 97 98 99 100 101 … 125 Next »
Video Archive -- use external player

 
  • 0 Vote(s) - 0 Average
Video Archive -- use external player
chud
Offline

Member

Posts: 183
Threads: 18
Joined: Oct 2005
#1
2005-11-02, 05:52 PM
i'm super impressed by most of the plugins that people have taken the time to write to extend GBPVR. really good stuff.

i currently find myself in the situation where i use both My Videos and Video Archive to sort through, select, etc, the recordings and movies on my system. i like aspects of both of these plugins.

what would really do it for me with Video Archive is if i could specify an external player to view videos (i use Zoom Player) as can be done in My Videos. my second request would be to make it a bit snappier, but i can live with that...

m.
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#2
2005-11-02, 08:46 PM
I only use GBPVR with the mvp using a remote for all input, which is why my plug-ins are optimized for this usage. I'd be willing to dd support for external players if someone was to help explain to me how to do this within GBPVR (that is, what api functions do I call) and if others would help test it since I can not.

Jeff
chud
Offline

Member

Posts: 183
Threads: 18
Joined: Oct 2005
#3
2005-11-02, 08:53 PM
jeff,

i'd certainly be up for testing, not much help on the programming details. i know that Reven's "My Videos" plugin has the option to fire up an external player.

mike
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#4
2005-11-02, 09:19 PM
the way i do is just let the user specify a exe file, and command line arguments for that other app. and then just replace a keyword with the selected filename eg
exe : "C:\program files\zoom player\player.exe"
args : "-file %FILENAME% -fullscreen"

then just instead of using
pluginHelper.playvideofile(filename)
i setup a seperate process
Code:
Process p = new Process;
p.StartArgs.Filename = exe;
p.StartArgs.Arguments = args.Replace("%FILENAME%",filename);
p.Start();

the code is from memory (so probably wrong) but you should get the idea.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Video Library Plugins? reven 1 14,395 2011-03-17, 08:02 PM
Last Post: gEd
  Graph and TVPI external recorder beta carpeVideo 348 158,486 2011-02-14, 03:53 AM
Last Post: cathrynm
  NPVR Video, Photo, Music icons SFX Group 5 9,813 2011-01-24, 11:18 AM
Last Post: martint123
  'Videos' Plugin for GB-PVR (Preview 1) - amazing youtube video must see! tvshowman 21 12,030 2010-02-13, 11:55 PM
Last Post: reven
  Video organization, plugin choice help huck 4 3,558 2009-07-02, 11:44 AM
Last Post: ACTCMS
  Newbie needs help with renaming external plugins and making some plugins to work Chris79 2 2,425 2009-06-14, 05:36 AM
Last Post: Chris79
  Slick skin: menu in Video Library missing? Torquewrench 2 2,387 2009-05-26, 06:26 AM
Last Post: tm12
  Music Player Plug-in Jeff 39 14,165 2009-05-07, 05:03 PM
Last Post: baj1
  GraphRecorder External via Executables Tab Ignored observer_11 0 1,727 2009-05-02, 09:44 PM
Last Post: observer_11
  Graph/ External Recorder - Ability to record to TS stream Dancasper 19 8,980 2009-04-28, 03:45 AM
Last Post: Dancasper

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

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

Linear Mode
Threaded Mode