NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 15 16 17 18 19 … 93 Next »
NEW Graphedit player

 
  • 0 Vote(s) - 0 Average
NEW Graphedit player
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#61
2007-02-28, 03:52 PM (This post was last modified: 2007-02-28, 03:57 PM by pBS.)
ahhh, i bet you just leave that part out cuz gbpvr will supply it according to settings in config..i wonder if i leave that stuff out of graph will it work? lol

cuz i bet gb just renders the downstream-most filter with user's setup renderer..
Smile
i'll try it as is and see if it works...lol

nope, just blank screen...guess it doesn't know it's supposed to connect them..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#62
2007-02-28, 09:34 PM
Live preview can't work directly yet, I don't return the graph yet.

I'll see what I can do,

CV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#63
2007-02-28, 10:28 PM
i have a feeling it'll be better with timeshift and i'm sure there's lots of other things it needs to do along with sending the graph...
tho the wdm recorder should be of help there...

i'd rather have multi profiles..Big Grin

either way i'm happy as it is now...Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#64
2007-03-01, 12:11 AM
hmmm,so far channel changes aren't registered...it just keeps playing the same channel...[during livetv] tho file changes, like at end of show, works smoothly..
can workaround by just stopping b4 watching another channel..

but should work for recordings without problems as is..Big Grin
[which is what i wanted it for anyways]
really this is for users with odd hardware, or as a second recording device..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#65
2007-03-01, 01:25 AM
I guess I wasn't clear enough - there is no code in the channel change section just a blank spot where I thought you would insert it and give it a shot using the filename change as a reference Smile

I do have most of what is need in for the multiple graphs though, plus I am adding a tab that can insert a schedule request into DVICO's QAM recorder (as a second HD source so I can watch one/record another if necessary.

CV
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#66
2007-03-01, 06:18 AM
ahh,ok...Smile i'll give it a shot...don't really need it anyways, cuz i'mm just doing recording,no watching on this box...but would be nice for other users..
i assumed it reused the old code, eg. just stopped and did it all over again with new channel/target file...but guess not...[prolly for speed reasons]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#67
2007-03-01, 07:24 AM
seems the audio is like the tuner, just stays at last setting, eg: if you set it to something other than what you need for capture, the graph won't retain the settings, so if anything sets another input for sound card, there's nothing to set it back...just have to hope it's not been messed with..
now, it may act different on capture sources with built-in audio, but many don't have this..usually sound card has to route it..

so not ready for dual source/single card setups just yet..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#68
2007-03-01, 02:12 PM (This post was last modified: 2007-03-01, 11:08 PM by carpeVideo.)
Hmm, I am slightly confused by your comment- "I assumed it worked like the old code?" The old external didn't change channels either although it can pass a channel to a program. Also on the audio issue it rereads the graph every time.

Or perhaps you were using a script with an extern command to change graphs for each channel that wouldn't have worked because the graph is (was) run first - I swapped them in the attached exe and added a small delay between the two so it should work ). Also enhance the code to wait until the file created was greater than length zero before passing back to GBPVR (The extern only waits for the file to exist but GBPVR will error out if file is not > 0 so I put a check in for that as well - if you external recorder guys are reading you might want to do the same thing).

There are a few things that need to be done to finish -

1) put in code for channel changing
2) pass a preview graph back to GBPVR for preview (I guess we also need to know what the renderers should like like for this)
3 test only) determine which integers are for low/med/high and in the code for that (I'll added some code for that today) --> try it in attached version should work
4) for me - I put in a fusion tab need to add that code to make it work
5) release with credit to the external recorder people since it is based on that code.

Thinking about your channel changer problem what I can also do is have a check box that says: Add channel num to graph name and insert it - then you could have custom graphs for every channel.



CV

PS I am off skiing so I won't do any updates til next week.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#69
2007-03-01, 11:24 PM
i may have been loopy as i've been on meds and am sick..:eek:
will double check now...
yep, i was loopy...lol
i was thinking of my sat channels which has external changer,and that works..
not the tuner channels...Smile

i musta accidentally changed it myself,playing with the graphs manually..
Big Grin
sorry about that..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#70
2007-03-01, 11:42 PM
from everything i've read, you have to load the graph, and then change the channel..then run it...but it can also be changed while running..
not sure if i can change it beforehand,but should work also..

kinda like the mixer, can be changed anytime...

i wish the guy who wrote the wdm recorder was still around, just really just wish we could have it modded to allow properties of encoders/mux to be adjusted and saved...everything else is already there..just can't find any info on how to use the filter data once it's adjusted...
but i can see how that would be overkill for your purposes..
thanx for the tabs stuff...looks great...
i'll see if i can't come up with a tuning part..and audio might be tricky..

have a great trip! Smile
sniffle sniffle..:o
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  What music player is used? cncb 1 1,611 2011-08-01, 08:02 PM
Last Post: sub
  Extend functionality of "Video Player" HydroChronic 7 2,536 2007-05-18, 04:37 PM
Last Post: sub
  plugin idea: cd-player dottore 23 6,230 2005-10-11, 05:06 AM
Last Post: dottore
  Any developer interested in a "DV" player/viewer plugin? A_Brass 6 2,358 2005-07-28, 02:39 PM
Last Post: A_Brass

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

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

Linear Mode
Threaded Mode