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) GB-PVR Support (legacy) v
« Previous 1 … 153 154 155 156 157 … 1231 Next »
put season/episode information in filename

 
  • 0 Vote(s) - 0 Average
put season/episode information in filename
dbldown768
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Mar 2009
#1
2009-03-17, 03:55 PM
Is there any way to record a digital show from OTA and gbpvr make the file with season episode information such as: //Recorded Tv/Family Guy/Season 4/Family Guy - S04E24.ts
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#2
2009-03-17, 03:58 PM
Sorry, there is nothing built in that will do this. Generally GB-PVR doesnt know this information.
dbldown768
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Mar 2009
#3
2009-03-17, 04:34 PM
what about this http://gbpvr.com/pmwiki/pmwiki.php/Utility/UltraXMLTV , is it still supported? Do i need to have a sql database for it to work?
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#4
2009-03-17, 04:42 PM
WizRenameRecording?

http://gbpvr.com/pmwiki/pmwiki.php/Utility/WizUtilities
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
dbldown768
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Mar 2009
#5
2009-03-17, 06:05 PM
McBainUK Wrote:WizRenameRecording?

http://gbpvr.com/pmwiki/pmwiki.php/Utility/WizUtilities

Nice! Is there anything special needed to setup the EPG to retrieve this information. As of yesterday I just installed GBPVR and created my EPG following the instructions here: http://mc2xml.110mb.com/#gbpvr
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#6
2009-03-17, 08:37 PM
dbldown768 Wrote:what about this http://gbpvr.com/pmwiki/pmwiki.php/Utility/UltraXMLTV , is it still supported? Do i need to have a sql database for it to work?

Yes Ultra is still supported, and I'm currently working on Version 2.

Version 2 does Season Eps wonderfully, but the renaming component is not working yet. That means you'll see the Season Ep number in the guide, but not in the filename.

I know that Renaming of files is actually what you want. It's what everyone wants ( Big Grin )

So until the renaming part is finished, recordings are accumulating that are not being renamed...

I'm working on a macro that will rename all those files in one go, so that people can catch up, and then install the Ultra Renaming tool and keep up...

Ultra is designed to work with many XMLTV files including Schedules Direct and mc2xml. Nothing special is needed...
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]
dbldown768
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Mar 2009
#7
2009-03-17, 08:57 PM
sorry for my ignorance, but why does the wiki mention SQLite3VB.dll? Is there some form of sql database require for the application?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2009-03-17, 11:45 PM (This post was last modified: 2009-03-17, 11:53 PM by zehd.)
dbldown768 Wrote:sorry for my ignorance, but why does the wiki mention SQLite3VB.dll? Is there some form of sql database require for the application?

Version 1 Ultra used an external dll to access the database.

edit: I get where the confusion...

GB-PVR keeps track of its information, the programmed guide, the list of shows that will be or have been recorded in a sqlite3 database (gbpvr.db3)

In order to rename a file and not have GB-PVR to lose track of it (if the file gets renamed, then GB-PVR will remove the record from its database) a renamer program has to not only rename the file, but adjust the entry in the database. So a Renamer has to be sqlite3 aware...


Many renamers, including ZRename and UltraXMLTV_Renamer (v1) looked into the database, found the title and the sub_title (secondary title) concatenated the text and renamed the file and changed the database pointer to reflect the new name...

Ultra v1 (in a separate process) had already gathered the Season/Ep num and pre-pended it to the sub_title, so when you took "Star Trek" and added it to "S01E01-The Man Trap" (this was already in the databse) you get:

c:\blah blah\Star Trek\Star.Trek-S01E01-The.Man.Trap.mpg, both in file form and in the databse...

Most renamers won't lookup the SeasEp Numb at the same moment as the actual renaming. ZRename tried to do that, and Ultra Version 2 is close to being able to do that...
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]
dbldown768
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Mar 2009
#9
2009-03-18, 02:45 AM
After a while if messing around, i think i got something going here. I was able to update my .xml to contain the season and episode information. I ran a quick record on scrubs because the guide showed this information. I then manually ran the UltraXMLTV Renamer from the command line

Code:
C:\EPG\UltraXMLTV_Enhancer>UltraXMLTV_Renamer.exe C:\Users\Public\Recorded TV\Scrubs\Scrubs_20090317_21302200.ts

This was the output:
3/17/2009 9:37:41 PM : Renamed: Scrubs_20090317_21302200.ts to Scrubs-S01E15-My.Bed.Banter.&.Beyond.ts

Seemed to get the season info, but how can i get it to create the directory structure mentioned above?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#10
2009-03-18, 03:24 AM
dbldown768 Wrote:After a while if messing around, i think i got something going here. I was able to update my .xml to contain the season and episode information. I ran a quick record on scrubs because the guide showed this information. I then manually ran the UltraXMLTV Renamer from the command line

Code:
C:\EPG\UltraXMLTV_Enhancer>UltraXMLTV_Renamer.exe C:\Users\Public\Recorded TV\Scrubs\Scrubs_20090317_21302200.ts

This was the output:
3/17/2009 9:37:41 PM : Renamed: Scrubs_20090317_21302200.ts to Scrubs-S01E15-My.Bed.Banter.&.Beyond.ts

Seemed to get the season info, but how can i get it to create the directory structure mentioned above?

You can't move and rename a file. That's something I'll be working on.

And BTW, someone else had this problem, don't count using the Renamer manually. It's not really desgined for that...
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 (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Limited information in Freeview NZ EPG Trevor_de_S 6 2,944 2010-08-16, 10:52 PM
Last Post: Trevor_de_S
  Season Recording Problem!! Ijaja 1 1,280 2010-04-28, 09:14 AM
Last Post: stustunz
  Uk Mendip Digital Switch Over Information Lao Pan 22 7,442 2010-04-19, 03:43 PM
Last Post: SimonTom
  tweaking the recording filename format jrousell 7 2,846 2010-03-06, 04:58 PM
Last Post: snewpy
  Record season problem Mester 1 1,220 2010-02-27, 03:10 PM
Last Post: dljones8053
  Season Recordings: Channel Change TaGoR 2 1,239 2009-12-03, 03:26 PM
Last Post: TaGoR
  Extracting new filename from WizRenameRecording log gEd 2 1,658 2009-09-18, 03:59 PM
Last Post: gEd
  Cannot Cancel season recordings keith_leitch 4 1,929 2009-05-14, 11:15 AM
Last Post: keith_leitch
  Record Season and Play All Issues (GBPVR2) SuperGnome 8 2,571 2009-05-09, 04:37 AM
Last Post: keith_leitch
  Cannot do Season Recording on One Channel only CCCMikey 6 8,028 2009-03-28, 04:46 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode