Search found 2 matches

by Marius
28 Dec 2021, 19:16
Forum: Episode / Movie Naming Scheme
Topic: Expression Help - Cut Episode Names
Replies: 2
Views: 1841

Re: Expression Help - Cut Episode Names

works perfectly
thanks a lot for your help
by Marius
28 Dec 2021, 11:15
Forum: Episode / Movie Naming Scheme
Topic: Expression Help - Cut Episode Names
Replies: 2
Views: 1841

Expression Help - Cut Episode Names

Hi there,
first of all, sorry for my english.

I use the following syntax for grabbing episodes from TheTVDB
v:/{ (~emby>> az).ascii() }{dc > 1 ? " - part$di" : null}

But there are episode names that are too long for the linux filesystem. To cut the names i wanted to use
.take(100 ...