Changes between Initial Version and Version 3 of Ticket #4534


Ignore:
Timestamp:
05/08/24 11:45:15 (7 months ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4534

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Future Releases to
  • Ticket #4534 – Description

    initial v3  
    22 
    33For example for mp4 videos the (auto generated) default is: 
     4{{{ 
    45[mp4] 
    56Regex=\\.(mp4|m4v|mpe?g)$ 
    6  
     7}}} 
    78Probably as a result of an automatic conversion of this file from previous format I ended up with a config where the . in Regexes are prepended with just a single \. That result in most setting using Regex just not working. Newly generated mc.ext.ini contains double escaped Regexes like above and works just fine, but all previous user customization are lost. 
    89