NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 14 15 16 17 18 … 115 Next »
Back to basics

 
  • 0 Vote(s) - 0 Average
Back to basics
adm1jtg
Offline

Junior Member

Posts: 22
Threads: 9
Joined: Oct 2008
#1
2009-01-16, 03:03 PM
I have posted other questions but decided I have bitten off more then I can chew for the moment. I have gbpvr and a helius MVP. I have just figured out how to get these to work together to play my GBPVR recorded shows and avi files so long as they are local (see question #3). This finally all works. So some basic questions now to start with before i tackle things like playing vob's again:

1) I have an extensive list of videos (over 1000 titles) is there any way to page down and page up from the mvp? Perhaps a plugin that handles navigation differently?

2) How does one multi tag mp3 files on the mvp aka tag 10 or so files to load into a temporary play list. Also see question one... How does one use a page down or page up function to cycle through long lists of mp3 files on the mvp?

3) I have a pc whose only function is to record shows. The MVP is run through gbpvr but on a separate pc and separate install. In the video library on the MVP pc I point to the recorded shows directory on the recording pc (yes it is shared and the permissions are all in order). When on the MVP I can see the folder but when I click to go into the folder nothing happens. Is there a better way to do this? How can I play my recorded shows from the mvp directly off the recording pc.
adm1jtg
Offline

Junior Member

Posts: 22
Threads: 9
Joined: Oct 2008
#2
2009-01-16, 03:06 PM
I also need to know why FF does not seem to work. It simply jumps forward instead of speeding up the image play. At first I thought this was because i was transcoding avi files and thus it coudnt actually FF but this also happens for my recorded mpg files.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#3
2009-01-16, 03:14 PM
adm1jtg Wrote:1) I have an extensive list of videos (over 1000 titles) is there any way to page down and page up from the mvp? Perhaps a plugin that handles navigation differently?....How does one use a page down or page up function to cycle through long lists of mp3 files on the mvp?
The skip forward/back buttons on the MVP remote act like page up/down on the library screens lists.

adm1jtg Wrote:2) How does one multi tag mp3 files on the mvp aka tag 10 or so files to load into a temporary play list. Also see question one...
There's no play list support in the default music screen - try one of the (very good) music plugins available on the wiki.

adm1jtg Wrote:3) I have a pc whose only function is to record shows. The MVP is run through gbpvr but on a separate pc and separate install. In the video library on the MVP pc I point to the recorded shows directory on the recording pc (yes it is shared and the permissions are all in order). When on the MVP I can see the folder but when I click to go into the folder nothing happens. Is there a better way to do this? How can I play my recorded shows from the mvp directly off the recording pc.
This sounds like the MVP doesn't have permissions to see the share. This thread might be of use: http://forums.nextpvr.com/showthread.php...work+share
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2009-01-16, 11:04 PM (This post was last modified: 2009-01-16, 11:23 PM by pBS.)
i found an alternate way to get your shares to be seen WITHOUT changing service or permissions at all...Big Grin

just make a batch file that connects to shares, set it up as a Custom Task in config.
then run that custom task within the either MVP or NMT screen and it will grant you access from then on, just needs to be run once...

reason it works is, the rec service and all accesses are actually done as Network service user, only that use doesn't have permissions like logged on user..but when we connect using the batch file, we are doing it from that same network service account,thus giving that account now access...and windows will cache the credentials so next time it knows you've already been allowed in and doesn't ask...

cute thing is, you only have to do it once for entire remote machine, not all drives..
once win lets you access that machine once, you're in for all of the drives if they don't have passwords..and you don't have to map any drives, just connect...like so:
Quote:echo |net use \\HOME\mpg /username:homeboy /savecred
[notice no drive lettter mapped, just connected..lol]

once Network Service is allowed remote access, it has it for good...Big Grin

had to come up with something as changing rec service 'user' stopped 'interact w/desktop' and thus,prevented channel blasting w/HIP...
so this enables both...Wink [channel changes and net access same time, no passwords necessary but can be used, no service changes]

think this would be helpfull on wiki?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#5
2009-01-16, 11:33 PM
oh and smooth ff on mvp may need a config.xml edit tho not sure if it still works that way..and may make smooth ff on all ui's including local.. <AllowDoubleSpeedPlaybackOnPVRX2>true</AllowDoubleSpeedPlaybackOnPVRX2>
is for pvrx2 ui, and i thought <SkipInsteadOfFFRW>false</SkipInsteadOfFFRW>
would be the one for mvp but not sure anymore,been a while...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
adm1jtg
Offline

Junior Member

