I've now tried to update manually three times from .49 to a newer version (stated as .50), but it just went through the motions.
After each restart I still saw the old version number in the 'About' page, and when I tried another update check it still said that an update was available.
These failures occurred when trying to update manually with auto-update disabled.
I then enabled auto-update and tried the same manual update command again, and this time the update succeeded.
This indicates that the manual update method is somehow dependent on having the auto-update setting enabled, which needs to be changed.
I have now disabled auto-update once more, so that I'll be able to test this feature again when further updates are available.
I've now tried to update manually three times from .49 to a newer version (stated as .50), but it just went through the motions.
After each restart I still saw the old version number in the 'About' page, and when I tried another update check it still said that an update was available.
These failures occurred when trying to update manually with auto-update disabled.
I then enabled auto-update and tried the same manual update command again, and this time the update succeeded.
This indicates that the manual update method is somehow dependent on having the auto-update setting enabled, which needs to be changed.
I have now disabled auto-update once more, so that I'll be able to test this feature again when further updates are available.
Best regards: dlanor
Yeah the updater was fixed in .50 so you won't see the change til next update. I will look into changing to to a specific datetime format tonight.
There is a plan for language files in the future, this way Plex Notify can be in any language someone make a file for. So im going to keep the culture setting. Ill add the custom timestamp tonight.
Low Priority request - You’ve given us the option of changing our Notification Titles and Notification Messages (which work as expected) but maybe made some more work for yourself to please all of us who just can’t leave things alone.
In my case, I have the Video, VideoDecision and AudioDecision as the “Playing Title”, and Username is watching Video on Player in the “Playing Message.” The Now Playing section of the Stats page seems to only read the modified “Playing Title”, and displays it twice. Maybe we could get the second one to reflect the changes we make to the Playing Message.
Your work on this project is fantastic, and I look forward to each and every new version.
My log is filled with these errors, not sure what it relates to. I did just changed the time format:
0.0.0.52
There is an error in XML document (1, 2).
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at PlexNotify.Core.XmlDeserializeFromString(String objectData, Type type)
at PlexNotify.Core.XmlDeserializeFromString[T](String objectData)
at PlexNotify.DatabaseHelper.GetVideoSession(String transcodeID, DatabaseInterface dbi)
There is an error in XML document (1, 2).
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at PlexNotify.Core.XmlDeserializeFromString(String objectData, Type type)
at PlexNotify.Core.XmlDeserializeFromString[T](String objectData)
at PlexNotify.DatabaseHelper.GetVideoSession(String transcodeID, DatabaseInterface dbi)
<Video xmlns=''> was not expected.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderopt.Read17_opt()
Low Priority request - You've given us the option of changing our Notification Titles and Notification Messages (which work as expected) but maybe made some more work for yourself to please all of us who just can't leave things alone.
In my case, I have the Video, VideoDecision and AudioDecision as the "Playing Title", and Username is watching Video on Player in the "Playing Message." The Now Playing section of the Stats page seems to only read the modified "Playing Title", and displays it twice. Maybe we could get the second one to reflect the changes we make to the Playing Message.
Your work on this project is fantastic, and I look forward to each and every new version.
For me some fields are correct others not:-
-Statistics
--Users
---User
---- Start_TIme dd/mm/yy Last Updated mm/dd/yy
-----Video Detail
-------Date Started/Time Started/DateTime/Last Viewed dd/mm/yy Estimated End Time mm/dd/yy
Filter Option is in US date format
I will fix the date format for these thanks for the report!
My log is filled with these errors, not sure what it relates to. I did just changed the time format:
0.0.0.52
There is an error in XML document (1, 2).
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at PlexNotify.Core.XmlDeserializeFromString(String objectData, Type type)
at PlexNotify.Core.XmlDeserializeFromString[T](String objectData)
at PlexNotify.DatabaseHelper.GetVideoSession(String transcodeID, DatabaseInterface dbi)
There is an error in XML document (1, 2).
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader)
at PlexNotify.Core.XmlDeserializeFromString(String objectData, Type type)
at PlexNotify.Core.XmlDeserializeFromString[T](String objectData)
at PlexNotify.DatabaseHelper.GetVideoSession(String transcodeID, DatabaseInterface dbi)
Humm ok I will look into this. It's not your datetime fyi. I did change some some back end code to support browsing directories on the PMS.
I confirm your test results with the old US default still being used for the cases you mentioned.
To be specific, these are reached by the following procedures:
'Statistics'/'Users'/click_on_a_user => wrong-format timestamp for all "Last Updated:" entries 'Statistics'/click_on_top_left_filter_gadget => wrong-format timestamps for "From:" and "To:" Click_on_any_message_in_main_window => Video info with wrong-format timestamp for "Estimated End Time:"
In addition to those cases I found another special case using the same wrong format.
Today I tried the new {EndTime} tag for the message templates, and found that it gives different results for the statistics event log and the main Plex Notify window.
In the 'Statistics'/"Log Of Events:" page those timestamps use my custom template, but in the main Plex Notify window those timestamps use the US format.