Purely as a programming exercise I’m writing something in VB to parse the Plex Media Server logs to find what’s been watched or viewed since the last time it updated.
While I can sort of get the names of videos that have been played (kind of) I can’t for the life of me find where to see what images have been viewed.
For the videos I’m scraping ‘Plex Media Server.log’ (and since it’s hosted on a Synology NAS that file is under \{server}\PlexMediaServer\AppData\Plex Media Server\Logs)
Where should I be looking for the images? So, for instance, I’d earlier viewed an image library of chilli peppers I should be able to see that I pulled up ‘Trinidad Scorp 3.jpg’
It’s no big deal if this can’t (easily) be done - as I say, it’s mostly just for fun.
Many thanks.