Closed Penkethboy closed 4 years ago
Absolutely, there is a property on an item called IsVirtual, I'll get a list of all the extra properties that I haven't yet included and post them up and see which ones will be useful to include as tokens :)
via the api isVirtual=False removes them from a request - so that might be enough
Added %item.isvirtual% to Item tokens, do you think this will be sufficient mate? (I won't close the issue until its confirmed)
if that picks up future and missing episodes - then that would be Ok for me is that in a released version yet to test?
It's now up in released version 2.3.0 :)
cool - thanks again
You're welcome mate :)
Hi Anthony
Ignore this forgot isvirtual is a variable now!
Sorry
That's okay mate, no problems at all :) Thank you for the update!
Is your feature request related to a problem? Please describe. Emby has a concept of Virtual and Missing episodes - can these be filtered out of events
Describe the solution you'd like Future episodes are of type virtual - they only appear on the upcoming tab of a tv library Missing episodes - if the feature is enabled - are any that the library does not have per series
Additional context The issue comes that when say adding a new series to a tv library (possibly Mixed content as well) additional itemadded/itemrenoved etc etc events are created for these types of episode
Emby does not clean these types of episodes up till after a library scan / and the virtual episode has passed into history
So adding a new episode to any series can kick emby into creating "unwanted" events.
An alternative would be to have say a variable item.episode.type of real, virtual or missing - so they could be filtered that way