INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: how to search for a library record using FileKey()  (Read 169 times)

rbmjr

  • World Citizen
  • ***
  • Posts: 112
how to search for a library record using FileKey()
« on: February 02, 2024, 03:35:14 pm »

reading the ZoneLink page it says "DLNA devices are challenging to link since they can not be controlled with the same precision as a Media Center zone. As such, linking of DLNA device zones may not work reliably"

And indeed when I  ZoneLink the Player to a DLNA device or when I send a batch of audio files directly to the DLNA device, the After Playback expression stops working correctly. What happens is that instead of updating the audio file just played the After Playback expression updates the currently playing audio file instead.

My thinking is if I can store the FileKey() into a Global Variable upon playback, I should be able to find that just played audio file by searching for the FileKey() and then I can be sure that I am updating the correct audio file with the After Playback expression data.

Is there a way to do this?
Logged
Pages: [1]   Go Up