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 ![]()
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 ![]()