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 … 11 12 13 14 15 16 Next »
Episode tweaker, request if it is possible.

 
  • 0 Vote(s) - 0 Average
Episode tweaker, request if it is possible.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#1
2008-02-26, 02:29 PM
The tweaker is working fine - so many thanks.

My situation has changed a bit and now I use a dedicated PVR server without all the bloat that was building up. The box is tucked away and has lo-res onboard video with no keyboard or monitor.

What I would really like is to be able to use your episode tweaker on a client machine using the server shares to access the real data. At the moment I have to remotely login in, but the screen area is a bit limited and VLC doesn't work too well for viewing the episode.

possible??

regards
Martin
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#2
2008-02-26, 08:56 PM
martint123 Wrote:The tweaker is working fine - so many thanks.

My situation has changed a bit and now I use a dedicated PVR server without all the bloat that was building up. The box is tucked away and has lo-res onboard video with no keyboard or monitor.

What I would really like is to be able to use your episode tweaker on a client machine using the server shares to access the real data. At the moment I have to remotely login in, but the screen area is a bit limited and VLC doesn't work too well for viewing the episode.

possible??

regards
Martin
I think that may be possible and an easy change. I'll take a look at it tonight.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#3
2008-02-26, 09:54 PM
JavaWiz Wrote:I think that may be possible and an easy change. I'll take a look at it tonight.

Many thanks, I appreciate it.

Martin
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#4
2008-02-27, 05:17 AM
Wiki updated with version 2.0.0.2 of EpisodeTweaker.

This version contains a config file (EpisodeTweaker.exe.config) that allows you to specify program settings (including database connection string). The file must reside in the same directory as the executable (the install program will do this for you).

Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
    <!-- DBConnectString, uncomment and set to server database share in format below -->
    <!-- <add key='DbConnectString' value='Data Source="[url=file://\\Server\gbpvr\gbpvr.db3&quot;;Version=3;New=True;']\\Server\gbpvr\gbpvr.db3";Version=3;New=True;'[/url] /> -->

    <!-- InitialView - Recordings, Pending, EPG -->
    <add key='InitialView' value='Recordings' />

    <!-- EPGDays - number of days to load from EPG -->
    <add key='EPGDays' value='2' />

</appSettings>
</configuration>

Replace the DbConnectString setting to point to the database on your server (ie replace \\Server with your servername).
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#5
2008-02-27, 12:43 PM
Many thanks the prompt update. Grabbing in a moment and will let you know how I get on (perfectly of course).

Many thanks
Martin
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#6
2008-02-27, 01:00 PM
Seems to work a treat and also many thanks for the delete button as requested before.

Have a virtual pint Wink
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#7
2008-02-27, 01:28 PM
A virtual pub - now there's an idea..! Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#8
2008-02-28, 12:40 PM
martint123 Wrote:Seems to work a treat and also many thanks for the delete button as requested before.


A slight request ref the delete button..... Could it delete the mpg file on disk as well as the database entry??. Dangerous, I know, but....

I record all episodes of some shows as our EPG doesn't have info to let us know if a show is a repeat or not. Also episode is usually missing (why your prog is so useful).

Later on, like today when things are quiet, I go through these shows and add episode info from glancing at the VLC playback of the file. Fairly often some shows are repeats and that's why I requested the delete button, to get rid of them. They're sat filling the disk though and usually get re-imported when I run mpegimport occasionally.

cheers
Martin
JavaWiz
Offline

Posting Freak

Jacksonville, FL. USA
Posts: 2,522
Threads: 141
Joined: Dec 2006
#9
2008-02-29, 03:24 AM
martint123 Wrote:A slight request ref the delete button..... Could it delete the mpg file on disk as well as the database entry??. Dangerous, I know, but....

02/28/2008 : 2.0.0.3
* Fixed logic for delete function.
* Added config setting to control how delete button function
<!-- DeleteMode - Functionality for delete button - Entry or File -->
<!-- Entry - Only delete the entry in the EPG -->
<!-- File - Delete the EPG entry AND remove the file from disk -->
<add key='DeleteMode' value='Entry' />

So, install new version and set the DeleteMode to File, then it will delete the EPG entry AND the file on disk. If DeleteMode is set to Entry, it will ONLY delete the EPG entry.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#10
2008-02-29, 04:54 AM
2.00.3 seems to be corrupt.
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
  SearchWiz - how to filter independently on Show and Episode peabody 2 5,362 2010-03-29, 04:41 AM
Last Post: peabody
  Error when starting Episode Tweaker gEd 13 12,616 2010-03-27, 06:07 PM
Last Post: JavaWiz
  WizMetadataGrabber - Use episode as local title rather than series/episode jwb5463 6 2,960 2010-01-09, 03:41 AM
Last Post: JavaWiz
  Any chance of another chnage to Episode Tweaker? martint123 8 4,531 2009-09-27, 07:34 AM
Last Post: martint123
  WizMetadataGrabber: Request Ability to Change Show And/Or Episode delimeters NeoH4x0r 1 1,916 2009-08-14, 12:12 AM
Last Post: JavaWiz
  Feature Request? Zinefer 11 5,035 2009-04-03, 06:44 AM
Last Post: 7ore
  Wiz MetaData Grabber unable to process a dash (-) in the episode name Azimuth 5 2,981 2009-01-04, 09:47 PM
Last Post: smajor
  Image Download feature request.... psycik 3 2,859 2008-05-27, 10:30 PM
Last Post: JavaWiz
  Moviewiz Request - selectable title, tagline, actors, plot order ? jksmurf 2 2,277 2008-04-26, 04:40 AM
Last Post: jksmurf
  Episode Lookup with MovieWiz gehing 3 3,341 2008-04-20, 08:53 PM
Last Post: JavaWiz

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

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

Linear Mode
Threaded Mode