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 … 57 58 59 60 61 … 125 Next »
RenameRecording

 
  • 0 Vote(s) - 0 Average
RenameRecording
jsteele
Offline

Senior Member

Posts: 434
Threads: 63
Joined: Dec 2004
#1
2006-07-25, 01:19 AM
Are there any plans to update RenameRecording and RecTracker for the SQLite database? According to the Wiki the current versions do not support the new db.
ASUS A7V880, Athlon XP 3000+, 1024MB, 250GB (Prog/DB), 40GB (Buffer/Temp), 670GB SATA (Video Library), PVR150MCE Video (2), NEC DVD+/- RW, Liteon DVD, nVidia FX5600 AGP, Onboard AC 97 Audio, Hauppauge Remote, Girder, USBUIRT,802.11G WLAN, nVidia Platinum Decoders
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#2
2006-07-26, 04:52 AM
There are plans, but since I don't plan on updating yet from .96 until I see some features that I can't live without it may be a while. Plus I have other non-hobby stuff taking up most of my time now. Source code is available on the wiki and anybody is free to update it, just give credit back to the orginal contributors to the code base is all I ask.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#3
2006-07-26, 04:03 PM
Buried about page 5 in the original renamerecording thread, is a link to renamerecordingS.
I use it successfully with the latest gbpvr and database. Big Grin
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
b00sfuk
Offline

Senior Member

Posts: 319
Threads: 26
Joined: Mar 2005
#4
2006-07-26, 06:31 PM
Also the "addepisode" utility mentioned in the same thread works great with SQLite
Silverstone LC10M with iMON
Gigabyte 780G+4850e, AMD 6570
Blackgold BGT3620, Harmony 555 Remote
Win7 32-bit, SAF
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#5
2006-07-26, 09:48 PM
reboot Wrote:Buried about page 5 in the original renamerecording thread, is a link to renamerecordingS.
I use it successfully with the latest gbpvr and database. Big Grin

Are you using the Access database or the new SQLite?

Thanks.
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#6
2006-07-26, 10:05 PM
i have written a completely new utility called "addepisode" that is built for the sqlite database. It can be found here.

This is ONLY for the sqlite database, if you have not upgraded, than you can continue to use the renamerecording utility.

Also, i plan to release an update to my utility within the next few days that will add a bit more functionality to the basic "addepisode"

Let me know if you have any problems with it.

I also have a rectracker-like utility that I made for myself...I'll have to look at it again to get it cleaned up for release.
daveid
Offline

Member

Posts: 134
Threads: 10
Joined: Feb 2006
#7
2006-07-27, 12:19 AM
turkey - when you update your utility can you post a new thread either in the developers forum or community announcements?
that way we have a single place to discuss (and access) addepisode..
thanks
MAIN RIG - Opteron 165 @2900MHz
2x1024 OCZ Platinum @ 480MHz (3.3.3.7)
HTPC - Athlon 64 3800+
2x512 Corsair XMS C2
ATI Theatre Pro 550 - MCE Blaster - Comcast Set Top Box
Hauppauge HVR-2250
arkennedy75
Offline

Member

Posts: 171
Threads: 42
Joined: Jan 2005
#8
2006-07-27, 12:23 AM
can someone post or IM me the old GBPVR v96 or v97 install file so I can use PriorityRecordings, RenameRecording, RecTracker and the like. I never would have upgraded had I known these apps would no longer work with the SQLite database versions.

Thanks.
daveid
Offline

Member

Posts: 134
Threads: 10
Joined: Feb 2006
#9
2006-07-27, 06:15 AM
you don't need an old version, just switch your db back to the mdb.
find this string
<!-- Database settings -->
change from
<DatabaseConnectionString>Data Source=".\gbpvr.db3";Version=3;New=True;</DatabaseConnectionString>
<DatabaseProviderFactory>System.Data.SQLite.SQLiteFactory</DatabaseProviderFactory>
<DatabaseIdentityQuery>select last_insert_rowid()</DatabaseIdentityQuery>
to
<DatabaseConnectionString>Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=</DatabaseConnectionString>
<DatabaseProviderFactory>System.Data.OleDb.OleDbFactory</DatabaseProviderFactory>
<DatabaseIdentityQuery>select @@identity</DatabaseIdentityQuery>
remember you will have to update your epg, and you will have to reschedule any recordings, as they will be lost. and also remember, no one forced you to upgrade your database to sql, it is still optional.
MAIN RIG - Opteron 165 @2900MHz
2x1024 OCZ Platinum @ 480MHz (3.3.3.7)
HTPC - Athlon 64 3800+
2x512 Corsair XMS C2
ATI Theatre Pro 550 - MCE Blaster - Comcast Set Top Box
Hauppauge HVR-2250
ww4397
Offline

Senior Member

Posts: 382
Threads: 47
Joined: Oct 2005
#10
2006-07-30, 06:44 PM (This post was last modified: 2006-07-30, 06:54 PM by ww4397.)
turkey Wrote:i have written a completely new utility called "addepisode" that is built for the sqlite database. It can be found here.

This is ONLY for the sqlite database, if you have not upgraded, than you can continue to use the renamerecording utility.

Also, i plan to release an update to my utility within the next few days that will add a bit more functionality to the basic "addepisode"

Let me know if you have any problems with it.

I also have a rectracker-like utility that I made for myself...I'll have to look at it again to get it cleaned up for release.



This "addepisode" plugin in now renaming my files just fine! Thanks.

Do you know why the native "Recordings" in GBPVR does not display the episode name in its listings? It only shows the show name and date recorded. It would be great if GBPVR could pick-up the episode name from your plugin.
« 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
  renameRecording not work properly after upgrade? HamsterGirl35 0 1,162 2007-08-12, 06:18 AM
Last Post: HamsterGirl35
  PostProcessing.bat with comskip & RenameRecording Hinde01 10 4,828 2007-08-06, 01:07 AM
Last Post: Hinde01
  How do you get comskip and renamerecording to work together? UKGuest44 5 2,018 2007-06-09, 02:26 AM
Last Post: pastro
  RenameRecording/PostProcessing heath11 4 1,726 2007-04-24, 05:33 PM
Last Post: David
  Does renamerecording .98 work with GB PVR 99.5? purdym 0 1,079 2007-01-01, 06:00 PM
Last Post: purdym
  Will addEpisode or RenameRecording use XMLTV episode-num system="onscreen" gnutech 5 2,170 2006-12-07, 10:16 AM
Last Post: gnutech
  Renamerecording help BamBam 2 1,350 2006-11-15, 01:25 AM
Last Post: BamBam
  Exception in RenameRecording elite 4 2,614 2006-10-02, 07:26 AM
Last Post: elite
  Comclean and renamerecording questions - Thanks! jusatry 17 4,716 2006-05-26, 04:17 PM
Last Post: reboot
  RenameRecording vistaCA 11 3,691 2006-03-27, 08:44 PM
Last Post: turkey

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

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

Linear Mode
Threaded Mode