edit: The ".summary" files were in ANSI with foreign characters. I encoded them in UTF-8 and everything went well :) Ignore the content below (i'm leaving it in case someone else runs into the same problem).
[spoiler]
Hi!
I can't seem to get the ".summary" to work. Is there a bug with the agent and the latest PMS release?
The log (below) seems to indicate that the files are found by the scanner but can't be read by the agent because of Unicode characters (or am I misinterpreting it?) .
2014-03-02 19:15:05,742 (26d4) : INFO (logkit:16) - update :: episode: 15012014-03-02 19:15:05,743 (26d4) : INFO (logkit:16) - update :: episode metadata:
2014-03-02 19:15:05,743 (26d4) : INFO (logkit:16) - update :: episode file path: D:\hemmedia\video\Inga och Arnes kamera\1997\Inga och Arnes kamera - 1997-05-30 - Inga 40.mp4
2014-03-02 19:15:05,743 (26d4) : INFO (logkit:16) - unicodize :: before unicodizing: D:\hemmedia\video\Inga och Arnes kamera\1997\Inga och Arnes kamera - 1997-05-30 - Inga 40.mp4
2014-03-02 19:15:05,743 (26d4) : INFO (logkit:16) - unicodize :: after unicodizing: D:\hemmedia\video\Inga och Arnes kamera\1997\Inga och Arnes kamera - 1997-05-30 - Inga 40.mp4
2014-03-02 19:15:05,743 (26d4) : INFO (logkit:16) - update :: absolute file path: D:\hemmedia\video\Inga och Arnes kamera\1997\Inga och Arnes kamera - 1997-05-30 - Inga 40.mp4
2014-03-02 19:15:05,743 (26d4) : INFO (logkit:16) - update :: parser <__code__.SeriesDateBasedMediaParser object at 0x02DC7470> contains match - parsing file path
2014-03-02 19:15:05,744 (26d4) : INFO (logkit:16) - parse :: regex [\\/](?P[^\\/]+?)[ ]*[-\.]{0,1}[ ]*(?P[0-9]{4})[-\. ](?P[0-9]{2})[-\. ](?P[0-9]{2})(_(?P[0-9]+)){0,1}[ ]*[-\.]{0,1}[ ]*(?P.*)\.(?P.+)$ - matches: <_sre.SRE_Match object at 0x02F70368>
2014-03-02 19:15:05,744 (26d4) : INFO (logkit:16) - parse :: found matches
2014-03-02 19:15:05,744 (26d4) : INFO (logkit:16) - scrubString :: original: [Inga 40] scrubbed: [Inga 40]
2014-03-02 19:15:05,746 (26d4) : INFO (logkit:16) - setValues :: file name without extension D:\hemmedia\video\Inga och Arnes kamera\1997\Inga och Arnes kamera - 1997-05-30 - Inga 40
2014-03-02 19:15:05,746 (26d4) : INFO (logkit:16) - setValues :: looking for summary file D:\hemmedia\video\Inga och Arnes kamera\1997\Inga och Arnes kamera - 1997-05-30 - Inga 40.summary
2014-03-02 19:15:05,746 (26d4) : INFO (logkit:16) - setValues :: summary file exists - reading contents
2014-03-02 19:15:05,746 (26d4) : INFO (logkit:16) - update :: before setting season.summary: None
2014-03-02 19:15:05,746 (26d4) : INFO (logkit:16) - update :: season.summary: None
2014-03-02 19:15:05,749 (26d4) : CRITICAL (core:561) - Exception in the update function of agent named 'Extended Personal Media Shows', called with guid 'com.arendshome.plex.agents.personalmedia://32894?lang=sv' (most recent call last):
File "C:\Users\Stefan\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\agentkit.py", line 972, in _update
agent.update(obj, media, lang)
File "C:\Users\Stefan\AppData\Local\Plex Media Server\Plug-ins\mjarends-extendedpersonalmedia-agent.bundle\Contents\Code\__init__.py", line 277, in update
episodeMetadata.summary = parser.getEpisodeSummary()
File "C:\Users\Stefan\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\modelling\attributes.py", line 31, in __setattr__
self._attributes[name]._setcontent(value)
File "C:\Users\Stefan\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\modelling\attributes.py", line 166, in _setcontent
content = unicode(content)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe5 in position 15: invalid continuation byte
2014-03-02 19:15:05,782 (26d4) : DEBUG (model:218) - Serializing to C:\Users\Stefan\AppData\Local\Plex Media Server\Metadata\TV Shows\a\32f90f06949dc369f73198bafca97aebf23a230.bundle\Contents\com.arendshome.plex.agents.personalmedia\Info.xml
2014-03-02 19:15:05,786 (26d4) : DEBUG (runtime:915) - Response: [200] str, 16 bytes
The content of the ".summary" file is simply
Inga fyller 40 år och får besök från släkt och vänner.
[/spoiler]