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 … 108 109 110 111 112 … 125 Next »
External Player

 
  • 0 Vote(s) - 0 Average
External Player
krull
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jul 2005
#1
2005-07-07, 09:52 AM
I just ran across GB-PVR and it, with "My Videos", seems like a pretty sweet setup, except... I'm have problems getting it to kick off an external DVD player. When I sniff the command line that was sent to the player (Media Player Classic) it still has "%FILENAME%" unexpanded. I assume this expansion is done within "My Videos", but just to be sure I checked the environment for MPC and it didn't have a FILENAME var.

Are other people able to run external players? I've re-installed everything a couple times and alll versions of the plugin I could find, but the all act the same.

Thanks.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#2
2005-07-07, 12:56 PM
ive been using the external player option for a while and havent noticed any bugs. and there doesnt appear to be any chance that %FILENAME% wouldnt be replaced by the filename. it is case sensitive, and must be the exactly, but thats it, its always replaced. post that section of your config.xml file if you are still having problems.
krull
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jul 2005
#3
2005-07-08, 09:52 AM
hey,

so I tried another uninstall/reinstall of everything and still no success.

Here's what I did:

- renamed the gbpvr folder (paranoid mans delete)
- uninstalled gbpvr. technically it had no files to uninstall, but the installer wouldn't let me do an install until I uninstalled.
- downloaded gbpvr and installed it
- downloaded "My Videos" and extracted it over the gbpvr dir and made sure the my vids dll ended up in the plugins dir.
- downloaded MyDatabase.mdb and extracted it to C:\Program Files\devnz\gbpvr
- configured an "external player" for DVDs and pointed to mplayerc.exe. It was in a directory with spaces in the name, so I also tried moving it to the root of of the c: drive jic that had any effect. It didn't.
- fired up gbpvr and tried to kick off a dvd. Media Player Classic popped up with an error about not finding the file.
- I created a simple batch file "c:\test.bat" with:
[INDENT]echo %*
pause[/INDENT]
- I replaced the path to media player class with the batch file
- I reloaded gbpvr and tried running another dvd and got this:
[INDENT]C:\Program Files\devnz\gbpvr>echo "%FILENAME%"
"%FILENAME%"

C:\Program Files\devnz\gbpvr>pause
Press any key to continue . . .[/INDENT]
- Changed the debugging level in "Misc Options" to "Max" thinking I might see something in a log somewhere, but couldn't find it.

This time I didn't install all of the ripping extra's, but did last time and they don't seem like they should be needed for what I'm trying to do.

Finally, here's the full "My Video" chunk of the config.xml file. Thanks for any help.

