Kodi Community Forum

Full Version: RegEx Support for cleaning before search (unwanted pattern)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi again,
as now, its only possible to set case-sensitive text parts to be removed.

Let me give you an example of a recorded filename:
20170109 0215 - ZDFinfo - Mysterien des Weltalls - Was ist Zeit_.ts
(^\d{8}) Date
(^\d{8}.*? \d{4}) Date and time
(^.*?-.*?- \b) Gets all before "Mysterien des Weltalls"
and so on....

The result would be a clean name for search and evereyone could adjust this for his needs.

Greetings