Cleaning the start of a movie name - for Enigma2 recordings
#16
Hi, I found this thread when searching solution for same problem.
Just in case anyone is having this problem anymore, I found that "cleandatetime" could be used for removing both date and service name.
My VU+ recordings are of format "nnnnnnnn nnnn - service - title.ts" and I found following regex working in most of cases (which was sufficient for me):
Code:
<cleandatetime>\d{8} \d{4} - .*? - (.+)()</cleandatetime>
Reply

Logout Mark Read Team Forum Stats Members Help
Cleaning the start of a movie name - for Enigma2 recordings0