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 … 1062 1063 1064 1065 1066 … 1231 Next »
Episode counts in EPG

 
  • 0 Vote(s) - 0 Average
Episode counts in EPG
ingesol
Offline

Junior Member

Posts: 25
Threads: 3
Joined: Mar 2005
#1
2005-03-16, 04:33 PM
Hi, thanks for an excellent product!!

I have a problem with my Norwegian EPG, imported with XMLTV. Shows are listed in XML like this:

Home and away (34)
Friends (14)

...where the numbers inside the paranthesis are episode counters. Obviously, this crashes the "record season" feature. When I try to record a season of Friends (14), it records only one show, because the next show is named Friends (15).

The obvious solution for this is for me to use a text editor, or write an algorithm, that replaces all (....) with a blank string. I was just wondering if this is a common problem for other users of GBPVR? Is it a possible feature of the software, or is the problem too obscure?

One possibility would be to ease up on the season feature, and record all shows that has a name that is 90% equal to the name of the first show selected? This is hardly good enough for the show name "friends", though...
cwills
Offline

Member

Posts: 104
Threads: 13
Joined: Oct 2004
#2
2005-03-16, 04:48 PM
I'm not positive as I've never tried this parameter, but the XRecord plugin has a Record By Title Partial parameter when you schedule a recording. That may work with just "Friends".
ingesol
Offline

Junior Member

Posts: 25
Threads: 3
Joined: Mar 2005
#3
2005-03-16, 10:38 PM
Thanks for the tip!

Does anyone else know anything more about this?

I will explore this a bit more when I get the chance to install plugins, but does this mean that extra input fields are added in the scheduling screen when I install the XRecord plugin?
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#4
2005-03-17, 06:41 AM
[b Wrote:Quote[/b] (ingesol @ Mar. 16 2005,23:38)]Thanks for the tip!

Does anyone else know anything more about this?

I will explore this a bit more when I get the chance to install plugins, but does this mean that extra input fields are added in the scheduling screen when I install the XRecord plugin?
You can also try using o2grabber. Chances are they use the same sources as xmltv does, but it's worth a shot. Easy to setup and use.
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
ingesol
Offline

Junior Member

Posts: 25
Threads: 3
Joined: Mar 2005
#5
2005-03-17, 07:38 AM
Hi, thanks, but I'm already using o2grabber [Image: smile.gif]

I hope I will find a plugin that works for this, maybe I'll even write my own! The record season feature is very important to me.
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#6
2005-03-17, 08:44 AM
Check out the most current version of CDK Scheduler along with XRecord and you should be able to get what you want. Something like setting up a Title Search, that is time restricted to a particular day of week and time range should allow you to narrow down to specific shows like Friends.

Check the CDK Scheduler Example thread for some, well, examples on how this might be done.

XRecord provides a front end interface to CDK Scheduler, but CDK Scheduler doesn't require the use of XRecord to schedule programs, it just makes it a bit easier.
ingesol
Offline

Junior Member

Posts: 25
Threads: 3
Joined: Mar 2005
#7
2005-03-17, 08:55 AM
Excellent, thanks! Will try this.
jasjol
Offline

Senior Member

Posts: 270
Threads: 78
Joined: Dec 2004
#8
2005-03-17, 11:50 PM
I guess I am lucky

I too had the similar problem like first program: 24 in EPG and the rest just 24 - and for some other title 1, title 2 etc.

But in Sweden some guys have set up a XMLTV database which get fed with data they get from the channel companys.

They handle this issue in their database.

I don't know if someone has done the same in Norway though.
Using DELL P4 1.5GB RAM 250 GB HD + DLINK DNS313 netdisk 1,5TB, 2 pieces of Hauppauge PVR150 w/45-button remote, 1 Popcorn Hour 110. Win XP SP3. GB-PVR v1.4.7 Plugins: Xrecord
ingesol
Offline

Junior Member

Posts: 25
Threads: 3
Joined: Mar 2005
#9
2005-04-12, 09:15 AM
I have solved this problem for myself now by using apache ant to replace all occurrences of (xxx) to avoid getting additional information in the show title. Works great.
ingesol
Offline

Junior Member

Posts: 25
Threads: 3
Joined: Mar 2005
#10
2005-04-12, 09:41 AM
All you need to do is install apache ant, and put the ant bin-directory in your path. Then put a build.xml file with contents like this in the directory of your epg.xml, and type ant.


<?xml version="1.0"?>

<project name="tv" default="replace" basedir=".">

<target name="replace">
<replaceregexp match="[(].*[)]" replace="" file="${basedir}/test.xml" flags="-g"/>

</target>

</project>
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  put season/episode information in filename dbldown768 14 3,745 2009-03-20, 11:01 PM
Last Post: dbldown768
  Clicking On An Episode Inside Recordings Sends Me To Main Menu navyblue 3 1,501 2009-01-06, 04:52 PM
Last Post: sub
  How To Cancel Single Episode? jmontana 3 1,205 2008-10-06, 02:50 PM
Last Post: jmontana
  episode pause -=TJ=-Stefan 0 1,054 2008-09-12, 01:17 PM
Last Post: -=TJ=-Stefan
  XMLTV Episode number? Caseyjones 15 5,581 2008-02-16, 06:12 PM
Last Post: ReddogOne
  Add season & episode to recordings hakras 13 3,235 2008-01-14, 05:29 AM
Last Post: zehd
  How to show if episode is new? foladar 9 1,967 2007-10-22, 12:36 AM
Last Post: sub
  Episode Search Result Multples Niel 5 1,421 2007-05-12, 10:32 PM
Last Post: Niel
  Episode descriptions in recordings gone? antialias 1 1,033 2006-11-02, 04:16 AM
Last Post: antialias
  Wondering if there's a way to view which episode... rlbond 14 3,259 2006-09-08, 07:44 AM
Last Post: rlbond

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

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

Linear Mode
Threaded Mode