[mythtv-users] Can I mythexport without transcoding?

John Baab john.baab at gmail.com
Fri Sep 24 13:42:32 UTC 2010


On Fri, Sep 24, 2010 at 8:56 AM, Matt Emmott <memmott at gmail.com> wrote:
> On Thu, Sep 23, 2010 at 8:53 PM, John Baab <john.baab at gmail.com> wrote:
>>
>>
>> You could take MythExport's code and modify it to create the podcast
>> name from something like the show's name.  Its GPL'd do whatever you
>> want with it :)
>>
>
> I know that I "could" but I just don't have the "how".
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>

Should be as simple as changing line 529 of /usr/bin/mythexport-daemon from
$query_handle->execute($webfilename,$title_old,$subtitle,$description,$delete_period,$airdate,$podcast_name)
|| logerror("ERROR: Unable to update table.");

to

$query_handle->execute($webfilename,$title_old,$subtitle,$description,$delete_period,$airdate,$title)
|| logerror("ERROR: Unable to update table.");

I'm not sure how this will affect the web interface, but all non
websafe characters should be stripped out of the title already.


More information about the mythtv-users mailing list