NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) SearchWiz & MovieWiz v
« Previous 1 … 6 7 8 9 10 … 16 Next »
WizRenameRecording v0.1.0.0

 
  • 0 Vote(s) - 0 Average
WizRenameRecording v0.1.0.0
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#21
2008-06-11, 07:30 PM
yonu Wrote:thanks that worked great now the hard part I have to tune my comskip lol
Great! Glad you got it working.
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#22
2008-06-22, 09:26 AM
Hi, just found this after getting a (presumably false positive) virus warning for AddEpsiode with AVG8 today (AutoIT worm?). Looks great so far, especially like the GUI mode.

Just one thing, what does "%~f1" actually represent, and why did it work for Yonu when "%1" didn't? Should everyone be using it instead of "%1"?
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#23
2008-06-22, 09:31 AM
... and a small bug report. Whilst trying to rename a file in the GUI mode, I got an error "could not find part of the path D:\Program Files\Devnz\Gbpvr\media\Art".

Turns out I didn't have an Art folder, adding it manually worked.
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#24
2008-06-22, 09:42 AM
... and another one. Trying to rename this file in GUI mode

E:\- AV -\Video\- Recordings -\Frasier\Frasier's Edge.mpg

using this pattern

{show}{[ - ]}{episode} ({year}{month}{day},{hour}{minute})

Gives me this error

"ERROR: SQLite Error: near "s": syntax error

It's gotta be the apostrophe right (Frasier's)?

Full log below. Also I would ideally like to surround my date/time in (). Note I've added them, but they're not used for the resulting name. What's the correct way to do this?

Log:

Evalute called.
Source : Frasier
Pattern: {show}{[ - ]}{episode} ({year}{month}{day},{hour}{minute})
Result : Frasier - Frasier's Edge 20060515,0855

Rename called.
Source : E:\- AV -\Video\- Recordings -\Frasier\Frasier's Edge.mpg
Target : E:\- AV -\Video\- Recordings -\Frasier\Frasier - Frasier's Edge 20060515,0855.mpg
Step1: Rename file-successful.
Step2: Rename thumbnails-0 thumbnails renamed.
Step3: Update recording table-ERROR: SQLite error
near "s": syntax error
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#25
2008-06-22, 06:38 PM
_gl Wrote:Just one thing, what does "%~f1" actually represent, and why did it work for Yonu when "%1" didn't? Should everyone be using it instead of "%1"?
"%~f1" treats the filename as one parameter, whereas "%1" breaks on every space.

Quote:... and a small bug report. Whilst trying to rename a file in the GUI mode, I got an error "could not find part of the path D:\Program Files\Devnz\Gbpvr\media\Art".

Turns out I didn't have an Art folder, adding it manually worked.
This will be fixed in the next version.

Quote:It's gotta be the apostrophe right (Frasier's)?
Yep, apostrophe is the culprit. I will fix in next version.
Quote:Full log below. Also I would ideally like to surround my date/time in (). Note I've added them, but they're not used for the resulting name. What's the correct way to do this?
Actually, looks like you can't. I work on this so you will preface the character with a backslash. Your pattern would be:

{show}{[ - ]}{episode} \({year}{month}{day},{hour}{minute}\)

I'll try to get this in the next version as well.
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#26
2008-06-22, 07:23 PM
JavaWiz Wrote:"%~f1" treats the filename as one parameter, whereas "%1" breaks on every space.

OK, but what's the most reliable one? Should we just use "%~f1" by default?

As for the rest, look forward to the next version, thanks JW.

BTW while you're fixing the ', are you already filtering out characters that aren't allowed in filenames (eg \ / ? > : etc)? That has tripped similar utilities up in the past.
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#27
2008-06-22, 08:02 PM
New version (v0.1.0.2) posted on the wiki.
Jams6502
Offline

Junior Member

Posts: 17
Threads: 2
Joined: Aug 2005
#28
2008-06-22, 09:54 PM
Thanks JavaWiz

This is very neat.

On little thing that isn't working for me: {hour} doesn't seem to be returning a 24 hour clock time - See original filename and log extracts below.

Filename : Cula 4Go, Diego, Go!_20080602_08400905.mpg
Evalute called.
Source : Cula 4:Go, Diego, Go!
Pattern: {show}{[ - ]}({episode}{or}{year}{month}{day}_{hour}{minute})
Result : Cula 4 Go, Diego, Go! - 20080620_0840

Filename : On the Limit Sports_20080619_22000000.mpg
Evalute called.
Source : On the Limit Sports
Pattern: {show}{[ - ]}({episode}{or}{year}{month}{day}_{hour}{minute})
Result : On the Limit Sports - 20080619_1000

Thanks again !!

Jimmy
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#29
2008-06-22, 10:29 PM
Jams6502 Wrote:Thanks JavaWiz

This is very neat.

On little thing that isn't working for me: {hour} doesn't seem to be returning a 24 hour clock time - See original filename and log extracts below.

Filename : Cula 4Go, Diego, Go!_20080602_08400905.mpg
Evalute called.
Source : Cula 4:Go, Diego, Go!
Pattern: {show}{[ - ]}({episode}{or}{year}{month}{day}_{hour}{minute})
Result : Cula 4 Go, Diego, Go! - 20080620_0840

Filename : On the Limit Sports_20080619_22000000.mpg
Evalute called.
Source : On the Limit Sports
Pattern: {show}{[ - ]}({episode}{or}{year}{month}{day}_{hour}{minute})
Result : On the Limit Sports - 20080619_1000

Thanks again !!

Jimmy
Try this version. Unzip and copy to the gbpvr directory.
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#30
2008-06-22, 10:33 PM
JavaWiz hasn't said this yet, but in the new version's ReadMe the filename param is now "%~f1", so it looks like "%1" shouldn't be used.
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): « Previous 1 2 3 4 5 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Would Somebody Please Help Me With A WizRenameRecording Problem??? skycyclepilot 1 4,971 2010-05-20, 03:01 PM
Last Post: Gedanken
  WizRenameRecording - blank output hakras 21 8,877 2010-02-22, 05:03 AM
Last Post: JavaWiz
  WizRenameRecording issues reboot 6 3,301 2009-03-24, 09:01 PM
Last Post: reboot
  new issues WizRenameRecording reboot 8 3,764 2008-10-06, 10:19 PM
Last Post: reboot

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

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

Linear Mode
Threaded Mode