Autorec with * and multiple profiles
Added by Urmas Kirsipuu over 8 years ago
Hi!
I like to record all shows with autorec. Also i like auto record some shows with different profile. If i use in autorec regexp *, then i cannot use regexp with words for second profile. How i record all shows with profile1 and some of shows(with regexp) with profile2?
Replies (2)
RE: Autorec with * and multiple profiles - Added by Wild Penguin over 8 years ago
I'm not an expert in regexps and have never used tvheadend extensively, but maybe:
^(?!.*bar).*$
See: http://stackoverflow.com/questions/1240275/how-to-negate-specific-word-in-regex
And then just 'bar' for profile two.
If tvheadend accepts all regexps, then these should work.
RE: Autorec with * and multiple profiles - Added by Urmas Kirsipuu over 8 years ago
Once again. I like record all programs and i like to record know programs with second profile(with some options). How i can do it? Thanks your understanding