problem
==============================
We've had new channels
so my channels.conf reads like this
ABC News
24(ABC):219500000:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_AUTO:FEC_AUTO:QAM_AUTO:TRANSMISSION_MODE_AUTO:GUARD_INTERVAL_AUTO:HIERARCHY_AUTO:516:654:672

the channel name is 
ABC News 24(ABC)

now if i feed that to mplayer
dvb://ABC News 24(ABC)
doesn't work and i need 
dvb://'ABC News 24(ABC)'
or 
dvb://"ABC News 24(ABC)"

so i try to get this passed from freevo for tuning
TV_CHANNELS = [
        ( 'abcnews24.free.au' ,'ABC News 24' , '"ABC News 24(ABC)"' ),

but i just get errors
DVBIN: no such channel ""ABC News 24(ABC)""

Failed to open dvb://"ABC News 24(ABC)".
==========================================

possible solutions

Can I change the channel ID in the channels.conf??
Can I get rid of the bits in parentheses and the file still work??
Or how in python do I get the channel ID passed properly to mplayer?

Liz


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to