INTERACT FORUM

Windows => Television => Topic started by: muzicman0 on December 13, 2020, 12:36:26 pm

Title: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on December 13, 2020, 12:36:26 pm
I am testing recording in Linux, and it appears to record now, but if I apply a Filename (Path) tag change, it seems to never happen. 

I am applying the value /home/muzicman0/Videos/[Series]

But it does not change after recording is finished.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on December 16, 2020, 09:32:21 pm
anybody have any thoughts?
Title: Re: [LINUX]Applying path tag not working after recording
Post by: Yaobing on December 17, 2020, 08:40:35 am
We can reproduce the issue.  No solution yet.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on December 17, 2020, 06:11:15 pm
Thanks.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on December 30, 2020, 09:44:59 am
Any updates on this?
Title: Re: [LINUX]Applying path tag not working after recording
Post by: Yaobing on December 30, 2020, 10:36:05 am
No.  We are closed for the holidays this week.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on January 10, 2021, 08:02:46 pm
Noticed an update installed, so I tried again, but got this error.  didn't get this before:

Code: [Select]
Media Center encountered errors while tagging or moving files. Check that the files exist, are not read-only, and are not in use by other programs.

Tagging error: /home/muzicman0/Videos/Best of the Week 2021-01-10.ts

Assuming it was a quote problem, I changed it to "/home/muzicman0/Videos/[Series]/", but that still didn't work.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: Yaobing on January 11, 2021, 07:33:47 am
Thanks for the info.  I still have not gotten a chance to look into this.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on February 10, 2021, 11:14:13 pm
Any updates on this?  I did a quick glance through the change log, and didn't see anything.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: Yaobing on February 11, 2021, 10:42:07 am
Good timing.  I was just looking for this thread to post a reply.

Unfortunately the folder separation character '/' is also the escape character in the Expression language.  The Expression language treated the slashes in "/home/muzicman0/Videos/[Series]/" as escapes and stripped them all.

Because of this conflict, you will have to enter double-slashes "//" everywhere you mean to use it as folder separation.

Alternatively I will have to ignore escape character handling.  But I think that would limit your ability to use expressions.
Title: Re: [LINUX]Applying path tag not working after recording
Post by: muzicman0 on February 11, 2021, 10:51:48 am
double slashes work fine for me.  As long as I know, it's an easy adjustment.  Thanks for looking into it!