Code:
<MyVideosPlugin>
      <DVDReader>D</DVDReader>
      <DVDWriter>D</DVDWriter>
      <DVDDecrypterLocation>C:\Program Files\DVD Decrypter\DVDDecrypter.exe</DVDDecrypterLocation>
      <VideoFileExtensions>mpg|mpeg</VideoFileExtensions>
      <TempDVDDirectory>C:\Temp\</TempDVDDirectory>
      <DVDDirectory>C:\DVDs\</DVDDirectory>
      <MovieIntrosDirectory>C:\</MovieIntrosDirectory>
      <MovieIntrosEnabled>true</MovieIntrosEnabled>
      <MovieTrailersDirectory>C:\</MovieTrailersDirectory>
      <MovieTrailersEnabled>true</MovieTrailersEnabled>
      <NumberOfMovieTrailers>3</NumberOfMovieTrailers>
      <IntroRandom>false</IntroRandom>
      <NumberOfIntroMovies>1</NumberOfIntroMovies>
      <UseBlueYellowForPageUpDown>true</UseBlueYellowForPageUpDown>
      <RemoveFolderName>false</RemoveFolderName>
      <OnEnterShowInfo>true</OnEnterShowInfo>
      <PinOnDelete>false</PinOnDelete>
      <MasterPIN>AXCTEVXjSeStBjIs8JITEwuKgJQ88A==</MasterPIN>
      <PinLength>4</PinLength>
      <TimeCutoff>5</TimeCutoff>
      <TimeCutoffEnd>5</TimeCutoffEnd>
      <DVDAuthor>C:\</DVDAuthor>
      <HideBatchWindows>false</HideBatchWindows>
      <ConvertFiles>true</ConvertFiles>
      <ShowUnseen>true</ShowUnseen>
      <DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0; Data Source="C:\Program Files\devnz\gbpvr\MyDatabase.mdb"</DatabaseConnectionString>
      <AddPausedMoviesToVirtualRoot>true</AddPausedMoviesToVirtualRoot>
      <EnableExternalDVDPlayer>true</EnableExternalDVDPlayer>
      <EnableExternalVideoPlayer>false</EnableExternalVideoPlayer>
      <RequireDOB>true</RequireDOB>
      <RequireBio>true</RequireBio>
      <RequireHeadshot>true</RequireHeadshot>
      <VirtualRoot>reel~HDD~V:\|c~HDD~C:\|</VirtualRoot>
      <ExternalVideoOptions />
      <ExternalDVDOptions>
        <Option>
          <Name>test</Name>
          <Executable>C:\test.bat</Executable>
          <Arguments>"%FILENAME%"</Arguments>
        </Option>
      </ExternalDVDOptions>
      <MenuItems>
        <MenuItem name="View" index="0" visible="true" />
        <MenuItem name="Sort by" index="1" visible="true" />
        <MenuItem name="Play DVD" index="2" visible="true" />
        <MenuItem name="Copy DVD" index="3" visible="true" />
        <MenuItem name="MyDVD" index="4" visible="true" />
        <MenuItem name="Scan" index="5" visible="true" />
        <MenuItem name="Actors" index="6" visible="true" />
        <MenuItem name="Stacking" index="7" visible="true" />
        <MenuItem name="Paused Movies" index="8" visible="true" />
        <MenuItem name="Main Menu" index="9" visible="true" />
      </MenuItems>
      <ActorMenuItems>
        <MenuItem name="View" index="0" visible="true" />
        <MenuItem name="Sort by" index="1" visible="true" />
        <MenuItem name="Biography" index="2" visible="true" />
        <MenuItem name="Gallery" index="3" visible="true" />
        <MenuItem name="Movies" index="4" visible="true" />
        <MenuItem name="Remove Actor" index="5" visible="true" />
        <MenuItem name="Back" index="6" visible="true" />
      </ActorMenuItems>
      <DebuggingLevel>4</DebuggingLevel>
      <PopupMenu>
        <MenuItem name="Play">true</MenuItem>
        <MenuItem name="Play DVD">true</MenuItem>
        <MenuItem name="Play Video">true</MenuItem>
        <MenuItem name="Play Movie">true</MenuItem>
        <MenuItem name="Play DVD Folder">true</MenuItem>
        <MenuItem name="Play ISO">true</MenuItem>
        <MenuItem name="Shuffle Play">true</MenuItem>
        <MenuItem name="Information">
          <MenuItem name="IMDB">true</MenuItem>
          <MenuItem name="Amazon">true</MenuItem>
          <MenuItem name="Best Effort">true</MenuItem>
          <MenuItem name="Movie Tyme">true</MenuItem>
          <MenuItem name="OFDB">true</MenuItem>
          <MenuItem name="More">
            <MenuItem name="IMDB Description">true</MenuItem>
            <MenuItem name="IMDB Poster">true</MenuItem>
            <MenuItem name="Amazon Description">true</MenuItem>
            <MenuItem name="Amazon Poster">true</MenuItem>
          </MenuItem>
        </MenuItem>
        <MenuItem name="TV Information">
          <MenuItem name="TV.com">true</MenuItem>
          <MenuItem name="Episode Browse">true</MenuItem>
          <MenuItem name="Episode Lookup">true</MenuItem>
          <MenuItem name="Find Episode List">true</MenuItem>
        </MenuItem>
        <MenuItem name="Edit">
          <MenuItem name="Create Thumbnail">true</MenuItem>
          <MenuItem name="Toggle Seen">true</MenuItem>
          <MenuItem name="Mark as Seen">true</MenuItem>
          <MenuItem name="Set PIN">true</MenuItem>
          <MenuItem name="Edit Title">true</MenuItem>
          <MenuItem name="Edit Subtitle">true</MenuItem>
          <MenuItem name="Rename">true</MenuItem>
          <MenuItem name="Remove From DB">true</MenuItem>
          <MenuItem name="Delete">true</MenuItem>
        </MenuItem>
        <MenuItem name="Burn">
          <MenuItem name="Burn ISO">true</MenuItem>
          <MenuItem name="Burn To Disc">true</MenuItem>
          <MenuItem name="Demux and Burn">true</MenuItem>
          <MenuItem name="Add To Disc">true</MenuItem>
        </MenuItem>
      </PopupMenu>
      <ScanMenu>
        <MenuItem name="Create Thumbnail">true</MenuItem>
        <MenuItem name="IMDB">true</MenuItem>
        <MenuItem name="Amazon">true</MenuItem>
        <MenuItem name="Best Effort">true</MenuItem>
        <MenuItem name="OFDB">true</MenuItem>
        <MenuItem name="TV.com">true</MenuItem>
        <MenuItem name="Episode Lookup">true</MenuItem>
        <MenuItem name="Remove From DB">true</MenuItem>
        <MenuItem name="Mark as Seen">true</MenuItem>
      </ScanMenu>
    </MyVideosPlugin>
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#4
2005-07-08, 07:50 PM
oh for external dvd players you need to use "%DRIVE%", i have no idea why i did this, ill change it in the next release (well make it so %DRIVE% and %FILENAME% are both replaced by the filename).
gmorse
Offline