Posts: 22
Threads: 9
Joined: Oct 2008
#6
2009-01-20, 06:17 PM
This looks to be exactly what I need. I will try the batch file as I need the interact with desktop to use zprocess if I recall. Will report back tomorrow after I have tested.

Thanks for all the great suggestions
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#7
2009-01-20, 06:29 PM
adm1jtg Wrote:This looks to be exactly what I need. I will try the batch file as I need the interact with desktop to use zprocess if I recall. Will report back tomorrow after I have tested.

Thanks for all the great suggestions

Wondering how it's going... ?

I just read this and think there might be some confusion...

FF won't work while using ZProcess (or even the default on-the-fly transcode) because file is being created on-the fly. You are watching a file before it is full size, so there is no future for you to fast forward into...

And as far as Interact with Desktop, yes, ZProcess needs that. I have not seen any problems with my MVP getting network files with sharing. I havn't needed to play with batch files or anything, so I'm confused as to the actual problem...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
adm1jtg
Offline

Junior Member

Posts: 22
Threads: 9
Joined: Oct 2008
#8
2009-01-20, 07:42 PM
Haven't made it home yet to try but the problem was esentially that I had a network share setup in the videos area of gbpvr. On the mvp I could see the folder but when I click on it nothing happened. Thus the answer about letting the gbpvr service have access to the network.

The FF answer was 2 fold. For BOTH avi and transcoded type files which I had surmised that it would not be possible but also for my pre-recorded mpg files. Neither has what was termed smooth FF. I assume if the config change listed works it will only work for native mpg files, I guess I will find out tonight.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#9
2009-01-20, 08:00 PM
adm1jtg Wrote:Haven't made it home yet to try but the problem was esentially that I had a network share setup in the videos area of gbpvr. On the mvp I could see the folder but when I click on it nothing happened. Thus the answer about letting the gbpvr service have access to the network.

The FF answer was 2 fold. For BOTH avi and transcoded type files which I had surmised that it would not be possible but also for my pre-recorded mpg files. Neither has what was termed smooth FF. I assume if the config change listed works it will only work for native mpg files, I guess I will find out tonight.

How it should work is: If you have the RS set to interact with desktop, the MVP should have access to all the same shares as you would through MS Networks and explorer.

My experience with networking though is, ALWAYS use passwords. (that way my brain doesn't hurt - sometimes resources are only available when authentication includes passwords, other times no trouble)

If you like to have your computer log into the desktop (which is necessary if using ZProcess or any other 'interact with desktop' software) use PowerToys...

And yes, the FF tip only applies to non transcoding files (MPG)
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
adm1jtg
Offline

Junior Member

Posts: 22
Threads: 9
Joined: Oct 2008
#10
2009-01-23, 02:23 AM
Finally got time to try all this and everything is working now from earlier questions. Here is what I did.

For the fast forward those 2 changes in config.xml worked fine. Just dont edit config.xml in wordpad as every time I did it broke GBPVR. I finally edited it in notepad instead and everything worked great.

As far as the network shares what I did was simply to add the same id and password on the share pc as the one I log in with on my GBPVR Pc. My shares are completely open so I only had to do this to make the MVP happy but it works.

Thanks for all the help I am off to find a good free program to convert all my old RM files to mpg. Thinking Any Video will do the trick.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Kicked back to nmt at idle stustunz 4 2,397 2010-05-26, 04:15 AM
Last Post: stustunz
  Egreat Won't Play Back Programs LewE 19 6,845 2010-05-18, 03:42 AM
Last Post: mvallevand
  Refurbished Popcorn Hour A-100's are back (12/7) arkennedy75 2 2,612 2010-01-13, 03:13 AM
Last Post: 8ace
  Refubished PCH A-100 are Back! fering 58 21,082 2009-11-23, 02:11 AM
Last Post: fering
  Sometimes drops back to PCH menu at end of recording. martint123 12 4,057 2008-09-05, 04:02 PM
Last Post: steveum
  Switch to MVP Soft and back to GBPVR cakes 29 12,683 2008-04-08, 11:13 PM
Last Post: BlackFlux
  MVP Crashes playing back recording Rory 2 1,861 2008-03-01, 05:29 PM
Last Post: Rory
  End of Recording, doesn't exit back to menu ski44 3 1,628 2007-08-10, 07:36 PM
Last Post: User
  Basics about MVP & GBPVR fldavem 11 4,304 2006-09-26, 04:15 AM
Last Post: oster
  Video freeze with MVP remote skip fwd/back dayznfuz 1 1,506 2006-03-08, 03:34 AM
Last Post: psycik

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

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

Linear Mode
Threaded Mode