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) v
« Previous 1 … 16 17 18 19 20 … 125 Next »
Any rename utility that renames before recording?

 
  • 0 Vote(s) - 0 Average
Any rename utility that renames before recording?
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#11
2007-12-24, 05:53 AM
I'm a bit nervous about editing shows using the EPG thingy, does GBPVR record using dates/times or show titles? If the latter, wouldn't editing it stuff up the pending show?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#12
2007-12-24, 06:08 AM
jksmurf Wrote:I'm a bit nervous about editing shows using the EPG thingy, does GBPVR record using dates/times or show titles? If the latter, wouldn't editing it stuff up the pending show?

k.

The EPG (PROGRAMME table) has a primary key named oid. The recordings (RECORDING_SCHEDULE table) uses the programe_oid to link back to the EPG.

The PROGRAMME and RECORDING_SCHEDULE tables are linked by 'joining' the matching oid fields. The title and episode fields 'really' only exist in the PROGRAMME table.
linfor
Offline

Member

Posts: 157
Threads: 42
Joined: Jun 2005
#13
2007-12-24, 06:22 AM
The results were mixed. In the Listings in the PVRX2 it shows the name the program was changed to along with the episode number I input. But during and after recording the program info was the same as it originally was.
So far example - In the EPG it showed the wrong program (Wrong Program) for that time. I changed the guide to the correct program (CorrectProgram_ep2).
When the program recorded it was recorded as Wrong Program_20071224_00000100.mpg

Also, manual recordings do not show up in the list of programs recorded or scheduled in the tweaker.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#14
2007-12-24, 06:32 AM
linfor Wrote:The results were mixed. In the Listings in the PVRX2 it shows the name the program was changed to along with the episode number I input. But during and after recording the program info was the same as it originally was.
So far example - In the EPG it showed the wrong program (Wrong Program) for that time. I changed the guide to the correct program (CorrectProgram_ep2).
When the program recorded it was recorded as Wrong Program_20071224_00000100.mpg

Also, manual recordings do not show up in the list of programs recorded or scheduled in the tweaker.
Since this is updating the db, and GBPVR (and plugins) may cache this information, AFTER you update the data, you should restart GBPVR (and the RecordingService).

If it still looks like there are problems, document your exact steps to recreate, and post log files so I can see where the problems are occuring.

If it looks like simply restarting PVRX2 and the Recording Service solves the problems, I can probably add that feature to the program.
linfor
Offline

Member

Posts: 157
Threads: 42
Joined: Jun 2005
#15
2007-12-24, 11:18 PM
That worked very well and in conjunction with the addepisode script it does almost exactly what I need. The only issue is that manual recordings are not showing in the tweaker.
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#16
2007-12-25, 12:44 AM
linfor Wrote:That worked very well and in conjunction with the addepisode script it does almost exactly what I need. The only issue is that manual recordings are not showing in the tweaker.
Hmm.. If they recorded successfully, they should show under the "Recorded Shows" (they should have status=2 in RECORDING_SCHEDULE table)
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#17
2007-12-26, 03:58 PM
I "accidentally" found your utility and it works very well. I've just been going through some recordings that I'm hanging onto and adding 'episode' descriptions - more like who were the guests. Makes finding them later a doddle.

Are you up for a wishlist for this tool?? One thing has struck me that would be very helpful for what I'm doing:-
Be able to launch a viewer in a window so that the show can be watched to aid adding episode/guest information - something like VLC where rapid position changes can be made.

regards and thanks
Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#18
2007-12-26, 06:43 PM
martint123 Wrote:I "accidentally" found your utility and it works very well.

"accidentally" ??? I know I had a bad day making myself clear with my messages yesterday but I thought the one I posted connecting to this utility was alright, "accidentally" indeed Big Grin

Quote:Are you up for a wishlist for this tool??

I have found JW seems to be always open to wishlist items Smile Nice chap & makes good plugins/utils Smile but I don't know if it is only me but today all the new messages in the forum were marked as already read for me so don't know if he saw your message?
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#19
2007-12-26, 06:49 PM
Just thought I would pass on for anyone interested (or concerned as I was before I tried it) that I successfully used Episode Tweaker 2.0 to alter pre-recorded title/subtitle etc. & pending recordings yesterday without a hitch from my client machine. Brilliant tool!! Thanks JW Smile
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#20
2007-12-26, 07:33 PM
I've been reading this tread with interest.

I've always thought it would be no big deal to have a show information tweaked after it was recorded, like in the PostProcessing.bat.

ZRename (currently being redesgned) and other post tools would be able to take care of it.

The new XML Enhancer tool I'm working on will be able to get episode information quickly and update the GB-PVR database, as well as tweak the title and subtitles etc, each evening when an EPG update is performed. I could make it edit show information that is not recorded yet. And then when the show is finished recording, actrually rename the recorded file's filename, update the db, and even move it to a different location if you'd like.

I guess I don't really know why this has to be done bfore a show is actually recorded.... Sorry if I'm being dense...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  vidImport utility support carpeVideo 73 53,720 2012-05-27, 06:27 AM
Last Post: jksmurf
  Showanalyzer Doesn't Run While Show is Recording a .TS File ww4397 1 2,519 2009-12-02, 11:14 AM
Last Post: ww4397
  Recording (*)ed shows cgilson33 3 2,060 2009-04-19, 12:36 PM
Last Post: kayak4ever
  File Renaming Utility: AddEpisode turkey 185 50,849 2008-12-14, 05:30 PM
Last Post: heath11
  EPG Utility: YApi2XML (discontinued) -Oz- 503 132,923 2008-11-28, 08:55 PM
Last Post: zehd
  Extended program information utility? SLR_65 10 5,390 2008-10-29, 02:33 AM
Last Post: UncleJohnsBand
  getRecordingStatus - recording stuck KStiles 0 1,837 2008-10-16, 04:01 PM
Last Post: KStiles
  Recording Live events (ie Sports) that go past estimated time ReZnOriO 1 1,652 2008-05-30, 09:05 PM
Last Post: psycik
  DBoxRecorder causing Recording service to stop? stu8080 5 2,235 2008-04-06, 01:12 PM
Last Post: stu8080
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,632 2008-03-27, 11:45 PM
Last Post: _Dude_

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

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

Linear Mode
Threaded Mode