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]
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#141
2006-11-15, 08:28 PM
I installed showburner for the first time. set temp and burn drives, added a few shows to burn in GBPVR and ran the batch file from the thirdparty folder.
I then get following dos error:


C:\Program Files\devnz\gbpvr\showburner>for /F "tokens=*" %f in (dvd-que) do (ca
ll :addtitles "%~f" )

C:\Program Files\devnz\gbpvr\showburner>(call :addtitles "{"C:\Video\CSI New Yor
k\CSI New York_20061012_20302130.mpg"}" " )

C:\Program Files\devnz\gbpvr\showburner>del /q chapters.txt 1>NUL
Kan C:\Program Files\devnz\gbpvr\showburner\chapters.txt niet vinden

C:\Program Files\devnz\gbpvr\showburner>echo.


C:\Program Files\devnz\gbpvr\showburner>echo ****Now adding Title- "CSI" 1>stat
us.txt
De syntaxis van de opdracht is onjuist.
C:\Program Files\devnz\gbpvr\showburner>if exist "C:\Program Files\devnz\gbpvr\s
howburner\{"C:\Video\CSI.txt" (
C:\Program Files\devnz\gbpvr\showburner>

The batch file reads as follows:

:addtitles
del /q chapters.txt >NUL
echo.
echo ****Now adding Title- "%~nx1">status.txt

if exist "%~dpn1.txt" (
dvdskip.exe "%~dpn1.txt"
call :readit

Is the if exist line OK or am I doing something wrong?
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#142
2006-11-15, 10:38 PM
hmmmm, looks like too many quotes in the calling line around the filename..
check your dvd-que and show me what's in there...
Code:
call :addtitles "{"C:\Video\CSI New York\CSI New York_20061012_20302130.mpg"}" "
too many quotes around that..should only be around the filename itself,no extras..
like
Code:
call :addtitles "C:\Video\CSI New York\CSI New York_20061012_20302130.mpg"

maybe gbpvr is adding the brackets to the dvd-que file?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#143
2006-11-15, 10:41 PM (This post was last modified: 2006-11-15, 11:09 PM by pBS.)
hmmm,maybe you have command extensions not enabled?
try adding this to the very beginning of the batch file..
Code:
SETLOCAL ENABLEEXTENSIONS
to see if that's the case...also,are you running win2k or XP?

EDIT: also check your config.xml manually against the ones earlier in post..
i uploaded the newest version last night so if you got it before today,i suggest re-downloading..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
j210277
Offline

Junior Member

Posts: 25
Threads: 11
Joined: Jan 2006
#144
2006-11-16, 04:06 AM
make it work, I installed it and it doesn't work. Does it popup an error if there is no disc installed
mikeneron
Offline

Member

Posts: 77
Threads: 9
Joined: May 2006
#145
2006-11-16, 04:48 AM
Make it work??? I don't think that is an appropriate way to ask for help. You will be lucky to even get a response now.

I have used this utility and I can tell you it works for me. Did you try the new installer? I have been using this utility for awhile now haven't had any issues. There must be something on your system that isn't quite right.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#146
2006-11-16, 05:30 AM (This post was last modified: 2006-11-16, 06:01 AM by pBS.)
lol yea, i hear that! ok, return the item in original packaging and i'll send you out a refund immediately..Wink

i've noticed there's something odd in the way that German users' systems work with batches..or at least that's the only users that have problems so i'm thinking that it's something different in the windows there..

being in US all i can test on is NTSC with English Windows...all else is up to you..
that's why it's a batch file and not a vb script or auto-it exe..you can edit/debug this yourself...Smile

as mentioned elsewhere, it won't ask you for anything unless you make it..if no disk is present, it will just exit...
you can always just open imgburn.exe afterwards and burn the compilation [it's still there until you overwrite it]

batch files sometimes need mods to work in other countries..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#147
2006-11-16, 10:28 PM
Yes pBs too many quotes seems to be the problem. The line in the dvd-que looks like: "{"C:\Video\CSI New York\CSI New York_20061012_20302130.mpg"}"

When I take out the excess quotes it seems to work (it is currently working).
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#148
2006-11-16, 10:32 PM
yea,i thought something looked odd there..Smile good deal..
i'm currently working on live voice prompts so you can hear it say the current size of compilation.. eg. "Current compilation size is 3400 megs"
Big Grin
if i can figure out the silly sapi5 dependancies..lol
glad you got it going...Enjoy!
Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#149
2006-11-17, 08:43 AM
I found out that the plug in in GBPVR already makes the extra quotes in the que file "{.....}". This causes also the file size calculation to go wrong and my first DVD prompt was too big.

After putting less movies in the que, manully removing the excess quotes and running the batch file the DVD plays perfectly.

I am not sure whether I missed something, but can the batch file to write the DVD be started from within GBPVR?

I forgot to mention that I ran this on my test machine which runs XP.
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
goy2k
Offline

Junior Member

Posts: 14
Threads: 0
Joined: Mar 2006
#150
2006-11-17, 01:01 PM
Hi all,

just a note from a german user. I have installed showburner yesterday and had no luck to use it. During several tries, I realised, that it does not work with Comunity Skin 1.0, which I use on my system (german XP, language for GBPVR is german). When I switch to BLUE or BLUEMCE, I got a prompt from showburner, how to use the file (not in Comunity Skin). But how do I burn the files? I already have an empty DVD in my drive and all files are selected to the burning list. Any comments or hints are appreciated.

Greetings form germany Peter
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 13 14 15 16 17 … 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 21,270 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 17,635 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,782 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,279 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,442 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,193 2008-08-17, 07:26 AM
Last Post: systemshark
  Sky Channel Sync Tool systemshark 2 1,475 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,128 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,898 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 15,104 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