[mythtv-users] TVRage Importer broken?

Robert McNamara robert.mcnamara at gmail.com
Tue Feb 3 16:06:27 UTC 2009


On Tue, Feb 3, 2009 at 8:01 AM, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
> On Sat, Jan 31, 2009 at 10:50 AM, Roald <roalda at gmail.com> wrote:
>> On Fri, Jan 30, 2009 at 9:46 PM, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
>>> http://www.jobs-khakis-chicks.com/MythTV/TVRageImport/ragetvgrab-0.7.2.pl
>>>
>>> Give it a go folks, let me know if anyone encounters any issues.
>>
>> Thanks for fixing the issue, it mostly seems to be working again.
>> However there seems to be a small issue left. I use the program to fix
>> the metadata of eg CSI, TVN sends 3 seasons at the same time and I
>> like to have the season numbers shown. Check out what happens when
>> running ragetvgrab
>>
>> *************************
>> [root at northpole store2]# ragetvgrab.pl -F 5_20081205213300.mpg -url
>> http://www.tvrage.com/CSI/episodes/40425/02x13
>>
>>
>>
>> The season info gets botched. The episode name is saved as:
>> "s002e002x13 Identity Crisis". But the date is correct now.
>>
>> --
>> Roald Martin Amundsen
>
> ah, interesting, didn't test the url passing. I'll give it a look
> through and see what's wrong.
>
> --
> Steve
> http://www.mythtv.org/wiki/index.php/User:Steveadeff
> Before you ask, read the FAQ!
> http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
> then search the Wiki, and this list,
> http://www.gossamer-threads.com/lists/mythtv/
> Mailinglist etiquette -
> http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

Steve, I've got the fix for this in my batch version, should have sent
it off to you.  You probably want to do something like this:

991c1001,1002
< 		$title = "s" . $season . "e" . $s_episode . " " . $title
---
>                 $title = "s" . $season . "e" . $episode_number . " " . $title


More information about the mythtv-users mailing list