2022-03-19, 03:19 PM
Sub:
Would it be possible for NextPVR to sort the entries in the _clientstore.xml files so that the plain and the "_video" versions were next to each other and so that it was easier to find a specific entry?
Also, is the lookup case-sensitive? I notice that I have a few "duplicate" entries (e.g. KeyCode-INFO_video, KeyCode-info_video) where only the keycode case is different. I'm wondering if that is from early testing or if I really need the duplicates.
Right now, I've got sort of a bit of a jumbled mess:
Would it be possible for NextPVR to sort the entries in the _clientstore.xml files so that the plain and the "_video" versions were next to each other and so that it was easier to find a specific entry?
Also, is the lookup case-sensitive? I notice that I have a few "duplicate" entries (e.g. KeyCode-INFO_video, KeyCode-info_video) where only the keycode case is different. I'm wondering if that is from early testing or if I really need the duplicates.
Right now, I've got sort of a bit of a jumbled mess:
Code:
<Values>
<KeyCode-MEDIA_SKIP_FORWARD_video>{CTRL}O</KeyCode-MEDIA_SKIP_FORWARD_video>
<KeyCode-INFO_video>{CTRL}B</KeyCode-INFO_video>
<KeyCode-info_video>{CTRL}B</KeyCode-info_video>
<RecordingDefaultView>ReadyAlternate</RecordingDefaultView>
<KeyCode-U115_video></KeyCode-U115_video>
<KeyCode-U113_video></KeyCode-U113_video>
<KeyCode-U114_video></KeyCode-U114_video>
<KeyCode-U113></KeyCode-U113>
<LastChannelGroup>Favorites</LastChannelGroup>
<SORT_READY_RECORDINGS_GROUPS>SORT_DATE_DESC</SORT_READY_RECORDINGS_GROUPS>
<KeyCode-U114></KeyCode-U114>
<KeyCode-U241></KeyCode-U241>
<KeyCode-U115></KeyCode-U115>
<KeyCode-INFO>Menu</KeyCode-INFO>
<SORT_READY_RECORDINGS>SORT_DATE</SORT_READY_RECORDINGS>
<KeyCode-MEDIA_SKIP_FORWARD>{CTRL}O</KeyCode-MEDIA_SKIP_FORWARD>
<SORT_PENDING_RECORDINGS>SORT_DATE</SORT_PENDING_RECORDINGS>
<UsingArtworkView>false</UsingArtworkView>
<LastChannel>802</LastChannel>
<KeyCode-dpad_up_video>{CTRL}M</KeyCode-dpad_up_video>
<SORT_ALTERNATE_READY_RECORDINGS>SORT_A_TO_Z</SORT_ALTERNATE_READY_RECORDINGS>
<KeyCode-info>Menu</KeyCode-info>
<KeyCode-media_skip_forward>{CTRL}O</KeyCode-media_skip_forward>
<KeyCode-media_skip_forward_video>{CTRL}O</KeyCode-media_skip_forward_video>
</Values>