jankammerath / iptvx

IPTV player and streamer for Linux that allows to play any stream that LibVLC can play, offers an overlay based on WebKit using HTML5, JavaScript and CSS and uses XMLTV data for EPG information. It allows the playback of URLs, files and can grab URLs from shell scripts. XMLTV EPG data can be downloaded from URLs or grabbed from shell scripts.
http://iptvx.org
Apache License 2.0
83 stars 37 forks source link

Bad configuration file. #81

Closed dynamo69 closed 5 years ago

dynamo69 commented 6 years ago

Hello! Excited to see your app and would like to blog about it in the future, however Im getting an error after installation. Im currently using Ubuntu 16.04 and have installed that version DEB file. Here is what Im getting in the terminal...

donald@donald-SX2865:~$ service iptvx start Failed to start iptvx.service: Unit iptvx.service not found.

donald@donald-SX2865:~$ iptvx iptvx -- An IPTV player and recorder

You are using version 'iptvx 0.5 beta' Please file bugs in the issue tracking: https://github.com/jankammerath/iptvx/issues

Bad configuration file. /etc/iptvx/iptvx.conf:33 - cannot open include file Failed to initialise the configuration

kiljab commented 5 years ago

Edit your /etc/iptvx/iptvx.conf and point the @include to your local channels.conf file.Mine is at /etc/iptvx/channels.conf. After that the app loads. You may want to edit channels.conf with you m3u8 list of channels.

dynamo69 commented 5 years ago

This worked thank you!