Guide to change favorite section settings

EDIT: Bit Comet’s .xml file is now being updated daily, and each time you restart Bit Comet, it will download the latest list. Unfortunately, this means any custom list you make will revert back to the current list when this happens. I have discussed this with our developers, and as soon as we have a stable way to disable this feature, we will update this guide. In the meantime, I would use local bookmarks to visit sites not on bit comets list. **
** Suspect

Ok to change the favourite tab setting you need to do the following:

first you need to know what language you are using :smiley:

Close BitComet;

go to C:\program files\bitcomet\fav folder or whatever is your program directory

in there you will find *.xml files for the different languages open the file with notepad that is for your language

rename the file like *_backup.xml

if you are with the default language the file to rename is: fav_en_us.xml to fav_en_us_backup.xml.

then open fav_en_us_backup.xml with notepad

make sure you are open it with notepad: right click-> open with-> notepad or browse choose notepad make sure always use this program to open such type of files is uncheck.

you will see code like this one:

<?xml version="1.0" encoding="utf-8"?>

where it says:

<WebSite expend=“true”

change this if you want the Torrent Sites directory to be expanded when you click favourite tab or not. true=expanded, false=not expanded.

to change the name of the directory you see in the favorite tab change the display name:

<WebSite expend=“true” display=“Torrent Sites”

this is same for all the below directories:

<Promotion expend=“true”
<RSSLinks expend=“false”
<HomePage expend=“false”

change it according to your needs and desire.

under the RSSLinks tree you will find links for the different sites which have subdirectories with categories of RSS types.

[b]

change this to true if you want the subdirectories for different site under the RSS directory to be expanded and to see the sub-subdirectories.

if you want to remove site from the Torrent Sites directory tree delete the line with the site’s name under the:

tree:

for example if you want to remove “TorrentSpy” from the Torrent Sites tree you need to delete:

If you want to add site in the Torrent Sites tree add line; for example if you want to add site for ThePirateBay

add the following line:

After the changes save the file with the original name:fav_en_us.xml or whatever were your language file.

Open BitComet click on the favorite tab and enjoy on your creation :stuck_out_tongue:

If you want to add more RSS feeds you need to follow the same structure it is in the file already.

you need to know the rss feed links of the site you want to add.

example of adding one very good site with torrents and well organized rss feeds: demonoid.com:

you can go to the site and then add as many categories and types of RSS feeds as you want.

Hi Dim!

This is really useful information! Would you mind if I moved this topic to Guides Section + added to our FAQ?

Kind Regards,

Soraiya

Hi Soraiya,

Sure you can move it. I am glad that I can help you guys.

Hi dimchopicha2003, my xml file is quite different :frowning: (here attached) could you have a quick look if ever you have the time :rolleyes:

Thanks a lot :wink:

BellesFesses

lang_fr_fr_backup.xml

Hi dim, I followed your guide and I thought It worked perfect.When I opened Bitcomet today all the original lists are back.What have I done wrong? :blink:

Hi dim, I followed your guide and I thought It worked perfect.When I opened Bitcomet today all the original lists are back.What have I done wrong? :blink:

This is normal, as the list now auto updates each day. (read my note on the top of this post)

Suspect