Would there be any way to manually insert images for the user icons? :) I´m the only one that uses gravatar, just wondering if I could liven things up.
To be pushy and put things on the "I-would-like-to-have" list, I could really use some collected/aggregated data. To be precise, I would like to see total number of files played and total playtime, in daily/weekly/montly charts. Expandability of the Top lists down to the least played files could also come in handy, to decide what to delete when I´m running out fo space.
But thanks again for this, this is my new favourite stat page to display on my server monitors at home!
Other than you writing if statements to check for each username I'm not sure how you could set static images for each user since that data is pulled dynamically from PMS. The users.php page is more of a placeholder at this point and will become something more useful in a future version. The gravatar images may even be removed from that page and only used on the user.php profile section.
Server total stats has been requested already and it will be added at some point. The top 10 least played items can be done but it will only account for actual stats of played content and not files that have never been played so I'm not sure how useful that is, especially in large PMS databases.
I have "Require authentication on local networks" set on in plex and if i do that plexWatchWeb doesn't work.
Also, I have tried to enter the ip address of the plexWatchWeb server in the "List of networks that are allowed without auth" but when I do that plex/web automatically removes the checkbox for "Require authentication on local networks".
Is this a known issue?
This again relates to there currently not being myPlex authentication support for plexWatch/Web. This will be addressed in a future version but for now yes, the checkbox will auto uncheck if you alter the "List of network that are allowed without auth". Make sure you have the correct ip address and subnet mask not only for the plexWatch/Web server but any device that will access plexWatch/Web and it should work fine. All images are directly fed from PMS to the user, not plexWatch/Web.
This was answered already and is a known limitation at this time
hthighway answered this for us.
I am aware of this and an issue has been filed to re-design the charts in a future update to plexWatch/Web
When you say play time I assume you mean duration? If so, duration is a calculated length of time that includes the subtraction of any paused length of time. This was intentional to subtract the paused time from the duration. If you find it more useful to leave that in the duration I can file an issue to offer a user selectable option in a future update.
Total Plays/Time viewed stats or something more?
Thanks eleese.
Going by your explanation, I changed my pmsIp in the plexWatchWeb config to my local IP (192.168.X.X) and it resolved the issue for me without the other changes. This made images show within my LAN, which is enough for me.
Thanks hthighway, worked instantly. Perhaps to avoid confusion, if there is no Gravatar icon associated with the main plex account, the icon will default to the same icons as the others rather than the Gravatar error icon (as seen in earlier screenshot)
Great
Yes I mean duration. I'll test again but it seemed to me that the subtraction of the paused time was not happening. Having it subtracted is definitely the route to go, no need for you to make any change. I'll see if it was my mistake or an actual bug.
Personally, I would just want total duration in the same format that you have it in the User stats. Plays is a bonus.
This again relates to there currently not being myPlex authentication support for plexWatch/Web. This will be addressed in a future version but for now yes, the checkbox will auto uncheck if you alter the "List of network that are allowed without auth". Make sure you have the correct ip address and subnet mask not only for the plexWatch/Web server but any device that will access plexWatch/Web and it should work fine. All images are directly fed from PMS to the user, not plexWatch/Web.
Yes it does work when I enter all the ip address in the "List of networks that are allowed without auth", but the problem is, like you pointed out, that it allows anyone to use plex without having to log into a myplex account.
I'm using the "require auth" feature as a sort of parental control.
Going by your explanation, I changed my pmsIp in the plexWatchWeb config to my local IP (192.168.X.X) and it resolved the issue for me without the other changes. This made images show within my LAN, which is enough for me.
Thanks hthighway, worked instantly. Perhaps to avoid confusion, if there is no Gravatar icon associated with the main plex account, the icon will default to the same icons as the others rather than the Gravatar error icon (as seen in earlier screenshot)
Great
Yes I mean duration. I'll test again but it seemed to me that the subtraction of the paused time was not happening. Having it subtracted is definitely the route to go, no need for you to make any change. I'll see if it was my mistake or an actual bug.
Personally, I would just want total duration in the same format that you have it in the User stats. Plays is a bonus.
Can you tell me what the image url link is for your missing gravatar icon? The code is written that if that field is empty it should populate it with the default icon so I'm curious what yours is linking to.
Can you tell me what the image url link is for your missing gravatar icon? The code is written that if that field is empty it should populate it with the default icon so I'm curious what yours is linking to.
Unfortunately, in order to go back and test that I'd need to delete my Gravatar account but I can't seem to find a way to do that.
Does this really need to run on the same machine as PlexWatch?
Cause I've got a PMS server with PlexWatch running on that same server.
Now I want to use PlexWatchWeb on my apache webServer (other server). I added the PlexWatchWeb folder to my wwwroot, and added the PMS details in the config.php. Then I copied plexWatch.db to the webserver c:\ (just as a test, as I understand that it can offcourse not find it remotely) and pointed $plexWatch['plexWatchDb'] to the file.
Nothing. The main page is working (can see online status stuff), but that's it. Nothing else is working. Isn't the plexWatch.db supposed to be static? So copying it should work, I would think?
But the other pages (history, users, charts) just stay blank. What am I doing wrong here?
Does this really need to run on the same machine as PlexWatch?
Cause I've got a PMS server with PlexWatch running on that same server.
Now I want to use PlexWatchWeb on my apache webServer (other server). I added the PlexWatchWeb folder to my wwwroot, and added the PMS details in the config.php. Then I copied plexWatch.db to the webserver c:\ (just as a test, as I understand that it can offcourse not find it remotely) and pointed $plexWatch['plexWatchDb'] to the file.
Nothing. The main page is working (can see online status stuff), but that's it. Nothing else is working. Isn't the plexWatch.db supposed to be static? So copying it should work, I would think?
But the other pages (history, users, charts) just stay blank. What am I doing wrong here?
Thanks.
I'm on the road ATM so this reply will be brief. My first guess is that your plexWatch instance is not up to date.
- Are you running plexWatch v0.1.0 or above?
- Your apache instance may not have display php errors enabled so check your apache log for more details too
Yes it does work when I enter all the ip address in the "List of networks that are allowed without auth", but the problem is, like you pointed out, that it allows anyone to use plex without having to log into a myplex account.
I'm using the "require auth" feature as a sort of parental control.
So I will have to wait until that future version.
I wanted to followup on this post;
I have plexwatch and plexwatchweb running on a VM that is hosted on my PMS machine.
I also have "require auth on local networks" enable in my PMS settings
To get this to work on my local net as well as outside my net I did the following
Alright, I tried my github skills and wrote a modified history.php file to a new branch called patch-1
Nice work! A similar request was submitted last week sometime which I have already written into the upcoming next release. It will actually be part of the user page and provides:
- a list of all known public IP's for that user (private IP's are filtered out)
- the date each IP was last seen
- the geo location city and state along with a link to google maps
- ISP information for that IP
I may consider adding the city, state to global history but I will end up labeling private IP's as "n/a" I suppose and it is getting a little busy in each row. This is another good reason to fork the project and personalize it for yourself though! Thanks for sharing. :)
I, nor my friends, like another I saw post here, do not use Gravitar.
When you enhance plexWatch/Web to use myPlex logins, could you also tie in forum profile avitar, if they exist?
Or at least add the options of gravitar, forum, generic, custom, none.
Just some thinking cap ideas.
Thanks for the feedback. I can't guarantee I can provide this feature but I just had the idea of bundling this option with the friendly user name and platform grouping enhancement request. I think it makes a lot of sense to manage each user profile avatar here along with the username/platform etc.
I haven't investigated yet but I have doubts about having access to plexapp forum avatars so the options may just include gravatar and "custom" where you would provide your own image and perhaps upload it via a form input.