Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: ewertonod on May 06, 2013, 11:19:06 am

Title: How use M3U?
Post by: ewertonod on May 06, 2013, 11:19:06 am
Its necessary activate, just like in 2.2?

Title: Re: How use M3U?
Post by: DJFire_CFR on May 06, 2013, 11:46:16 am
Open:  /usr/local/centovacast/etc/centovacast.conf

File (around line 157)

Code: [Select]
ALLOW_IMPORT_M3U=false

change to:

Code: [Select]
ALLOW_IMPORT_M3U=true


then in SSH run:

Code: [Select]
/etc/init.d/centovacast restart



AFAIK, that is the way on CCV3
Title: Re: How use M3U?
Post by: ewertonod on May 10, 2013, 10:05:09 am
Thanks DJFire_CFR