NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 25 26 27 28 29 … 56 Next »
New Showburner 2.1 with full installer!

 
  • 0 Vote(s) - 0 Average
New Showburner 2.1 with full installer!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#11
2006-11-12, 09:07 PM
mikeneron Wrote:This is a great app man! New version is working good for me.

The only thing I would like added is the ability to delete the entire dvd queue. Maybe have another profile so that one deletes the entire queue and the other deletes the last one in the list like it is now.

yea, i shoulda left that in there...glad it's working for you..Smile
willl be in next version..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mugun
Offline

Member

Posts: 62
Threads: 11
Joined: Dec 2005
#12
2006-11-12, 09:12 PM
pBS Wrote:sounds like something goofed on your config.xml....
check that file and look in the <CustomFFmpegConversions> section...
or just copy config.bac [config.xml backup] back over your config.xml..
should reset things to normal..
you might wanna try adding the profiles manually if you're having a problem..
[other than the profiles, all is external to gbpvr, just delete showburner dir and burndvd.bat to uninstall completely...]


Thanks, i copied the back up and things are back up to normal.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#13
2006-11-12, 09:17 PM
bigyoda1281 Wrote:This happened to me upon first installation it seems that it corrupted my config.xml file i restored from a backup

hmmm,not sure why that would happen, it only searches the config for
Code:
<CustomFFmpegConversions>
and replaces it with
Code:
<CustomFFmpegConversions>
    <Conversion name="Add for DVD Burning" exe="Mencod.exe" cmd=" burndvd.bat add {SOURCE_FILE} " targetExtension=".burn.mpg" />
    <Conversion name="Burn DVD" exe="Mencod.exe" cmd=" burndvd.bat" targetExtension=".avi" />
    <Conversion name="Delete dvd burn list" exe="Mencod.exe" cmd=" burndvd.bat remove {SOURCE_FILE} " targetExtension=".avi" />

so unless youve modified every line of config, it should just add stuff and not remove anything..also happens sometimes if bad editor used to save it when manually editing..adds stuff you can't see...[or unicode mess,etc.]

it makes a backup as config.bac so just restore it and manually add the lines to get it working..Smile

i may just go to a batch file to add the text, it may be able deal with the oddness in the textfile and the redirect chars used within..[<>etc.]

plus i've made a few changes to the download recently...may work for you now..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#14
2006-11-12, 09:32 PM
bigyoda1281 Wrote:well i was playing around with the burndvd.bat file and if i specifically notate where the imgburn program is (i.e. c:\program files\...) then it doesnt error out but it doesnt do anything else at all just stops there.

it won't ask for anything, you must have disk in the drive at the time, also, look in burndvd.bat and make sure the drive letter is correct, like: /DEST H:
also may want to try deleting the imgburn.ini in showburner dir...
[still working out the quirks of Imgburn.exe from cmdline]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mikeneron
Offline

Member

Posts: 77
Threads: 9
Joined: May 2006
#15
2006-11-12, 09:55 PM
Maybe I spoke too soon Smile I notice that the descriptions for each show aren't showing up, just the title...any ideas?
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#16
2006-11-12, 10:06 PM
still using access for database? if so that's why..
[there is a fix for that tho...Smile]
just have to switch the lines for gbpvrcli.exe [they're still in the batch,just commented]
just install slimmgbpvrcli and commment out the lines for sqlite and uncomment the lines for gbpvrcli...
i don't believe i changed anything, but ya never know...Smile

but that's only if you're using access for db..and i would suggest changing if at all possible...[it really is much, much faster]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
bigyoda1281
Offline

Member

Posts: 57
Threads: 12
Joined: Aug 2006
#17
2006-11-13, 12:02 AM
I had to change a few settings in the bat file but everything seems to be working...

Seems is the right word because i get dvds with the audio and video folders but the folders are empty

Thanks for your help pbs if i can get it running it seems like a great program!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#18
2006-11-13, 12:24 AM
some anti-virus programs ask you every time a script[batch file] is run, so maybe it's blocked the adddvd.bat or something...not sure..

what changes did you have to make?
[will give me a clue as to what is happening to fix it..]

is your gbpvr not in c:\program files\devnz\gbpvr?

also, check to make sure that ffmpeg.exe is in gbpvr\third party\ffmpeg\ and it's a good exe...[not a proxy]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
bigyoda1281
Offline

Member

Posts: 57
Threads: 12
Joined: Aug 2006
#19
2006-11-13, 12:27 AM
The biggest change was at the beginning of the bat you do

1. cd..
2. cd showburner

I had to change line 2 to the full path (i.e. C:\program files\devnz\gbpvr\showburner)

My paths are the defaults not sure why i had to do that but i did
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#20
2006-11-13, 12:40 AM (This post was last modified: 2006-11-13, 12:49 AM by pBS.)
if you could post the damaged config.xml i might be able to work around it and fix whatever's going on..

interesting...byoda...maybe your batches aren't being run from same root dir...
oh i bet i know what it is...i use the short filename with ffmpeg.....\thirdp~1\FFmpeg\ffmpeg.exe
and yours might be ..\thirdp~2\FFmpeg\ffmpeg.exe even with same name..so i'll fix that and search for any others...
edit: change those entries to "..\third party\FFmpeg\ffmpeg.exe" and it should work...
[also in adddvd.bat in showburner dir]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux nextpvr-helper.deb installer mvallevand 31 48,424 2024-11-05, 04:15 PM
Last Post: mvallevand
  New installer mvallevand 0 1,124 2008-11-15, 01:22 PM
Last Post: mvallevand
  New Tool: ShowBurner DVD Burning [with menus] pBS 331 77,748 2007-11-29, 08:52 PM
Last Post: pBS
  transcode only if disk near full - batch file Koenie 3 2,205 2006-09-27, 07:39 AM
Last Post: Koenie
  SkinPack+Plugin installer. Fatman_do 8 2,402 2006-07-30, 07:55 PM
Last Post: ShiningDragon
  Using an Installer for plugins jorm 11 4,301 2005-05-18, 12:33 PM
Last Post: jorm

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

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

Linear Mode
Threaded Mode