Posts: 101
Joined: Nov 2011
Reputation:
0
uspino
Senior Member
Posts: 101
Any chance you can implement some sort of forced transcoding when XBMC is out of the same LAN?
That would turn XBMC in a very powerfull SlingCatcher-type device. I know you can access the direct stream from outside, but I'm guessing you'll need a very high upload speed on your Internet coneection if you want to watch it from outside....
Posts: 88
Joined: Jan 2012
Reputation:
0
2012-02-13, 06:02
(This post was last modified: 2012-02-15, 18:45 by europorsche914.)
How to create a custom channel list for cetonTV
1. Navigate to the folder containing ceton api -> resources -> channelmap.csv. Open this file in a text editor (excel/open office calc is best for next step anyway) then remove any channels that you do not subscribe/want displayed in the guide (I inserted a return after each channel for readability, by default it isnt this pretty also the data is comma delimited <no spaces>).
ex:
3,KYW,1003
6,WPVI,1006
8,WGN,100
2. Then create a file titled mc2xml.chl in the resources folder containing the same channels (one channel number per line) to be downloaded using mc2xml.exe (google search). Easiest way to create this file is simply removing column "B" and "C" in whatever spreadsheet program you are using for the previous step and saving as mc2xml.chl.
ex:
3
6
8
Now the computer will download the required data for the guide without waisting space (my guide data went from a 215mb file to 110mb file) and errornous channels will be removed from the xbmc guide.
DISCLAIMER: If any one that has issues with the plugin after modifying the channel list, they should delete the modifiied .csv file before posting issues due to how easy it is to mistakenly modify the .csv file, the api program will automatically reparse a new channel list.