INTERACT FORUM

Windows => JRiver Media Center 32 for Windows => Topic started by: rbmjr on April 13, 2024, 08:25:25 pm

Title: How do I fix IsPlaying() issue
Post by: rbmjr on April 13, 2024, 08:25:25 pm
My Expression isn't working as I expected. I selected several songs and sent them to my Media Center ID from my desktop. They played just fine, but the IsPlaying() expression did not work even though the green arrow was showing the song playing. How can I get my Expression to work? is there a way to ask IsPlaying(MyID) vs just the IsPlaying()?

Attached is a screen capture during playback and the Expression I'm trying to execute. 

Title: Re: How do I fix IsPlaying() issue
Post by: Scobie on April 13, 2024, 11:18:34 pm
Do you need to close the parenthesis on the If?

If (IsPlaying())
Title: Re: How do I fix IsPlaying() issue
Post by: rbmjr on April 15, 2024, 09:42:34 am
I checked the expression using Zelda. The expression works when run locally. When music is "Send to" to another DLNA device, MC knows the song is playing from a different DLNA device however MC does not provide feedback to the IsPlaying() function to the Media Center that sent the files. What do I need to do to get feedback from the DLNA renderer to the local MC Expression?

Title: Re: How do I fix IsPlaying() issue
Post by: Matt on April 15, 2024, 10:23:24 am
IsPlaying() wasn't working for DLNA, but we'll change a coming build.  Thanks.
Title: Re: How do I fix IsPlaying() issue
Post by: rbmjr on April 16, 2024, 10:02:09 am
Thanks