Replies: 10 comments 1 reply
-
|
I don't see anything loaded in the BEQ web UI when I have Edge of Tomorrow running either -
|
Beta Was this translation helpful? Give feedback.
-
|
Im not sure what the specific problem is but I am slowly working on a rewrite make sure your metadata is all correct (edition, title, year, etc) also check ezbeq logs because it could be a problem there |
Beta Was this translation helpful? Give feedback.
-
|
Zero of value in the BEQ logs, but sniffing at the BEQ end I can see on (GoWatchIt) container start it does all it's querying and discovery and then filter clearing - Checking metadata now... I guess Plex just grabs it from the folder or file name, so I've never gone deeper than that. On the first couple I've checked the title and year are totally blank :-/ ... will do some testing and then see if I can write something to do all my media. |
Beta Was this translation helpful? Give feedback.
-
|
Date seems tricky in MKV ... I had to dump all the existing tags in XML and then add it as per the spec. There is no INFO level release date, just create date. I set tags for title, release date and IMDB ID and tried again, absolutely no change on the GoWatchIt end, just the same data as before - and still no calls to ezBEQ :-( |
Beta Was this translation helpful? Give feedback.
-
|
Did some sniffing from inside the container to see what was coming from Plex ... it does 100% contain the title and year - |
Beta Was this translation helpful? Give feedback.
-
|
Tried a bunch more movies, it's just not reaching out to the ezBEQ API at all (after initially clearing everything.) It's seeing the start playback events, it's just deciding somewhere to do nothing with them. :-( |
Beta Was this translation helpful? Give feedback.
-
|
I've been poring over the code for a couple hours now, my head is spinning ... this is very advanced relative to my skillset. I'm trying to do what debugging I can without any rebuilding ... I'm able to get this to trip into the else by putting an incorrect User ID in - so that tells me my user ID filter (or lack of when I set it that way) is right. I am not getting an "Added length of plexChan" message in the logs though. I'm wondering if the metadata isn't what is expected ... for type in my requests I have - "Metadata":{"librarySectionType":"movie","ratingKey":"1539","key":"/library/metadata/1539","guid":"plex://movie/5d776825961905001eb90ccb","slug":"the-day-after-tomorrow","studio":"20th Century Fox","type":"movie","title":"The Day After Tomorrow","titleSort":"Day After Tomorrow","librarySectionTitle":"Movies","librarySectionID":1, Wild, one little change - and I've got some progress - Will keep plugging away at it! |
Beta Was this translation helpful? Give feedback.
-
|
Opened it right up to 0.0.0.0/0.0.0.0 and still getting the "check your IP whitelist" :-/ |
Beta Was this translation helpful? Give feedback.
-
|
Got it working! Had to add my custom domain to "Custom server access URLs" for requests hitting it to not be considered "non-local" ... Then I ran into a snag trying to verify the codec from my Marantz AV20, but when I disabled receiver lookup, 🎉 , it started working!! Will have to test after dinner if "Episode" needs the same lower case first letter - or better still, change the check to case insensitive as surely it was a capital M on movie at some point in the past and who knows if it may come back. Edit: Quick check and it does indeed seem to be episode with a lower case e - time="01-17-2026 22:26:15" level=debug msg="decoding payload" |
Beta Was this translation helpful? Give feedback.
-
|
I mucked up the PR as it was tracking HEAD and I've done some additional development, so I closed it. Wasn't looking like it was going to be merged anyway. I also got TV support working again (for Plex) using a TMDB lookup from the IMDB ID returned by Plex, and switched to a multi-arch build pipeline to support linux/amd64 and linux/arm64. If anyone needs or is interested in any of the above until the new version is finished and released, it's here - https://github.com/hyacin75/gowatchit |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I won't open an issue as it's surely not a bug in the software ... just hope someone sees this here in Discussions.
I had the config dialed to the 9s with UUIDs and all the filters, as well as codec verification from receiver, but nothing was showing up on my MQTT topics, and as far as I could tell, filters weren't being loaded for movies. I tried several movies, none were working, so I stripped it right down, no UUID filtering, no account name filtering, no receiver connection, none of it, and still I'm getting the same.
It looks like it is trying to clear filters on startup which is great - but then when I fire up a movie, nothing. Cracked debugging to the max, still stumped. Any help would be GREATLY appreciated.
Maybe it is loading filters and just not saying anything? I'm not getting anything on the MQTT topic though, no payload displayed similar to when it wipes, and nothing as a home-assistant notification (though I'm not sure that's configured correctly as I'm not sure exactly what I'm supposed to enter as "notification endpoint" - I just have the device name as shown in various state entities right now)
Full logs with uuid redacted -
Beta Was this translation helpful? Give feedback.
All reactions