Linux Kodi/MythTV Recording Groups
#1
I had a quick question regarding the Mythtv addon functionality when it comes to mythbackend recording groups. I've created a couple of additional recording groups via 'mythtv-setup' but kodi doesn't seem to be able to access them. When I attempt to set a timer within the mythtv pvr addon in kodi, I see the recording group option, but it only displays 'default' and 'livetv' as viable options.

I've done a fair amount of searching on this topic and can't seem to find whether or not this is expected behavior (in that the addon for kodi simply doesn't have the functionality) or that I have possibly misconfigured something along the way.

Currently running Mythtv 0.27.x and Kodi 16 on Ubuntu 14.04.

Any help/info would be appreciated.

Thanks in advance!
Reply
#2
Addon handles 'recording groups' , but you propably have adding 'storage group' instead.
Recording group is a logical unit to order recordings. Storage group is a physical unit where you store raw file of recordings.

An other point, you could have to restart kodi to allow addon refreshing the list of groups. Addon gathers the group list during startup.
Reply
#3
Thanks for the response janbar.

I have added both recording groups and storage groups.

For example, I created a 'Movies' recording group, and a 'Movies' storage group. I did the same with 'TV shows'. The idea being that I would like my tv shows to record to a different location than movies. in either case, restarting mythbackend and kodi does not detect the 'recording group'

Is there a good way to force the addon to re-discover these groups other than simply restarting kodi?
Reply
#4
At kodi startup (so addon startup) the list is loaded. You can check the list of groups provided by your backend using this URL with your favorite browser:

http://IP_ADDRESS_OF_YOUR_BACKEND:6544/D...cGroupList

A sample of returned values:

<StringList>
<String>Default</String>
<String>LiveTV</String>
<String>tvshow</String>
</StringList>
Reply
#5
Thanks for that bit of info. I checked mine out and show the following:

<StringList>
<String>Default</String>
<String>Deleted</String>
</StringList>

I find this to be a bit interesting since I have no "Deleted" group within mythtv (or at least not one visible in the recording profile section of mythtv-setup.
Reply
#6
You can setup 'recording groups' using frontend as below or using mythweb:

To make a new Recording Group

Highlight a recording in the Watch Recordings screen. Press 'Menu' (the 'm' key) and select 'Storage Options'. A new submenu will be displayed - the default entry should be 'Change Recording Group'. To make a new entry in the list, highlight the text entry box (just above the 'OK' button) and enter a name for the new group. Highlight and click 'OK' to move the selected recording to the new Recording Group.

source: https://www.mythtv.org/wiki/Recording_groups
Reply
#7
Kodi allows a static list for groups. So the addon loads all existing recording group at startup using the API call 'Dvr/GetRecGroupList'.
A group exists only because there is at least one recording referencing the group.

An other way would be to use 'storage group' as template to build the list of available groups. But this last solution is not implemented. Let me know what could be the best.
i.e. I could mix 'storage group' and existing 'recording group' to build the list...
Reply
#8
trem0r "Deleted" is a builtin group where your deleted recordings go when deleted.
Reply
#9
(2016-03-31, 00:08)bonelifer Wrote: trem0r "Deleted" is a builtin group where your deleted recordings go when deleted.

About that group. I have enabled to show deleted recordings in Kodi but where are those recordings? MythTV has a group Deleted for deleted recordings, but where do I find them in Kodi?
I have one deleted recording if I look in MythTV frontend, but in MythWeb I have three. But anyway, at least one should show up in Kodi, but where?
Reply
#10
I have exactly the same problem. I have an external 3TB HDD and have setup a MythTV folder for recordings. I made a new recording group and I can record directly to the MythTV folder when i use the Mythtv Frontend. However, when I try to record to the folder via the kodi-mythtvpvr-addon,the recording group is displayed in timer, but the recording ends up in the default recording folder /var/lib/mythtv/recordings. Is there something I have to do with permissions? The folder on my external HDD is owned by mythtv.
Reply
#11
Backend log might tell you.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#12
Hi nickr, thanks for your suggestion. I set a test record using pvr-addon, and it recorded in default folder, as has been happening. I have copied the log for your viewing. If you think you can cast any light on it, i would be appreciative. Cheers. I am based in Auckland but a Blenheim boy, born and bred.

r.cpp:2139 (HandleReschedule) w08:29:40 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 2 0 2016-08-14T23 :25:00Z EITScanner
Aug 13 08:29:40 MediaCentre mythbackend: mythbackend[2421]: N Expire autoexpire. cpp:264 (CalcParams) AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w /freq: 15 min
Aug 13 08:29:40 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 1 0 2016-08-15T23 :30:00Z EITScanner
Aug 13 08:29:40 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.03 match + 0.00 check + 0.00 place
Aug 13 08:29:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:29:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:29:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:29:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:29:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:29:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:31:28 MediaCentre mythbackend: mythbackend[2421]: C ProcessRequest mai nserver.cpp:1345 (HandleVersion) MainServer::HandleVersion - Client speaks proto col version 88 but we speak 77!
Aug 13 08:31:29 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:31:29 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: Brewer as a client (events: 0)
Aug 13 08:31:29 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:31:29 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: Brewer as a client (events: 0)
Aug 13 08:31:30 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:31:30 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: Brewer as a client (events: 1)
Aug 13 08:32:30 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 50 0 0 - SaveRule T V ONE
Aug 13 08:32:30 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 1 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:34:07 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:34:07 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: Brewer as a client (events: 0)
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Playback
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: Brewer as a client (events: 0)
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:1051 (HandleStateChange) TVRec[1]: Changing from None to WatchingLiveTV
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 0 0 2016-08-15T23 :30:00Z EITScanner
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:3604 (TuningCheckForHWChange) TVRec[1]: HW Tuner: 1->1
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 1 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: N CoreContext autoex pire.cpp:264 (CalcParams) AutoExpire: CalcParams(): Max required Free Space: 3.0 GB w/freq: 14 min
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: N CoreContext autoex pire.cpp:264 (CalcParams) AutoExpire: CalcParams(): Max required Free Space: 3.0 GB w/freq: 14 min
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: E TVRecEvent recordi nginfo.cpp:928 (InsertProgram) RecordingInfo::InsertProgram(ProgramInfo(1010_201 60812203408.mpg): channame(PRIME) startts(Fri Aug 12 18:00:00 2016) endts(Fri Au g 12 21:30:00 2016)#012 recstartts(Fri Aug 12 20:34:08 2016) recendt s(Fri Aug 12 21:30:00 2016)#012 title(Good Morning Rio)): recording already exists...
Aug 13 08:34:08 MediaCentre mythbackend: mythbackend[2421]: E TVRecEvent recorde rs/recorderbase.cpp:206 (SetStrOption) RecBase[1](192.168.1.25-0): SetStrOption( ...recordingtype): Option not in profile.
Aug 13 08:34:10 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1564 (HandleAnnounce) MainServer::HandleAnnounce FileTransfer
Aug 13 08:34:10 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1566 (HandleAnnounce) adding: Brewer as a remote file transfer
Aug 13 08:34:45 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 2 0 2016-08-15T23 :30:00Z EITScanner
Aug 13 08:34:45 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 1 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:34:56 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:1051 (HandleStateChange) TVRec[1]: Changing from WatchingLiveTV to None
Aug 13 08:34:57 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:835 (FinishedRecording) TVRec[1]: FinishedRecording(1010_2016-08-12T20:34:09 Z) damaged recq:<RecordingQuality overall_score="0" key="1010_2016-08-12T20:34:0 9Z" countinuity_error_count="0" packet_count="94014">#012 <Gap start="2016-08 -12T18:00:00Z" end="2016-08-12T20:34:08Z" duration="9248" />#012 <Gap start=" 2016-08-12T20:34:53Z" end="2016-08-12T21:30:00Z" duration="3306" />#012</Recordi ngQuality>
Aug 13 08:37:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for PLACE PrepareToRecord
Aug 13 08:37:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 1 items in 0.0 = 0.00 match + 0.00 check + 0.00 place
Aug 13 08:37:30 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:1568 (HandlePendingRecordings) TVRec[1]: ASK_RECORDING 1 28 0 0
Aug 13 08:37:30 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:1568 (HandlePendingRecordings) TVRec[2]: ASK_RECORDING 2 28 0 0
Aug 13 08:38:00 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:1051 (HandleStateChange) TVRec[1]: Changing from None to RecordingOnly
Aug 13 08:38:00 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:3604 (TuningCheckForHWChange) TVRec[1]: HW Tuner: 1->1
Aug 13 08:38:00 MediaCentre mythbackend: mythbackend[2421]: N Scheduler autoexpi re.cpp:264 (CalcParams) AutoExpire: CalcParams(): Max required Free Space: 3.0 G B w/freq: 14 min
Aug 13 08:38:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2689 (HandleRecordingStatusChange) Tuning recording: "TV ONE":"2016-08-13 08:38:00": channel 1001 on cardid 1, sourceid 1
Aug 13 08:38:01 MediaCentre mythbackend: mythbackend[2421]: I CoreContext schedu ler.cpp:704 (UpdateRecStatus) Updating status for "TV ONE":"2016-08-13 08:38:00" on cardid 1 (Tuning => Recording)
Aug 13 08:38:01 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:4144 (TuningNewRecorder) TVRec[1]: rec->GetPathname(): '/var/lib/mythtv/reco rdings/1001_20160812203800.mpg'
Aug 13 08:38:01 MediaCentre mythbackend: mythbackend[2421]: E TVRecEvent recorde rs/recorderbase.cpp:206 (SetStrOption) RecBase[1](192.168.1.25-0): SetStrOption( ...recordingtype): Option not in profile.
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:02 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:38:03 MediaCentre mythbackend: mythbackend[2421]: E HttpServer88 previ ewgenerator.cpp:265 (Run) Preview: Encountered problems running '/usr/bin/mythpr eviewgen' (128)
Aug 13 08:38:03 MediaCentre mythbackend: mythbackend[2421]: E HttpServer89 previ ewgenerator.cpp:265 (Run) Preview: Encountered problems running '/usr/bin/mythpr eviewgen' (128)
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:38:13 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:39:50 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 2 0 2016-08-15T23 :30:00Z EITScanner
Aug 13 08:39:50 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 1 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:40:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 1 0 2016-08-20T10 :35:00Z EITScanner
Aug 13 08:40:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 1 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:40:39 MediaCentre mythbackend: mythbackend[2421]: N Expire autoexpire. cpp:641 (SendDeleteMessages) Expiring 0 MB for 1010 at 2016-08-12T20:34:08Z => " Good Morning Rio"
Aug 13 08:43:00 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:1051 (HandleStateChange) TVRec[1]: Changing from RecordingOnly to None
Aug 13 08:43:00 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent recordi nginfo.cpp:1075 (FinishedRecording) Finished recording TV ONE "2016-08-13 08:38: 00": channel 1001
Aug 13 08:43:00 MediaCentre mythbackend: mythbackend[2421]: I CoreContext schedu ler.cpp:704 (UpdateRecStatus) Updating status for "TV ONE":"2016-08-13 08:38:00" on cardid 1 (Recording => Recorded)
Aug 13 08:43:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for CHECK -3 50 0 UpdateRecSt atus2 | TV ONE | 2016-08-13 08:38:00 | |
Aug 13 08:43:00 MediaCentre mythbackend: mythbackend[2421]: E CoreContext mainse rver.cpp:973 (customEvent) MainServer: PREVIEW_SUCCESS but no receivers.
Aug 13 08:43:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.00 match + 0.00 check + 0.00 place
Aug 13 08:43:40 MediaCentre mythbackend: mythbackend[2421]: I Metadata_93 jobque ue.cpp:2156 (DoMetadataLookupThread) JobQueue: Metadata Lookup Starting for "TV ONE":"2016-08-13 08:38:00" recorded from channel 1001 at 2016-08-12T20:38:00Z
Aug 13 08:43:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:43:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:43:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:43:41 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:44:45 MediaCentre mythbackend: mythbackend[2421]: I Commflag_94 jobque ue.cpp:2281 (DoFlagCommercialsThread) JobQueue: Commercial Detection Starting fo r "TV ONE":"2016-08-13 08:38:00" recorded from channel 1001 at 2016-08-12T20:38: 00Z
Aug 13 08:44:45 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:44:45 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 0)
Aug 13 08:44:45 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Monitor
Aug 13 08:44:45 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: MediaCentre as a client (events: 1)
Aug 13 08:45:39 MediaCentre mythbackend: mythbackend[2421]: N Expire autoexpire. cpp:264 (CalcParams) AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w /freq: 15 min
Aug 13 08:49:01 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1446 (HandleAnnounce) MainServer::ANN Playback
Aug 13 08:49:01 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1448 (HandleAnnounce) adding: Brewer as a client (events: 0)
Aug 13 08:49:01 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1564 (HandleAnnounce) MainServer::HandleAnnounce FileTransfer
Aug 13 08:49:01 MediaCentre mythbackend: mythbackend[2421]: I ProcessRequest mai nserver.cpp:1566 (HandleAnnounce) adding: Brewer as a remote file transfer
Aug 13 08:49:33 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for CHECK 0 48 0 DoHandleDele te1 | Test 1 (Manual Record) | 2016-08-11 15:30:00 | |
Aug 13 08:49:33 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.00 match + 0.00 check + 0.00 place
Aug 13 08:50:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for CHECK 0 46 0 DoHandleDele te1 | TV ONE | 2016-08-11 08:17:00 | |
Aug 13 08:50:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.00 match + 0.00 check + 0.00 place
Aug 13 08:50:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for CHECK 0 49 0 DoHandleDele te1 | TV ONE | 2016-08-11 15:40:00 | |
Aug 13 08:50:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.00 match + 0.00 check + 0.00 place
Aug 13 08:50:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for CHECK 0 50 0 DoHandleDele te1 | TV ONE | 2016-08-13 08:38:00 | |
Aug 13 08:50:00 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.00 match + 0.00 check + 0.00 place
Aug 13 08:50:01 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 2 0 2016-08-20T10 :35:00Z EITScanner
Aug 13 08:50:01 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:55:06 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 2 0 2016-08-15T23 :25:00Z EITScanner
Aug 13 08:55:06 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
Aug 13 08:55:19 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 1 0 2016-08-12T21 :25:00Z EITScanner
Aug 13 08:55:19 MediaCentre mythbackend: mythbackend[2421]: I Scheduler schedule r.cpp:2252 (HandleReschedule) Scheduled 0 items in 0.0 = 0.01 match + 0.00 check + 0.00 place
kodi@MediaCentre:~$
Reply
#13
I grew up in Blenheim, aged 54, probably you are a lot younger?


PS nothing leaps out at me from the log.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#14
Hi nickr, I'm 62 and moved to Brisbane when 24, till 1992. Came back to Blenheim then moved to Akl in 1995. Been here ever since.
How about this part of log?
"Aug 13 08:38:01 MediaCentre mythbackend: mythbackend[2421]: I TVRecEvent tv_rec. cpp:4144 (TuningNewRecorder) TVRec[1]: rec->GetPathname(): '/var/lib/mythtv/reco rdings/1001_20160812203800.mpg'
Aug 13 08:38:01 MediaCentre mythbackend: mythbackend[2421]: E TVRecEvent recorde rs/recorderbase.cpp:206 (SetStrOption) RecBase[1](192.168.1.25-0): SetStrOption( ...recordingtype): Option not in profile."
I had set this option within Kodi mythtv-pvr addon and yet it continues to record using default.
If I log out of kodi and into ubuntu, then use MythTv Frontend, I can record it to the new storage folder (under chosen option) on my HDD no problem.
It seems that kodi mythttv-pvr addon can only use "Default" group. I am amazed, it is not a flexible as I thought.
Reply
#15
Have a look at the recording rules in mythtv's database, see if there is an obvious difference between those created by kodi and those created by mfe.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi/MythTV Recording Groups0