NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 17 18 19 20 21 … 56 Next »
New Tool: ShowBurner DVD Burning [with menus]

 
  • 0 Vote(s) - 0 Average
New Tool: ShowBurner DVD Burning [with menus]
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#161
2006-11-22, 05:46 AM
OK. I'll give it a go tonight....

pBS Wrote:what does "Tryk pσ en vilkσrlig tast for at fortsµtte" mean?

It's the danish pause-message(Press any key to continue . . .)
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
anarethos
Offline

Junior Member

Posts: 41
Threads: 10
Joined: Dec 2006
#162
2006-12-04, 10:50 PM
This plugins seems to be good... but I can't make it works!

When I add a file to transcode, it Says the message "The compilation as now gigabytes" (or something like this). It seems to not be able to add the file correctly, so I can not burn anything.

I tried with mpeg1, mpeg2, avi (divx) files. Nothing works.

Any clue?

Thanks!
rbelisle
Offline

Member

Posts: 203
Threads: 35
Joined: Apr 2006
#163
2006-12-09, 05:45 PM
I use the Enhanced TV Guide which puts the rating of the show in the title (for movies). My movies are named as follows:

Jerry Maguire (1996) {R} [3.5]_20060923_21300030.mpg

When I run 'Burndvd.bat' from the command line, I get an error that indicates that the '{R}' is not acceptable. If I use it on a file without the {} it works fine.

Is there a log file I can review to see what exactly has happened during the attempt at a burn?
glensh
Offline

Junior Member

Posts: 41
Threads: 9
Joined: Sep 2005
#164
2006-12-16, 02:07 AM
Great utility. I was truly amazed how easy it was to install, and burn my first DVD. I've burned about 12 and only had one coaster, and I think that one was because of bad media.

One question I have is that the image chosen for the DVD menu always is from a commercial break in the show I am watching. Does it grab the image from a certain time position in the source video? Can this position be changed, or is it possible to supply your own image, instead of having one automatically chosen.

Thanks.
Athlon 3000, 1 GB, WinXP, PVR-150, 2 x MVP
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#165
2006-12-16, 05:00 AM
hmmmwelll yes it does take the snap from the movie, but that snap ppoint can be changed easily..just change the -ss XX on ffmpeg line that makes thumbnails...Smile [in :thumbs section]

supplying your own could be done, but not so easily..

hmmm,maybe making a thumbnail with image name same as show without the date part to use for all shows of that 'dir'...eg: The Daily Show With Jon Stewart.jpg for any show in that folder...[using say, the folder.jpg also if present]?
i'll see what i can come up with...
i've been meaning to make it snap a few seconds after first comoercial but hadn't gotten it working yet..[usually title shot]

just adjust that -ss # to about 120 or so secs or whererever is good for you..
but it will use that on all movies so be warned..
[i just have it so low for testing purposes,forgot to 'up' it in latest]

boy i love the commercial skip part on my dvd's...Smile very handy if i do say so myself...lol but yea, better thumbs would be nice...
i need suggestions for a new background tho..
anybody?
Sub,would it be cool if i used the default blue background on the dvd menus? [from the skin]
would really hint at the dvd's root source...Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mpking
Offline

Member

Posts: 98
Threads: 23
Joined: Jan 2006
#166
2006-12-16, 06:38 AM
I'm not sure if I got it from VideoArchives, or MyVideo's plugin, but in each of my recordings folder, I get an IMDB image with the show's "title" screen.

I think it came from VideoArchive
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#167
2006-12-16, 06:53 AM
i think i'm just gonna use the folder.jpg that gbpvr uses in the default plugins..
[if one exists..] yea, that is probably from the gettvinfo.exe thingy..

if one doesn't exist, i'll increase the default, or use the '5 sec past 1st comm.' snap in next release...Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Zato
Offline

Member

Posts: 188
Threads: 38
Joined: May 2006
#168
2006-12-19, 06:07 AM
Not sure I know how to get this working.. I downloaded and ran the install. I can add files to the queue, but I can't find the menu to Burn to DVD.

Thanks!
Dedicated HTPC: MSI K7N420 Pro, AMD 2200+, 1.5GB RAM, PVR150, 550Pro, ATI 9800XT, 300GB Maxtor HD, Diamond XTreme DDL Sound, MVP over wireless bridge, GBPVR 1.2.13
groover km
Offline

Senior Member

Posts: 731
Threads: 43
Joined: Mar 2005
#169
2006-12-19, 11:22 PM
I must be missing something here... what do I have to do?

I downloaded and installed fine; but I can't see a button or option anywhere. I've looked in video library transcoding, but see no dvd burn profile. The following has been added to config.xml:

<Conversion name="Add for DVD Burning" exe="burndvd.bat" cmd=" add {SOURCE_FILE} " targetExtension=".burn.mpg" />
<Conversion name="Burn DVD" exe="burndvd.bat" cmd=" " targetExtension=".avi" />
<Conversion name="Delete file from dvd burn list" exe="burndvd.bat" cmd=" remove {SOURCE_FILE} " targetExtension=".avi" />
<Conversion name="Delete all from dvd burnlist" exe="burndvd.bat" cmd=" deleteall {SOURCE_FILE} " targetExtension=".delist.dvd" />
<Conversion name="Say the size of this file." exe="burndvd.bat" cmd=" filesize {SOURCE_FILE} " targetExtension=".size.mpg" />

I've tried with my standard Mayhem (community) skin, as well as the default blue... no dice.

What am I missing?
Celeron D 2.53GHz, 1024MB
120GB, 160GB int, 80GB, 250GB ext, 40GB lan HDDs
PVR-150 retail, 1 wired MVP, 1 wireless MVP, OFA URC-8910 Remote
Look for me on XBox Live!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#170
2006-12-19, 11:28 PM
well, ya have to highlight a file. then hit "Transcode" button...a dialog will pop up.in it you'll see filename then below a profile name, then start/cancel buttons..
move down to the profile part and hit left/right to change profile..
then hit start...Smile
to burn the dvd after adding files, select the 'burn dvd' profile...
if your skin doesn't have the standard dialog box then you won't see anything...needs to be fixed in skin..[just copy bits from Blue skin and modify]
hope that clears things up..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 15 16 17 18 19 … 34 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 22,320 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 18,991 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 11,154 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 12,065 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,544 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,284 2008-08-17, 07:26 AM
Last Post: systemshark
  Sky Channel Sync Tool systemshark 2 1,610 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,222 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 3,096 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 16,379 2007-04-14, 08:43 PM
Last Post: systemshark

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

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

Linear Mode
Threaded Mode