2020-11-18, 08:29 PM
So you see 3 different indicators in the list?
Martin
Martin
|
2020-11-18, 08:36 PM
In Leia, there is solid square, half-solid square, or check mark which is maintained through sessions. In Matrix, it seems to "forget" the watched status when I restart Kodi (when I close Kodi the episode is checked/watched but when I reopen it is marked as unwatched). I thought this is a change in Matrix and what you were working on dealing with.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2020-11-18, 08:40 PM
Ok I haven't used Leia for a year so I guess that is a Matrix issue. When you toggle the option to show watched/unwatched/all does that work in Leia too?
No ticks for me in Leia Martin
2020-11-19, 03:16 PM
Yes, the watched view toggle works for me and I get watched indicators.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2020-11-19, 03:17 PM
I wonder if that is because of mysql. If you try from a portable install of Lea without mysql what do you see?
Martin
2020-11-19, 05:19 PM
This seems to be the case in Leia. Without MySQL, no watched indicators. However, in Matrix I don't get watched indicators even when using MySQL.
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2020-11-19, 06:16 PM
Ok I posted about this this problem on slack. Does the attached change work with both mysql and default on Matrix?
Martin
2020-11-19, 08:58 PM
Playback works for both cases in Matrix (timeline stops growing and can play through to the end). However, there is a strange effect where all the recordings are marked as partially watched and offer to resume at the very end of the recording when I go to play them?
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
2020-11-19, 09:04 PM
Could you post the xml for one of those files from
http://localhost:8866/service?method=rec...lter=ready Martin
2020-11-19, 09:12 PM
Here is the XML for one of them, but this is the case for all of my recordings now.
Code: <recording>
<id>983</id>
<recurring_parent>69</recurring_parent>
<name>NEXT</name>
<desc>After being mishandled, NEXT escapes the confined servers of its home company and gains internet access; Shea recruits Paul and her co-workers to track NEXT's possible location; Paul tries to rekindle his relationship with his daughter.</desc>
<subtitle>S01E02 - FILE #2</subtitle>
<start_time>10/13/2020 8:59:00 PM</start_time>
<start_time_ticks>1602637140</start_time_ticks>
<duration>01:02</duration>
<duration_seconds>3720</duration_seconds>
<status>Ready</status>
<reason/>
<quality>QUALITY_DEFAULT</quality>
<firstrun>true</firstrun>
<significance/>
<genres>
<genre>Drama</genre>
<genre>Thriller</genre>
</genres>
<pre_padding>1</pre_padding>
<post_padding>1</post_padding>
<red>False</red>
<blue>False</blue>
<green>False</green>
<yellow>False</yellow>
<epg_end_time_ticks>1602640800</epg_end_time_ticks>
<original>2020-10-13</original>
<channel>FOX</channel>
<channel_id>7151</channel_id>
<file>T:\NPVR\NEXT\Season 01\NEXT.S01E02.FILE.#2.ts</file>
<recurring_parent>69</recurring_parent>
<recurring>true</recurring>
<daymask>ANY</daymask>
<recurring_start>10/7/2020 1:00:00 AM</recurring_start>
<recurring_start_ticks>637376292000000000</recurring_start_ticks>
<recurring_end>10/7/2020 2:00:00 AM</recurring_end>
<recurring_end_ticks>637376328000000000</recurring_end_ticks>
</recording>
My Plugins: PhotoFilter, MusicMonkey, Windows Desktop Gadget
|
|
|