NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 340 341 342 343 344 … 433 Next »
Adding Season & Episode (ie, S01E03) to Recording File Name

Adding Season & Episode (ie, S01E03) to Recording File Name
Bluetick
Offline

Junior Member

Posts: 38
Threads: 11
Joined: Dec 2009
#31
2011-09-21, 09:54 PM
Thanks,

Waiting with baited breath.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,605
Threads: 965
Joined: May 2006
#32
2011-09-21, 10:14 PM
Bluetick Wrote:Thanks,

Waiting with baited breath.

Fishy spelling aside, I hope to post something tonight.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,605
Threads: 965
Joined: May 2006
#33
2011-09-23, 04:19 AM
I was about to release this but I stumbled on a challenge in my test

I recording a test episode of "Bored to Death" the epg, zap2it and tv.com sub-title was "The Gowanas Canal Has Gonorrhea!" http://tvlistings.zap2it.com/tv/bored-to...1730550016

The problem is thetvdb, tvrage imdb, imdb hbo have "The Gowanus Canal Has Gonorrhea!" http://www.thetvdb.com/?tab=episode&seri...1581&lid=7

I thought zap2it was more accurate I may never be able to match (without scrapping) so I will have to mull this over.

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#34
2011-09-23, 01:51 PM
mvallevand Wrote:I was about to release this but I stumbled on a challenge in my test

I recording a test episode of "Bored to Death" the epg, zap2it and tv.com sub-title was "The Gowanas Canal Has Gonorrhea!" http://tvlistings.zap2it.com/tv/bored-to...1730550016

The problem is thetvdb, tvrage imdb, imdb hbo have "The Gowanus Canal Has Gonorrhea!" http://www.thetvdb.com/?tab=episode&seri...1581&lid=7

I thought zap2it was more accurate I may never be able to match (without scrapping) so I will have to mull this over.

Martin

Would the dd_progid number be helpful in those situations?


Code:
    <programme start="20110930200000 -0500" stop="20110930210000 -0500" channel="I187.28460083.microsoft.com">
        <title lang="en">Pan Am</title>
        <sub-title lang="en">Pilot</sub-title>
        <desc lang="en">Dean pilots the Clipper Majestic's first New York to London flight; Maggie picks up a flight when the scheduled stewardess doesn't show; Kate takes a U.S. intelligence assignment. (Original Air Date: 09/25/2011)</desc>
        <credits>
            <director>Tommy Schlamme</director>
            <actor>Christina Ricci</actor>
            <actor>Kelli Garner</actor>
            <actor>Karine Vanasse</actor>
            <actor>Margot Robbie</actor>
            <actor>Michael Mosley</actor>
            <actor>Mike Vogel</actor>
            <guest>David Harbour</guest>
            <guest>Jeremy Davidson</guest>
            <guest>Annabelle Wallis</guest>
            <guest>Will Chase</guest>
            <guest>Veanne Cox</guest>
            <guest>C.J. Wilson</guest>
            <guest>Kate Jennings Grant</guest>
            <guest>Hope Allen</guest>
        </credits>
        <date>20110925</date>
        <category lang="en">Drama</category>
        <category lang="en">Episodic</category>
        <category lang="en">Series</category>
        <episode-num system="dd_progid">EP01419495.0001</episode-num>
        <video>
            <aspect>16:9</aspect>
            <quality>HDTV</quality>
        </video>
        <audio>
            <stereo>stereo</stereo>
        </audio>
        <previously-shown start="20110925000000"/>
        <subtitles type="teletext"/>
        <rating system="VCHIP">
            <value>TV-PG</value>
        </rating>
    </programme>
Bluetick
Offline

Junior Member

Posts: 38
Threads: 11
Joined: Dec 2009
#35
2011-09-23, 07:07 PM
If the user stayed with the same epg provider, I would not see a problem.

Switching back and forth on epg providers may cause a problem over an extended period of time.

