Hi! On Sun, Dec 30, 2012 at 10:36:27PM +1100, Liz wrote: > 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) > [...] > Can I change the channel ID in the channels.conf?? > Can I get rid of the bits in parentheses and the file still work??
You can change the channel name to anything you like. It's just a descriptive, human-readable key in the channels.conf file. Channel tuning uses the PID/AID/VID entries at the end of the line. > Or how in python do I get the channel ID passed properly to mplayer? I'm not a python programmer and haven't looked at the freevo code for ages. My standard guess for these kinds of problems would be to check for proper argument escaping/quoting, if mplayer is started via a shell-exec. If mplayer is started directly, and arguments are passed as an array, it should work correctly, though... so long, Hias ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