Junior Member

Posts: 42
Threads: 6
Joined: Jun 2005
#5
2005-07-08, 08:22 PM
What Reven sai. I've been using MPC for my external DVD player as well. I just give it d: as the argument and it works fine.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#6
2005-07-08, 08:26 PM
if you use %DRIVE% it will pass whatever you click on, eg for a folder D:\dvds\rocky horror picture show\ , it will pass that as %DRIVE%.
krull
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jul 2005
#7
2005-07-09, 04:43 AM
Ahh...

Ok, that did the trick. For anyone else trying the same thing, the parameter line that worked is:

"%DRIVE%\VIDEO_TS"

thanks for the help (and plugin) Reven.
gjen
Offline

Member

Posts: 53
Threads: 19
Joined: Aug 2005
#8
2005-08-26, 06:04 AM
I still can't get the external player to work.. I use windows media player and the error log says cann't find file. I've replaced the argument from "%FILENAME%" to "%Drive%".

It dosn't seem to pick up the file name of the film.

I've do DVD ripped in file format and a file .mpg

Please help
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#9
2005-08-26, 06:25 AM
try "%DRIVE%" and not "%Drive%"
gjen
Offline

Member

Posts: 53
Threads: 19
Joined: Aug 2005
#10
2005-09-06, 09:02 PM
It is set to "%DRIVE%" and not"%DRIVE%". I'll capture a screen shot tonight. I'm sure I had it working earlier on. Do you have to change any settings in the DVD config of GBPVR ?

Cheers
« 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
  Graph and TVPI external recorder beta carpeVideo 348 158,419 2011-02-14, 03:53 AM
Last Post: cathrynm
  Newbie needs help with renaming external plugins and making some plugins to work Chris79 2 2,424 2009-06-14, 05:36 AM
Last Post: Chris79
  Music Player Plug-in Jeff 39 14,162 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,978 2009-04-28, 03:45 AM
Last Post: Dancasper
  Use PowerDVD or other external player Deusxmachina 3 2,074 2008-01-09, 08:02 AM
Last Post: stustunz
  Error in External Recorder Plugin ? Captain-DJ 2 1,549 2007-12-11, 03:01 PM
Last Post: carpeVideo
  Music Player with 1.0.8 Lindsay 0 1,141 2007-07-23, 04:39 AM
Last Post: Lindsay
  Music Player + GBPVR 1.0.8 Azimuth 0 1,203 2007-07-17, 02:14 AM
Last Post: Azimuth
  Music Player question/problem lchiu7 0 1,301 2007-04-21, 02:25 AM
Last Post: lchiu7

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

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

Linear Mode
Threaded Mode