Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

TV episode scripts..

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


shabba at skynet

Mar 4, 2008, 7:03 AM

Post #1 of 7 (2972 views)
Permalink
TV episode scripts..

Hi all,

I have been hacking numerous scripts lately to try and get my TV episodes
just right. I have hacked together a script that uses the thetvdb.com but
it is a mess of imdb-bulk-update.pl calling a python script to talk to
thetvdb.com. Has anyone got any good scripts they would like to share?

PS. I use tvrenamer.pl on all dirs and use sync.pl in mythtools to update
video db...

Thanks,

D.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


kkuphal at gmail

Mar 4, 2008, 9:24 AM

Post #2 of 7 (2905 views)
Permalink
Re: TV episode scripts.. [In reply to]

On Tue, Mar 4, 2008 at 9:03 AM, Damian O'Sullivan <shabba [at] skynet> wrote:

> Hi all,
>
> I have been hacking numerous scripts lately to try and get my TV episodes
> just right. I have hacked together a script that uses the thetvdb.com but
> it is a mess of imdb-bulk-update.pl calling a python script to talk to
> thetvdb.com. Has anyone got any good scripts they would like to share?
>
> PS. I use tvrenamer.pl on all dirs and use sync.pl in mythtools to update
> video db...


google or search the list for ragetvgrab.pl

Kevin


seven at seven

Mar 4, 2008, 2:43 PM

Post #3 of 7 (2887 views)
Permalink
Re: TV episode scripts.. [In reply to]

I've been using

imdb-bulk-update in a cron

&

The script below to process anything the bulk updater misses....

http://www.gossamer-threads.com/lists/mythtv/users/308346?search_string=Metadata%20autogeneration;#308346

but its not exactly a automatic process........ As the results from tvrage
are hit or miss for tv series it doesn't know about or the episode data in
the file name is not in their format

I'd like to see your scripts though

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


sarah at sarahhayes

Mar 4, 2008, 10:31 PM

Post #4 of 7 (2887 views)
Permalink
Re: TV episode scripts.. [In reply to]

Anthony Giggins wrote:
> As the results from tvrage
> are hit or miss for tv series
It seems to be older shows that are the problem. It went bonkers when I
fed it Sapphire & Steel and more oddly, Lexx. I ripped the original
apart and made it work with MythVideo :)

The other thing is quite often you'll just see huge batches of "SxxExx -
<name>" in video manager so it can be fiddly to look after a large
collection.

But yes, your scripts show them to me.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


shabba at skynet

Mar 5, 2008, 1:39 PM

Post #5 of 7 (2857 views)
Permalink
Re: TV episode scripts.. [In reply to]

Damian O'Sullivan Tel: 087 2241456 damian [at] linux

On Wed, 5 Mar 2008, Anthony Giggins wrote:

> I've been using
>
> imdb-bulk-update in a cron
>
> &
>
> The script below to process anything the bulk updater misses....
>
> http://www.gossamer-threads.com/lists/mythtv/users/308346?search_string=Metadata%20autogeneration;#308346
>
> but its not exactly a automatic process........ As the results from tvrage
> are hit or miss for tv series it doesn't know about or the episode data in
> the file name is not in their format
>
> I'd like to see your scripts though
>

I found http://search.cpan.org/~tigris/WWW-TV-0.08/lib/WWW/TV/Series.pm
yesterday and have made a new script with it which is nice as it grabs top
level folder.jpg too. Also it got all my episodes while tvrage failed on
some. I will post it when I tidy it up. At the moment it assumes a dir
structure of /SeriesName/SeasonNum/EpxTitle

I use tvrenamer.pl to rename all the epsiodes first.

D.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


daniel at agar

Mar 5, 2008, 10:45 PM

Post #6 of 7 (2847 views)
Permalink
Re: TV episode scripts.. [In reply to]

Damian O'Sullivan wrote:
> Damian O'Sullivan Tel: 087 2241456 damian [at] linux
>
> On Wed, 5 Mar 2008, Anthony Giggins wrote:
>
>
>> I've been using
>>
>> imdb-bulk-update in a cron
>>
>> &
>>
>> The script below to process anything the bulk updater misses....
>>
>> http://www.gossamer-threads.com/lists/mythtv/users/308346?search_string=Metadata%20autogeneration;#308346
>>
>> but its not exactly a automatic process........ As the results from tvrage
>> are hit or miss for tv series it doesn't know about or the episode data in
>> the file name is not in their format
>>
>> I'd like to see your scripts though
>>
>>
>
> I found http://search.cpan.org/~tigris/WWW-TV-0.08/lib/WWW/TV/Series.pm
> yesterday and have made a new script with it which is nice as it grabs top
> level folder.jpg too. Also it got all my episodes while tvrage failed on
> some. I will post it when I tidy it up. At the moment it assumes a dir
> structure of /SeriesName/SeasonNum/EpxTitle
>
> I use tvrenamer.pl to rename all the epsiodes first.
>
> D.
Sounds good, can't wait to try it.

Daniel
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


shabba at skynet

Mar 6, 2008, 5:02 AM

Post #7 of 7 (2851 views)
Permalink
Re: TV episode scripts.. [In reply to]

On Thu, 6 Mar 2008, Daniel Agar wrote:

> Sounds good, can't wait to try it.
>
> Daniel
> _______________________________________________


Ok I have a script at http://www.skynet.ie/~shabba/tveps.txt
It is rough as I was just trying to hack an effort together and am not
much of a programmer.

You will need to install WWW::TV::Series and String::Approx.

Feedback welcome.

Thanks,

D.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.