It's only for personal use anyway.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,605
Threads: 965
Joined: May 2006
#36
2011-09-23, 09:35 PM
@Northpole that id (the zap2it id) is not going to help for feeds with an API, just for scraping.

@Bluetick, the EPG provider issue in North America isn't going to be a problem. I don't expect this solution is going to work world wide anyway.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,605
Threads: 965
Joined: May 2006
#37
2011-09-24, 06:24 AM
I should never test, what do you guys suggest I do with back-to-back episodes in the EPG like this

Code:
<title lang="en">Grey's Anatomy</title>
    <sub-title lang="en">Free Falling; She's Gone</sub-title>
    <duration units="minutes">120</duration>

When numbering these should be "Grey's Anatomy S08E01 Free Falling" & "Grey's Anatomy S08E02 She's Gone" but will end up not being found

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#38
2011-09-24, 01:01 PM
mvallevand Wrote:I should never test, what do you guys suggest I do with back-to-back episodes in the EPG like this

Code:
<title lang="en">Grey's Anatomy</title>
    <sub-title lang="en">Free Falling; She's Gone</sub-title>
    <duration units="minutes">120</duration>

When numbering these should be "Grey's Anatomy S08E01 Free Falling" & "Grey's Anatomy S08E02 She's Gone" but will end up not being found

Martin

I would say to set-up some naming format imagegrablite would default to whenever it can't find a match, such as using the available npvr/epg data like the questionable episode # or air date instead of the SxxExxx value. Hopefully, these will only be a small percentage of cases. I think that would be better then just having it fail because of no match.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,605
Threads: 965
Joined: May 2006
#39
2011-09-24, 04:51 PM
I am going to try something like this to see how it works

Grey's Anatomy S08E01+ Free Falling & She's Gone

Martin
pwrmac7100
Offline

Junior Member

Posts: 25
Threads: 6
Joined: Sep 2007
#40
2011-09-28, 12:36 AM
mvallevand Wrote:As sub pointed out the zap2it episode number is not really valid, and probably not worth extracting. I did planning on adding this to imageGrab (not Lite) because it already does the heaving lifting. In Media\Show there is a showname.xml and it already has the ids for thetvdb, imdb, tv.com and zap2it making the rename process quite simple.

I would probably not allow a lot of flexibility I'd name the

tvseries.s01e01.episode title

but there would be an option to move series to their own folder

Is there interest in this?

Martin

I am obviously interested. Has there been any updates?
AMD Athalon 64 X2 Dual 4600+ (2.4GHz) | 3GB RAM | Windows XP Pro | ATI All In Wonder 2006 | Hauppauge HVR-1600 | Hauppauge HVR-2250 | Hauppauge MVP
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Manually Adding FM Radio quek9 9 3,940 2024-11-19, 08:29 PM
Last Post: mvallevand
  Recording movies / TV to XBMC directory stucture spinnaker 10 4,279 2024-06-03, 03:56 AM
Last Post: Rod Hutchinson
  Not recording errors vidwiz 4 1,442 2024-04-17, 05:39 PM
Last Post: mvallevand
  Add Series/Episode Info to Recording Metadata andrewj 2 1,500 2023-11-20, 03:42 PM
Last Post: sub
  incorrect frequency in adelaide .ini file spin35 5 3,443 2023-02-01, 05:40 PM
Last Post: sub
  Recording to a network drive woes. 2leftfeet 12 7,967 2022-04-05, 08:03 PM
Last Post: mvallevand
  device needed for recording David209 2 1,940 2021-04-04, 08:47 AM
Last Post: David209
  PC not going to sleep after recording LeoL 7 3,896 2021-04-01, 07:17 PM
Last Post: Handy.Man
  HDHomerun recording bizzarely not working Jean0987654321 3 2,451 2021-03-27, 03:23 PM
Last Post: Jean0987654321
  ts file shows length too long? SuttonWillow 2 2,232 2021-03-15, 01:56 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode