Changes between Initial Version and Version 3 of Ticket #4534
- Timestamp:
- 05/08/24 11:45:15 (7 months ago)
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 2 2 3 3 For example for mp4 videos the (auto generated) default is: 4 {{{ 4 5 [mp4] 5 6 Regex=\\.(mp4|m4v|mpe?g)$ 6 7 }}} 7 8 Probably 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. 8 9