NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 29 30 31 32 33 … 56 Next »
Recordings Viewer - version 2

 
  • 0 Vote(s) - 0 Average
Recordings Viewer - version 2
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#1
2006-07-30, 02:31 AM
Well It looks like people might be keen, so I added some stuff to it and made a wiki page.

Still the same concept, just for viewing/playing and deleting recordings.

Wiki page here: http://gbpvr.com/pmwiki/pmwiki.php/Plugin/Recordings2
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2006-07-30, 04:34 AM
any way to make the little green line smaller? [thihnner]
ideally i'd like to have it one pixel high...maybe 2..
kinda gets in the way of the text...
other than that it rocks..
any documentation on the dvd burning?
all programs hardcoded?
would love to have it run a batch file on items selected...
[would open up lots of possibilities]
just a note, ffmpeg can do the conversion to dvd ready files, and also make the thumbnails if you so desire...and it's already included with gbpvr..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2006-07-30, 04:40 AM
actually it looks liek you fixed the green line in this version..Smile perfect...
i see some cutoff text on bottom 'tuner' button...

how do we add to dvd? does it just look for those programs and show burn button if found?
[i'd like possibility of using alternate]
tanx
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#4
2006-07-30, 04:57 AM
Glad you're liking it. At the moment it is expecting all of those programs (I've got them as a zip if you want.

Adding to the dvd is done when "looking" at a recording. I think I specified it you don't set a dvd temp directory you don't see the buttons.

How do you think the alternate would work....At the moment it's a 4 step process, with the burn being seperate.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#5
2006-07-30, 04:27 PM
i made a little plugin called showburner that does it all from batch files! Smile
using only dvdauthor and ffmpeg to make menus on the fly and also thumbnails and burn..
normally i just run the burndvd.bat add 'filename' to add to a que list, and 'dvdburn.bat' to burn the whole thing.. so i guess 2 steps..
if your plugin wrote the filenames to burn to a file,i could use that to burn easily..
but also i could adjust to take all filenames from command line,but they do get rather long....
the actual process is several stps,but i 'pipe' the commands to one another, so it's only really 2 steps and no temp files needed.[saves tons of time and space!]

with one command i pipe ffmpeg into dvdauthor to create each title,ready to burn..[optionally conversion/recompression if wanted,tho takes longer]

then i extract thumbs from movies, create menu, and integrate with titles in one step and it's ready to burn...

then i just call nerocmd as you do to burn...

most other software has to create 3 times the temp files, and 2 extra steps of copying 4 gigs of files which takes forever!

soon i will be integrating full descriptions and comskip chapter points..Smile
i can show you the individual commands if you'd like..
i've really tried to make it efficient and quick as possible...
but in current version of gbpvr,it's broken for some reason..so it would be good to have use of it thru real plugin interface...[won't be broken]
[i was using the transcode buttons in video library to sneak it in there]
let me know...really liking your plugin..Smile
[always good ot have options..]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#6
2006-07-30, 08:22 PM
Ok, I'll get showburner down an have a look how you do things.

pBS Wrote:most other software has to create 3 times the temp files, and 2 extra steps of copying 4 gigs of files which takes forever!

Yeah mine does this...

I'll investigate your stuff, and maybe integrate it (give you the option).
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#7
2006-07-30, 09:39 PM
like i say it's currently broken if you have gbpvr ver .97.13 but worked great in 95.13 and 97.9...
can also be used command-line only if needed...
i'm still an extreme newbie with c# and really need to have real plugin functionality for a transparent user experience..

the real trick is, dvdauthor newer than 5.4 cannot make buttons from command-line for some reason...so i use a old dvdauthor [renamed to dvdauthmenu.exe] and a new one[dvdauthor.exe] to make the menu and add the titles respectively..
cuz if you use the .xml method to build, you can't pipe commands into it..

oh yea, it also requires 'Graphics Magick' to make the menu backgrounds..
[all included in install]

steal it all, i'll help ya with new menus etc..
[the full page per movie with descriptions will really be nice,not finished yet and comskip skipping is just too cool on dvd's..coming soon..]

thanx and more power to ya...Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#8
2006-08-01, 12:10 PM
cool....just got comskip -> dvd chapters working! Big Grin
took a while to translate seconds into hh:mmConfuseds format but it's dead on accurate...
now just to integrate full show descriptions on seperate menu pages and it will really show what gbpvr is capable of Smile [now with changable backgrounds]
looking nice so far...
enjoying your plugin too..lol

[in case i misunderstood you earlier, it's really a one step process..
if your plugin can create a text file with the files to burn, and a button to execute the batch file, that's all i need to create and burn the whole thing..]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#9
2006-08-01, 08:17 PM
I had a look at show burner, I could probably incorporate that.
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#10
2006-08-01, 09:39 PM
Hi Psycik
Another nice plugin from you. I like it, but i can't get it to burn.... It nearly gets all the way(I can play the DVD-files with windvd), but when it have to call the burn-bat-file, nothing happens. It says "waiting for disc to Burn"(or something like that), and it stays there untill i push the "Back/exit" on the remote..
It doesn't say, in the log, that i calls the bat-file...
Michael Larsen

[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New External App: Netflix Viewer dhgb256 1,310 360,082 2014-10-22, 07:33 PM
Last Post: dhgb256
  NPVR Rename Recordings Batch File raceviper13 8 7,949 2011-04-23, 11:52 PM
Last Post: raceviper13
  Next version of the Community Skin McBainUK 0 1,426 2009-10-18, 07:57 PM
Last Post: McBainUK
  Next version of Music Plugin and MediaScanner MixMan 11 4,891 2009-10-01, 09:54 PM
Last Post: MixMan
  New version of StartPVRX2: v2.0.0 liteswap 6 3,152 2009-08-11, 05:07 PM
Last Post: liteswap
  New Release of the MDAPIFilter version 2.1 heerfordt 37 46,558 2009-07-28, 09:41 PM
Last Post: cybermaus
  Cinema Plugin - next version McBainUK 15 5,672 2009-07-21, 09:08 AM
Last Post: McBainUK
  CommunitySkin and SkinPlugin Version 4 released! McBainUK 13 4,890 2009-04-13, 01:11 AM
Last Post: steeb
  New version of StartPVRX2 liteswap 0 1,473 2009-04-07, 12:32 AM
Last Post: liteswap
  UltraXMLTV Enhancer Version 2 - Release Candidate zehd 0 1,230 2009-04-03, 06:01 PM
Last Post: zehd

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

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

Linear Mode
Threaded Mode