How can I download the source code?

Asked by Hulkie

How can you download the source code anonymously to examine it and modify it to suit your needs?
And, once you have the source code, how can you turn it into an executable again?

Question information

Language:
English Edit question
Status:
Solved
For:
BelGuide Edit question
Assignee:
No assignee Edit question
Solved by:
Hulkie
Solved:
Last query:
Last reply:
Revision history for this message
Hulkie (hulkie2) said :
#1

Downloading the source code is done through the following command:

bzr branch http://bazaar.launchpad.net/~dehaeck/belguide/main

This will create your own branch of the source code, which you can modify to your hearts content. As the source code also includes the .mds files, the belguide project can be easily opened with Monodevelop and a simple F5 will compile your version and start downloading the program guide.

Revision history for this message
joedekangeroe (curd-delsemme) said :
#2

I get this when running "mythfilldatabase --file test 1 ~/Desktop/xmltv.xml" (I had to use this command because without the "test 1" it gave an error)

Unknown xmltv channel identifier

I get this for all my channels. I changed:

public string TranslateChannel(string input) {
   string output=input;
   switch (input) {
    case "n":
     output="een";
     break;
    case "Canvas":
     output="canvas";
     break;

But I don't know where to find the correct name.