NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 71 72 73 74 75 … 93 Next »
Pre My Vids 3.2

 
  • 0 Vote(s) - 0 Average
Pre My Vids 3.2
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#41
2005-05-13, 02:58 AM
Reven, doesn't look like the Plugin is checking to see if the external player should be used. I checked it in the option, added the necessary information to the Path (the button next to the program selector doesn't bring up a dialog so I entered the path manually). When I go into My Videos, and select a file to play, it still launches the built in player. Which for most cases is fine, but Zoom Player has the ability to queue up several movies or videos so I could do something like:

Play an Intro
PLay a couple of trailers
Play the movie I selected.

Eventually it would be nice to enable a button to Play the video straight out, or Play with Trailers. I have this setup on Meedio right now with PlayMe and it works very well.

Let me know when you have another version to test.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#42
2005-05-13, 03:10 AM
i just looked at the code, and this is the check i do before launching the external player
Code:
if(USE_EXTERNAL_VIDEO && EXTERNAL_VIDEO_EXE != "" && EXTERNAL_VIDEO_ARGS  != "" && File.Exists(EXTERNAL_VIDEO_EXE))

you sure have set the exe and args ?
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#43
2005-05-13, 03:28 AM
Okay, I fixed the problem. I had quotes around the full path the the EXE because I didn't know how My Videos would handle spaces in the path. Once I removed the quotes it worked alright.

Here is the argument line I'm using for launching Zoom Player:

"%FILENAME%" /F /Q /MOUSEOFF

Again, it would be nice if someway could be added to allow configuration of multiple play buttons. That way I could set one up for playing the video and the other for playing the video plus some trailers if wanted.

It does work, just have to make sure you put Zoom Player into full screen mode, otherwise GBPVR and MY Videos comes back to the foreground.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#44
2005-05-13, 03:31 AM
yeah c# doesnt need quotes around a filename, but most players need it for command line switches (ive fixed a bug in the config app which didnt popup a file browser to select a external exe, of course youve been doing this directly into the config.xml file Smile)

ill have a go at implementing more options now, maybe if using an external player, pushing play on a file pops up another menu showing options like
- play movie
- play with trailers
- play with errr something else

and if only one option is set, just play the movie with no menu. now comes the hardest part, doing the damn config app Smile
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#45
2005-05-13, 06:09 AM
updated again, multiple options for external video player, read first post for info + download.

ps SKIN CHANGES!!! :p
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#46
2005-05-15, 06:02 AM
ive added to the next version the ability to add "GBPVR.exe" to the of available video options, and multiple options for dvd playback. if gbpvr.exe is selected it will play the files internally within gbpvr.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#47
2005-05-16, 02:22 AM
The new external player options seem to work. One thing though, can you add the ability to edit a confguration entry. Currently, there is Add, Remove, but no Edit. I entered some values wrong, and wanted to go back and chang them, but the only way to do that is to remove and then re-add.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#48
2005-05-16, 03:01 AM
god it never ends with you Tongue

yeah i can probably add edit really easily, someone just requested it for my programs, i forgot i actually did the code for the add quite smartly (the form extends "ok box" or something along those lines, which well makes things really easy). the only problem is, well sub has pretty much made the external player unnecessary with the next release, balls.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#49
2005-05-16, 03:55 PM
Actually, I'd keep the external player support in there, just as another option. I know codecs should be codecs, but for some reason, I find Zoomplayer to be the best option for me when playing videos. It just handles things more gracefully.
markm
Offline

Member

Posts: 86
Threads: 16
Joined: Feb 2004
#50
2005-05-17, 02:55 AM
Reven,

Could you toss up a snippit of code for reading the poster images out of the DB and into a picture box?

I've been beating my head against this all night. It's probably simple, I'm just not getting it.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode