Release IPTV Recorder - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release IPTV Recorder (/showthread.php?tid=329991) |
RE: IPTV Recorder - dzejms - 2018-06-10 Your „tvg-name”’s dont’t match the channel’s name after comma. Make sure they’re exactly the same. RE: IPTV Recorder - kt666 - 2018-06-10 (2018-06-10, 18:12)primaeval Wrote: All those different cases for the ids and names look problematic to me.It was a bit weird because it was working exactly like this before. I deleted the addon data folder (again), installed the last version.. changed the xml file and now it is recording again. still can see errors at the log, but it doesn't seem to be an issue. Regarding the style.. i found the .m3u file (and some examples) at the internet, when i was searching how to use Kodi to watch TV in Germany (Telekom Entretain). And after i had to change a lil bit because of Mythtv.. Thanks! RE: IPTV Recorder - primaeval - 2018-06-10 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. RE: IPTV Recorder - dzejms - 2018-06-12 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? RE: IPTV Recorder - primaeval - 2018-06-12 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. RE: IPTV Recorder - dzejms - 2018-06-12 (2018-06-12, 10:09)primaeval Wrote: 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.Is that done from IPTV Recorder=>Settings=>Service=>Service Time? RE: IPTV Recorder - primaeval - 2018-06-12 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. RE: IPTV Recorder - brumbie - 2018-06-17 Tried to download today from repository. Getting PYTZ failed? RE: IPTV Recorder - primaeval - 2018-06-17 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. RE: IPTV Recorder - brumbie - 2018-06-18 Not sure why but its not recording, sample of m3u8: #EXTM3U x-tvg-url="http://iptv.matthuisman.nz/au/Brisbane/epg.xml.gz" #EXTINF:-1 tvg-name="001" tvg-id="tv.101305040542" tvg-logo="https://raw.githubusercontent.com/matthuisman/iptv/master/au/images/tv.101305040542.png",7TWO http://iptv.matthuisman.nz/au/Brisbane/tv.101305040542.m3u8|X-Forwarded-For=52.62.247.239&User-Agent=FMLE%2F3.0+%28compatible%3B+FMSc%2F1.0%29&Referer=%20 I have the add on pointing at the ffmpeg.exe which I nested in environmental variables a few months ago, any pointers? RE: IPTV Recorder - primaeval - 2018-06-18 Try with a simple video link like big buck bunny to see if it's your stream that has problems. http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4 Make sure the ffmpeg path is the full path. The environment variables don't make it through kodi to the addon. If you're trying to record on an external or smb path you need a version of ffmpeg that has been built with that support. You also need to use the "ffmpeg Recordings Folder" with the command line version of the path to the recording folder. Kodi passwords for network file systems probably won't make it through to ffmpeg either. Make sure the tvg-id value matches the channel id exactly in the xmltv file. RE: IPTV Recorder - brumbie - 2018-06-18 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. RE: IPTV Recorder - primaeval - 2018-06-18 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. RE: IPTV Recorder - brumbie - 2018-06-18 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. RE: IPTV Recorder - primaeval - 2018-06-18 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? |