Posts: 60
Joined: Feb 2018
Reputation:
7
Your „tvg-name”’s dont’t match the channel’s name after comma.
Make sure they’re exactly the same.
Posts: 3,101
Joined: Apr 2014
Reputation:
270
That's good it's working again.
Changing the way the channels are linked to the streams was a big internal change and probably broke some of your old favourites, rules and jobs.
Posts: 60
Joined: Feb 2018
Reputation:
7
2018-06-12, 00:12
(This post was last modified: 2018-06-12, 00:13 by dzejms.)
I'm facing another issue. When plugin reloads XML (tvg guide) CPU spins both cores going up to 200% causing fans to run with a full speed. Is there a way set a lower priority for it?
Posts: 3,101
Joined: Apr 2014
Reputation:
270
I doubt if either setting the priority is possible or would help as this is probably the only significant process happening on a Kodi box at that time.
Have you got the option to schedule the update when you are asleep?
If you really are stuck I could try putting an optional sleep( ) in the main processing loop.
Posts: 3,101
Joined: Apr 2014
Reputation:
270
Yes. Check it works for you before you rely on it. They changed the time format in Leia and some of my addons started to break.
Posts: 21
Joined: Nov 2007
Reputation:
1
Tried to download today from repository. Getting PYTZ failed?
Posts: 3,101
Joined: Apr 2014
Reputation:
270
Maybe pytz isn't available on your device.
It's not needed in IPTV Recorder right now so I've taken it out completely.
Try verison 0.0.65.
Posts: 21
Joined: Nov 2007
Reputation:
1
2018-06-18, 12:50
(This post was last modified: 2018-06-18, 12:56 by brumbie.)
Not totally sure what you meant by this:
"You also need to use the "ffmpeg Recordings Folder" with the command line version of the path to the recording folder."?
All the links work perfectly in the pvr just wont record.
Apologies for being nieve.
Posts: 3,101
Joined: Apr 2014
Reputation:
270
Kodi is like a virtual operating system with its own way of specifying network paths.
ffmpeg is run in a shell like cmd in Windows or bash in Linux with its own way of specifying network paths.
So in Kodi you might have
smb://server/folder
but in Windows cmd you would have
\\server\folder
If your Recording destination folder needs that kind of difference you need to add it to
Settings \ Jobs and Rules\ ffmpeg Recordings Folder
I suspect your problem will be with the extra parameters for the stream like X-Forwarded-For.
Have a look in this folder for *.py files and post the contents of one of them.
userdata\addon_data\plugin.video.iptv.recorder\jobs
It will show me what the actual command to run ffmpeg is including the full path to the recording folder.
Posts: 21
Joined: Nov 2007
Reputation:
1
2018-06-18, 14:10
(This post was last modified: 2018-06-18, 14:43 by brumbie.)
There isn't a jobs folder, only storage folder
last bit of log may give you a clue:
22:40:26.094 T:13904 NOTICE: [xbmcswift2] Request for "/record_once/2954/tv.101305040542/7TWO" matches rule for function "record_once"
22:40:26.094 T:12900 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.iptv.recorder/record_once/2954/tv.101305040542/7TWO
22:40:26.095 T:13904 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
22:40:26.095 T:12900 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.iptv.recorder/record_once/2954/tv.101305040542/7TWO) failed
22:40:26.095 T:13924 ERROR: No url for 7TWO
22:40:26.587 T:11040 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
22:40:26.618 T:11040 NOTICE: [xbmcswift2] Request for "/broadcast/2954/7TWO" matches rule for function "broadcast"
22:40:26.619 T:11040 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
22:40:37.711 T:10340 WARNING: Previous line repeats 2 times.
22:40:37.715 T:10340 NOTICE: [xbmcswift2] Request for "/channel/tv.101305040542/7TWO" matches rule for function "channel"
22:40:37.723 T:10340 WARNING: [xbmcswift2] No converter provided, unicode should be used, but returning str value
Apologies about this.
Posts: 3,101
Joined: Apr 2014
Reputation:
270
How far have you got then?
Do the programs load up with the right channels from the xmltv file?
Can you play the channels in the addon?
Is there an error message in kodi.log?