location of mythvideo filename nomenclature regex's in source?
Submitted by ryan patterson on Fri, 07/16/2010 - 18:34
Can somebody point me to where the regex's for mythvideo filename
parsing are in the source? I want to define a new filename
nomenclature.
_____________
Ryan Patterson
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
- Login to post comments
location of mythvideo filename nomenclature regex's in source?
On 7/16/2010 21:34, ryan patterson wrote:
> Can somebody point me to where the regex's for mythvideo filename
> parsing are in the source? I want to define a new filename
> nomenclature.
>
mythplugins/mythvideo/mythvideo/metadata.cpp:946
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
location of mythvideo filename nomenclature regex's in source?
On Fri, Jul 16, 2010 at 10:10 PM, Raymond Wagner wrote:
> On 7/16/2010 21:34, ryan patterson wrote:
>>
>> Can somebody point me to where the regex's for mythvideo filename
>> parsing are in the source? I want to define a new filename
>> nomenclature.
>>
>
> mythplugins/mythvideo/mythvideo/metadata.cpp:946
Exactly what I was looking for. Danke schön and domo arigato.
-Ryan
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
location of mythvideo filename nomenclature regex's in source?
On Fri, Jul 16, 2010 at 7:45 PM, ryan patterson wrote:
> On Fri, Jul 16, 2010 at 10:10 PM, Raymond Wagner wrote:
>> On 7/16/2010 21:34, ryan patterson wrote:
>>>
>>> Can somebody point me to where the regex's for mythvideo filename
>>> parsing are in the source? I want to define a new filename
>>> nomenclature.
>>>
>>
>> mythplugins/mythvideo/mythvideo/metadata.cpp:946
>
> Exactly what I was looking for. Danke schön and domo arigato.
>
> -Ryan
Not that I would expect otherwise, but wanted to note that any
addition to the file formats needs to pass two criteria:
1) Be generally used/sane
2) Pass regression testing with all other currently supported formats.
#2 is what's hard to get right. :)
Robert
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev